@charset "UTF-8";
.dnd-icon-remove.deleting { font-size:12px; color:#000; font-weight: 500; position: relative; top:-3px; }
.dnd-icon-remove.deleting:after { display:none!important; }
.wpcf7-drag-n-drop-file.d-none {
display:none;
opacity:0;
visibility:hidden;
position:absolute;
top:0;
} .dnd-upload-status {
display:flex;
padding:4px 0;
align-items:center;
position:relative;
} .dnd-upload-status .dnd-upload-image {
width:40px;
height:40px;
border:1px solid #a5a5a5;
text-align:center;
border-radius:100%;
position:relative;
}
.dnd-upload-status .dnd-upload-image span.file {
background-image: url("data:image/svg+xml,%0A%3Csvg width='18' height='23' viewBox='0 0 18 23' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.569 0.659576H0.5V23H18V6.09053L12.569 0.659576ZM12.7872 1.93075L16.7288 5.87234H12.7872V1.93075ZM1.24468 22.2553V1.40426H12.0426V6.61702H17.2553V22.2553H1.24468Z' fill='%235C5B5B'/%3E%3C/svg%3E%0A");
background-repeat: no-repeat;
background-size: 100%;
height: 21px;
width: 16px;
display: block;
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
-moz-transform : translate(-50%, -50%);
-webkit-transform: translate(-50%, -50%);
} .dnd-upload-status .dnd-upload-details {
padding-left:10px;
width: calc(100% - 40px);
}
.dnd-upload-status .dnd-upload-details .name {color:#016d98; padding:4px 0; padding-right:60px; display:flex; }
.dnd-upload-status .dnd-upload-details .name span { text-overflow: ellipsis; white-space: nowrap; overflow: hidden; position: relative; padding-right:10px; }
.dnd-upload-status .dnd-upload-details .name em {color:#444242;	font-weight:700; } .dnd-upload-status .dnd-upload-details .remove-file {
position:absolute;
right:0;
top:10px;
text-decoration:none;
box-shadow:none;
outline:none;
opacity:1;
}
.dnd-upload-status .dnd-upload-details .remove-file span:after {
content: '';
width:15px;
height:15px;
display: block;
background-repeat:no-repeat;
background-size:100%;
background-image: url("data:image/svg+xml,%3Csvg width='35' height='35' viewBox='0 0 35 35' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17.5 0C7.83499 0 0 7.83499 0 17.5C0 27.165 7.83499 35 17.5 35C27.165 35 35 27.165 35 17.5C34.9888 7.83965 27.1604 0.0112198 17.5 0ZM17.5 33.871C8.45857 33.871 1.12903 26.5414 1.12903 17.5C1.12903 8.45857 8.45857 1.12903 17.5 1.12903C26.5414 1.12903 33.871 8.45857 33.871 17.5C33.861 26.5373 26.5373 33.861 17.5 33.871Z' fill='black'/%3E%3Cpath d='M25.4834 9.51661C25.2629 9.29624 24.9056 9.29624 24.6852 9.51661L17.5 16.7018L10.3148 9.51661C10.0983 9.29236 9.74087 9.28615 9.51661 9.50271C9.29236 9.71927 9.28615 10.0767 9.50271 10.3009C9.50723 10.3057 9.51188 10.3103 9.51661 10.3148L16.7018 17.5L9.51661 24.6852C9.29236 24.9018 9.28615 25.2591 9.50278 25.4834C9.71941 25.7076 10.0768 25.7139 10.301 25.4972C10.3057 25.4927 10.3103 25.488 10.3148 25.4834L17.5 18.2982L24.6852 25.4834C24.9094 25.7 25.2668 25.6938 25.4834 25.4696C25.6947 25.2508 25.6947 24.9039 25.4834 24.6852L18.2982 17.5L25.4834 10.3148C25.7038 10.0944 25.7038 9.73705 25.4834 9.51661Z' fill='black'/%3E%3C/svg%3E%0A");
}
.dnd-upload-status.in-progress .remove-file { opacity:0.2;}
.dnd-upload-status .dnd-upload-details span.has-error { color:#f50505; } .dnd-upload-status .dnd-upload-details .dnd-progress-bar {
display: block;
border-radius: 5px;
overflow: hidden;
background: #565555;
height: 14px;
}
.dnd-upload-status .dnd-upload-details .dnd-progress-bar span {
background: #4CAF50;
display: block;
font-size: 11px;
text-align: right;
color: #fff;
height: 100%;
width:0;
line-height:14px;
}
.dnd-upload-status .dnd-upload-details .dnd-progress-bar span.complete { width:100%!important; padding-right:5px; }
.dnd-upload-counter { position:absolute; right:5px; bottom:3px; font-size:12px; } .codedropz-upload-handler {
border:2px dashed #c5c5c5;
border-radius:5px;
margin-bottom:10px;
position:relative;
}
.codedropz-upload-container {
padding:15px 20px;
}
.codedropz-upload-inner {
overflow:hidden;
width:100%; text-align:center;
text-overflow: ellipsis;
font-weight:inherit;
}
.codedropz-upload-inner .codedropz-btn-wrap a.cd-upload-btn {
text-decoration:none;
box-shadow:none;
}
.codedropz-upload-inner h3 {
margin:5px 0;
font-size:30px;
line-height:32px;
word-break:break-word;
} .codedropz-dragover {
border-color:#6b6a6a;
}
.codedropz-upload-wrapper span.has-error-msg {
display:inline-block;
color:#ff0000;
padding:5px 0;
font-style:italic;
} .wpcf7-form label.error-new {
color: #900;
font-size: 11px;
float: none;
padding-left: 5px;
}
.wpcf7-form .codedropz-upload-wrapper.invalid .codedropz-upload-handler{
border-bottom-color: #900;
border-bottom-style: solid;
} @media screen and (max-width: 767px) {
.dnd-upload-status .dnd-upload-details .name em { font-weight:normal; }
.dnd-upload-status .dnd-upload-details .name { padding-right:60px; }
.codedropz-upload-inner h3 { font-size:22px; }
}.wpcf7 .screen-reader-response {
position: absolute;
overflow: hidden;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
width: 1px;
margin: -1px;
padding: 0;
border: 0;
word-wrap: normal !important;
}
.wpcf7 form .wpcf7-response-output {
margin: 2em 0.5em 1em;
padding: 0.2em 1em;
border: 2px solid #00a0d2; }
.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
display: none;
}
.wpcf7 form.sent .wpcf7-response-output {
border-color: #46b450; }
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
border-color: #dc3232; }
.wpcf7 form.spam .wpcf7-response-output {
border-color: #f56e28; }
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
border-color: #ffb900; }
.wpcf7-form-control-wrap {
position: relative;
}
.wpcf7-not-valid-tip {
color: #dc3232; font-size: 1em;
font-weight: normal;
display: block;
}
.use-floating-validation-tip .wpcf7-not-valid-tip {
position: relative;
top: -2ex;
left: 1em;
z-index: 100;
border: 1px solid #dc3232;
background: #fff;
padding: .2em .8em;
width: 24em;
}
.wpcf7-list-item {
display: inline-block;
margin: 0 0 0 1em;
}
.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
content: " ";
}
.wpcf7-spinner {
visibility: hidden;
display: inline-block;
background-color: #23282d; opacity: 0.75;
width: 24px;
height: 24px;
border: none;
border-radius: 100%;
padding: 0;
margin: 0 24px;
position: relative;
}
form.submitting .wpcf7-spinner {
visibility: visible;
}
.wpcf7-spinner::before {
content: '';
position: absolute;
background-color: #fbfbfc; top: 4px;
left: 4px;
width: 6px;
height: 6px;
border: none;
border-radius: 100%;
transform-origin: 8px 8px;
animation-name: spin;
animation-duration: 1000ms;
animation-timing-function: linear;
animation-iteration-count: infinite;
}
@media (prefers-reduced-motion: reduce) {
.wpcf7-spinner::before {
animation-name: blink;
animation-duration: 2000ms;
}
}
@keyframes spin {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}
@keyframes blink {
from {
opacity: 0;
}
50% {
opacity: 1;
}
to {
opacity: 0;
}
}
.wpcf7 [inert] {
opacity: 0.5;
}
.wpcf7 input[type="file"] {
cursor: pointer;
}
.wpcf7 input[type="file"]:disabled {
cursor: default;
}
.wpcf7 .wpcf7-submit:disabled {
cursor: not-allowed;
}
.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
direction: ltr;
}
.wpcf7-reflection > output {
display: list-item;
list-style: none;
}
.wpcf7-reflection > output[hidden] {
display: none;
}
    .fbc-page .fbc-items {
margin-bottom: 20px;
list-style: none;
border-radius: 4px;
}
.fbc-page .fbc-items>li {
display: inline-block;
}
.fbc-page .fbc-items>li+li:before {
color: #ccc;
}  .fbc-page * {
margin: 0;
padding: 0;
}
.fbc-page .fbc-wrap .fbc-items {
font-family: "Roboto", sans-serif;
margin: 0;
padding: 0;
width: auto;
display: block;
float: left;
font-size: 16px;
}
.fbc-page .fbc-wrap .fbc-items li {
padding: 15px 0;
line-height: normal;
}
.fbc-page .fbc-wrap .fbc-items li:first-child {
border-radius: 4px 0 0 4px;
padding-left: 16px;
padding-right: 0px;
}
.fbc-page .fbc-wrap .fbc-items li:last-child {
border-radius: 0 4px 4px 0;
padding-right: 15px;
}
.fbc-page .fbc-wrap .fbc-items li a {
color: #337ab7;
}
.fbc-page .fbc-wrap .fbc-items li a i {
margin-right: 5px;
}
.fbc-page .fbc-wrap .fbc-items li.active a {
color: #27272a;
}
@media (max-width: 768px) {
.fbc-page .fbc-wrap .fbc-items {
padding: 0 10px;
}
.fbc-page .fbc-wrap .fbc-items li:last-child {
padding-right: 0;
}
.fbc-page .fbc-wrap .fbc-items li:nth-child(7),
.fbc-page .fbc-wrap .fbc-items li:nth-child(8),
.fbc-page .fbc-wrap .fbc-items li:nth-child(9) {
padding-top: 0;
}
.fbc-page .fbc-wrap .fbc-items li a i {
margin-right: 1px;
}
.fbc-page .fbc-wrap .fbc-items li .fbc-separator {
margin-left: 5px;
}
.fbc-page .fbc-wrap .fbc-items li:nth-child(even) .fbc-separator {
margin: 0 0px;
}
}
.fbc-page .clearfix::before,
.fbc-page .clearfix::after {
content: " ";
display: table;
}
.fbc-page .clearfix::after {
clear: both;
}
.fbc-page .fbc-wrap .fbc-items li:first-child{
margin-right: 3px;
}
.fbc-page .fbc-wrap .fbc-items li{
padding: 15px 2px;
}@font-face{font-family:'FontAwesome';src:url(//www.integrasources.com/wp-content/plugins/flexy-breadcrumb/public/fonts/fontawesome-webfont.eot?v=4.7.0);src:url(//www.integrasources.com/wp-content/plugins/flexy-breadcrumb/public/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0) format('embedded-opentype'),url(//www.integrasources.com/wp-content/plugins/flexy-breadcrumb/public/fonts/fontawesome-webfont.woff2?v=4.7.0) format('woff2'),url(//www.integrasources.com/wp-content/plugins/flexy-breadcrumb/public/fonts/fontawesome-webfont.woff?v=4.7.0) format('woff'),url(//www.integrasources.com/wp-content/plugins/flexy-breadcrumb/public/fonts/fontawesome-webfont.ttf?v=4.7.0) format('truetype'),url(//www.integrasources.com/wp-content/plugins/flexy-breadcrumb/public/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular) format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-resistance:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-yc:before,.fa-y-combinator:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery:before,.fa-battery-full:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-tv:before,.fa-television:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{content:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"}.fa-gitlab:before{content:"\f296"}.fa-wpbeginner:before{content:"\f297"}.fa-wpforms:before{content:"\f298"}.fa-envira:before{content:"\f299"}.fa-universal-access:before{content:"\f29a"}.fa-wheelchair-alt:before{content:"\f29b"}.fa-question-circle-o:before{content:"\f29c"}.fa-blind:before{content:"\f29d"}.fa-audio-description:before{content:"\f29e"}.fa-volume-control-phone:before{content:"\f2a0"}.fa-braille:before{content:"\f2a1"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asl-interpreting:before,.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-deafness:before,.fa-hard-of-hearing:before,.fa-deaf:before{content:"\f2a4"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-signing:before,.fa-sign-language:before{content:"\f2a7"}.fa-low-vision:before{content:"\f2a8"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-pied-piper:before{content:"\f2ae"}.fa-first-order:before{content:"\f2b0"}.fa-yoast:before{content:"\f2b1"}.fa-themeisle:before{content:"\f2b2"}.fa-google-plus-circle:before,.fa-google-plus-official:before{content:"\f2b3"}.fa-fa:before,.fa-font-awesome:before{content:"\f2b4"}.fa-handshake-o:before{content:"\f2b5"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-o:before{content:"\f2b7"}.fa-linode:before{content:"\f2b8"}.fa-address-book:before{content:"\f2b9"}.fa-address-book-o:before{content:"\f2ba"}.fa-vcard:before,.fa-address-card:before{content:"\f2bb"}.fa-vcard-o:before,.fa-address-card-o:before{content:"\f2bc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-circle-o:before{content:"\f2be"}.fa-user-o:before{content:"\f2c0"}.fa-id-badge:before{content:"\f2c1"}.fa-drivers-license:before,.fa-id-card:before{content:"\f2c2"}.fa-drivers-license-o:before,.fa-id-card-o:before{content:"\f2c3"}.fa-quora:before{content:"\f2c4"}.fa-free-code-camp:before{content:"\f2c5"}.fa-telegram:before{content:"\f2c6"}.fa-thermometer-4:before,.fa-thermometer:before,.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-thermometer-2:before,.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-0:before,.fa-thermometer-empty:before{content:"\f2cb"}.fa-shower:before{content:"\f2cc"}.fa-bathtub:before,.fa-s15:before,.fa-bath:before{content:"\f2cd"}.fa-podcast:before{content:"\f2ce"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-times-rectangle:before,.fa-window-close:before{content:"\f2d3"}.fa-times-rectangle-o:before,.fa-window-close-o:before{content:"\f2d4"}.fa-bandcamp:before{content:"\f2d5"}.fa-grav:before{content:"\f2d6"}.fa-etsy:before{content:"\f2d7"}.fa-imdb:before{content:"\f2d8"}.fa-ravelry:before{content:"\f2d9"}.fa-eercast:before{content:"\f2da"}.fa-microchip:before{content:"\f2db"}.fa-snowflake-o:before{content:"\f2dc"}.fa-superpowers:before{content:"\f2dd"}.fa-wpexplorer:before{content:"\f2de"}.fa-meetup:before{content:"\f2e0"}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}html.os-html,html.os-html>.os-host{display:block;overflow:hidden;box-sizing:border-box;height:100%!important;width:100%!important;min-width:100%!important;min-height:100%!important;margin:0!important;position:absolute!important}html.os-html>.os-host>.os-padding{position:absolute}body.os-dragging,body.os-dragging *{cursor:default}.os-host,.os-host-textarea{position:relative;overflow:visible!important;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-ms-flex-line-pack:start;align-content:flex-start;-webkit-box-align:start;-ms-flex-align:start;-ms-grid-row-align:flex-start;align-items:flex-start}.os-host-flexbox{overflow:hidden!important;display:-webkit-box;display:-ms-flexbox;display:flex}.os-host-flexbox>.os-size-auto-observer{height:inherit!important}.os-host-flexbox>.os-content-glue{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-ms-flex-negative:0;flex-shrink:0}.os-host-flexbox>.os-content-glue,.os-host-flexbox>.os-size-auto-observer{min-height:0;min-width:0;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:1;flex-shrink:1;-ms-flex-preferred-size:auto;flex-basis:auto}#os-dummy-scrollbar-size{position:fixed;opacity:0;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";visibility:hidden;overflow:scroll;height:500px;width:500px}#os-dummy-scrollbar-size>div{width:200%;height:200%;margin:10px 0}#os-dummy-scrollbar-size:after,#os-dummy-scrollbar-size:before,.os-content:after,.os-content:before{content:"";display:table;width:.01px;height:.01px;line-height:0;font-size:0;flex-grow:0;flex-shrink:0;visibility:hidden}#os-dummy-scrollbar-size,.os-viewport{-ms-overflow-style:scrollbar!important}.os-viewport-native-scrollbars-invisible#os-dummy-scrollbar-size,.os-viewport-native-scrollbars-invisible.os-viewport{scrollbar-width:none!important}.os-viewport-native-scrollbars-invisible#os-dummy-scrollbar-size::-webkit-scrollbar,.os-viewport-native-scrollbars-invisible#os-dummy-scrollbar-size::-webkit-scrollbar-corner,.os-viewport-native-scrollbars-invisible.os-viewport::-webkit-scrollbar,.os-viewport-native-scrollbars-invisible.os-viewport::-webkit-scrollbar-corner{display:none!important;width:0!important;height:0!important;visibility:hidden!important;background:0 0!important}.os-content-glue{box-sizing:inherit;max-height:100%;max-width:100%;width:100%;pointer-events:none}.os-padding{box-sizing:inherit;direction:inherit;position:absolute;overflow:visible;padding:0;margin:0;left:0;top:0;bottom:0;right:0;width:auto!important;height:auto!important;z-index:0}.os-host-overflow>.os-padding,.os-viewport{overflow:hidden}.os-viewport{direction:inherit!important;box-sizing:inherit!important;resize:none!important;outline:0!important;position:absolute;top:0;left:0;bottom:0;right:0;padding:0;margin:0;-webkit-overflow-scrolling:touch}.os-content-arrange{position:absolute;z-index:-1;min-height:1px;min-width:1px;pointer-events:none}.os-content{direction:inherit;box-sizing:border-box!important;position:relative;display:block;height:100%;width:100%;visibility:visible}.os-content>.os-textarea{box-sizing:border-box!important;direction:inherit!important;background:0 0!important;outline:0 transparent!important;overflow:hidden!important;position:absolute!important;display:block!important;top:0!important;left:0!important;margin:0!important;border-radius:0!important;float:none!important;-webkit-filter:none!important;filter:none!important;border:0!important;resize:none!important;-webkit-transform:none!important;transform:none!important;max-width:none!important;max-height:none!important;box-shadow:none!important;-webkit-perspective:none!important;perspective:none!important;opacity:1!important;z-index:1!important;clip:auto!important;vertical-align:baseline!important;padding:0}.os-host-rtl>.os-padding>.os-viewport>.os-content>.os-textarea{right:0!important}.os-content>.os-textarea-cover{z-index:-1;pointer-events:none}.os-content>.os-textarea[wrap=off]{white-space:pre!important;margin:0!important}.os-text-inherit{font-family:inherit;font-size:inherit;font-weight:inherit;font-style:inherit;font-variant:inherit;text-transform:inherit;text-decoration:inherit;text-indent:inherit;text-align:inherit;text-shadow:inherit;text-overflow:inherit;letter-spacing:inherit;word-spacing:inherit;line-height:inherit;unicode-bidi:inherit;direction:inherit;color:inherit;cursor:text}.os-resize-observer,.os-resize-observer-host{box-sizing:inherit;display:block;visibility:hidden;position:absolute;top:0;left:0;height:100%;width:100%;overflow:hidden;pointer-events:none;z-index:-1}.os-resize-observer-host{padding:inherit;border:inherit;border-color:transparent;border-style:solid;box-sizing:border-box}.os-resize-observer-host.observed{display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start}.os-resize-observer-host.observed>.os-resize-observer,.os-resize-observer-host>.os-resize-observer{height:200%;width:200%;padding:inherit;border:inherit;margin:0;display:block;box-sizing:content-box}.os-resize-observer-host.observed>.os-resize-observer,.os-resize-observer-host.observed>.os-resize-observer:before{display:flex;position:relative;flex-grow:1;flex-shrink:0;flex-basis:auto;box-sizing:border-box}.os-resize-observer-host.observed>.os-resize-observer:before{content:"";box-sizing:content-box;padding:inherit;border:inherit;margin:0}.os-size-auto-observer{box-sizing:inherit!important;height:100%;width:inherit;max-width:1px;position:relative;float:left;max-height:1px;overflow:hidden;z-index:-1;padding:0;margin:0;pointer-events:none;-webkit-box-flex:inherit;-ms-flex-positive:inherit;flex-grow:inherit;-ms-flex-negative:0;flex-shrink:0;-ms-flex-preferred-size:0;flex-basis:0}.os-size-auto-observer>.os-resize-observer{width:1000%;height:1000%;min-height:1px;min-width:1px}.os-resize-observer-item{right:0;bottom:0;overflow:hidden;z-index:-1;opacity:0;direction:ltr!important}.os-resize-observer-item,.os-resize-observer-item-final{position:absolute;top:0;left:0;-webkit-box-flex:0!important;-ms-flex:none!important;flex:none!important}.os-resize-observer-item-final{-webkit-transition:none!important;transition:none!important}.os-resize-observer{-webkit-animation-duration:1ms;animation-duration:1ms;-webkit-animation-name:os-resize-observer-dummy-animation;animation-name:os-resize-observer-dummy-animation}object.os-resize-observer{box-sizing:border-box!important}@-webkit-keyframes os-resize-observer-dummy-animation{0%{z-index:0}to{z-index:-1}}@keyframes os-resize-observer-dummy-animation{0%{z-index:0}to{z-index:-1}}.os-host-transition>.os-scrollbar,.os-host-transition>.os-scrollbar-corner{-webkit-transition:opacity .3s,visibility .3s,top .3s,right .3s,bottom .3s,left .3s;transition:opacity .3s,visibility .3s,top .3s,right .3s,bottom .3s,left .3s}html.os-html>.os-host>.os-scrollbar{position:absolute;z-index:999999}.os-scrollbar,.os-scrollbar-corner{position:absolute;opacity:1;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";z-index:1}.os-scrollbar-corner{bottom:0;right:0}.os-scrollbar{pointer-events:none}.os-scrollbar-track{position:relative;padding:0!important;border:0!important}.os-scrollbar-handle,.os-scrollbar-track{pointer-events:auto;height:100%;width:100%}.os-scrollbar-handle{position:absolute}.os-scrollbar-handle-off,.os-scrollbar-track-off{pointer-events:none}.os-scrollbar.os-scrollbar-unusable,.os-scrollbar.os-scrollbar-unusable *{pointer-events:none!important}.os-scrollbar.os-scrollbar-unusable .os-scrollbar-handle{opacity:0!important}.os-scrollbar-horizontal{bottom:0;left:0}.os-scrollbar-vertical{top:0;right:0}.os-host-rtl>.os-scrollbar-horizontal{right:0}.os-host-rtl>.os-scrollbar-corner,.os-host-rtl>.os-scrollbar-vertical{right:auto;left:0}.os-host-resize-disabled.os-host-scrollbar-horizontal-hidden>.os-scrollbar-corner,.os-host-resize-disabled.os-host-scrollbar-vertical-hidden>.os-scrollbar-corner,.os-host-scrollbar-horizontal-hidden>.os-scrollbar-horizontal,.os-host-scrollbar-vertical-hidden>.os-scrollbar-vertical,.os-padding+.os-scrollbar-corner,.os-scrollbar-auto-hidden,.os-scrollbar-horizontal+.os-scrollbar-vertical.os-scrollbar-auto-hidden+.os-scrollbar-corner,.os-scrollbar-horizontal.os-scrollbar-auto-hidden+.os-scrollbar-vertical+.os-scrollbar-corner,.os-scrollbar-horizontal.os-scrollbar-auto-hidden+.os-scrollbar-vertical.os-scrollbar-auto-hidden+.os-scrollbar-corner{opacity:0;visibility:hidden;pointer-events:none}.os-scrollbar-corner-resize-both{cursor:nwse-resize}.os-host-rtl>.os-scrollbar-corner-resize-both{cursor:nesw-resize}.os-scrollbar-corner-resize-horizontal{cursor:ew-resize}.os-scrollbar-corner-resize-vertical{cursor:ns-resize}.os-dragging .os-scrollbar-corner.os-scrollbar-corner-resize{cursor:default}.os-host-resize-disabled.os-host-scrollbar-horizontal-hidden>.os-scrollbar-vertical{top:0;bottom:0}.os-host-resize-disabled.os-host-scrollbar-vertical-hidden>.os-scrollbar-horizontal,.os-host-rtl.os-host-resize-disabled.os-host-scrollbar-vertical-hidden>.os-scrollbar-horizontal{right:0;left:0}.os-scrollbar-corner.os-scrollbar-corner-resize,.os-scrollbar:hover{opacity:1!important;visibility:visible!important}.os-scrollbar-corner.os-scrollbar-corner-resize{background-image:url(data:image/svg+xml;	base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMCIgaGVpZ2h0PSIxMCI+PHBhdGggZD0iTTcuNDI0IDBhMS4zMSAxLjMxIDAgMDAtMS4zMSAxLjMxYzAgLjMuMTA0LjU3MS4yNzMuNzkyLjIxLjE0MS40NjYuMjE4LjczNy4yMThhMS4zMSAxLjMxIDAgMDAxLjMxLTEuMzFjMC0uMjcxLS4wNzctLjUyOC0uMjE4LS43MzdBMS4yOTggMS4yOTggMCAwMDcuNDI0IDB6bTAgMy4wODRhMS4zMSAxLjMxIDAgMDAtMS4zMSAxLjMxYzAgLjMuMTA0LjU3MS4yNzMuNzkyLjIxLjE0MS40NjYuMjE4LjczNy4yMThhMS4zMSAxLjMxIDAgMDAxLjMxLTEuMzFjMC0uMjcxLS4wNzctLjUyOC0uMjE4LS43MzdhMS4yOTggMS4yOTggMCAwMC0uNzkyLS4yNzN6bS0zLjA4NCAwYTEuMzEgMS4zMSAwIDAwLTEuMzEgMS4zMWMwIC4zLjEwNC41NzEuMjczLjc5Mi4yMDkuMTQxLjQ2NS4yMTguNzM3LjIxOGExLjMxIDEuMzEgMCAwMDEuMzEtMS4zMWMwLS4yNzEtLjA3Ny0uNTI4LS4yMTktLjczN2ExLjI5OCAxLjI5OCAwIDAwLS43OTEtLjI3M3ptLTMuMDMgMy4wM0ExLjMxIDEuMzEgMCAwMDAgNy40MjRjMCAuMy4xMDQuNTcxLjI3My43OTIuMjEuMTQxLjQ2Ni4yMTguNzM3LjIxOGExLjMxIDEuMzEgMCAwMDEuMzEtMS4zMWMwLS4yNzEtLjA3Ny0uNTI4LS4yMTgtLjczN2ExLjI5OCAxLjI5OCAwIDAwLS43OTItLjI3M3ptMy4wMyAwYTEuMzEgMS4zMSAwIDAwLTEuMzEgMS4zMWMwIC4zLjEwNC41NzEuMjczLjc5Mi4yMDkuMTQxLjQ2NS4yMTguNzM3LjIxOGExLjMxIDEuMzEgMCAwMDEuMzEtMS4zMWMwLS4yNzEtLjA3Ny0uNTI4LS4yMTktLjczN2ExLjI5OCAxLjI5OCAwIDAwLS43OTEtLjI3M3ptMy4wODQgMGExLjMxIDEuMzEgMCAwMC0xLjMxIDEuMzFjMCAuMy4xMDQuNTcxLjI3My43OTIuMjEuMTQxLjQ2Ni4yMTguNzM3LjIxOGExLjMxIDEuMzEgMCAwMDEuMzEtMS4zMWMwLS4yNzEtLjA3Ny0uNTI4LS4yMTgtLjczN2ExLjI5OCAxLjI5OCAwIDAwLS43OTItLjI3M3oiIGZpbGwtb3BhY2l0eT0iLjQ5NCIgZmlsbC1ydWxlPSJldmVub2RkIi8+PHBhdGggZD0iTTguMjE2LjI3M2MuMTQxLjIxLjIxOC40NjYuMjE4LjczN2ExLjMxIDEuMzEgMCAwMS0xLjMxIDEuMzFjLS4yNzEgMC0uNTI4LS4wNzctLjczNy0uMjE4LjI0LjMxMy42MTMuNTE4IDEuMDM3LjUxOGExLjMxIDEuMzEgMCAwMDEuMzEtMS4zMWMwLS40MjQtLjIwNS0uNzk4LS41MTgtMS4wMzd6bTAgMy4wODRjLjE0MS4yMS4yMTguNDY2LjIxOC43MzdhMS4zMSAxLjMxIDAgMDEtMS4zMSAxLjMxYy0uMjcxIDAtLjUyOC0uMDc3LS43MzctLjIxOC4yNC4zMTMuNjEzLjUxOSAxLjAzNy41MTlhMS4zMSAxLjMxIDAgMDAxLjMxLTEuMzFjMC0uNDI1LS4yMDUtLjc5OC0uNTE4LTEuMDM4em0tMy4wODUgMGMuMTQyLjIxLjIxOS40NjYuMjE5LjczN2ExLjMxIDEuMzEgMCAwMS0xLjMxIDEuMzFjLS4yNzIgMC0uNTI4LS4wNzctLjczNy0uMjE4LjI0LjMxMy42MTIuNTE5IDEuMDM3LjUxOWExLjMxIDEuMzEgMCAwMDEuMzEtMS4zMWMwLS40MjUtLjIwNS0uNzk4LS41MTktMS4wMzh6bS0zLjAzIDMuMDNjLjE0Mi4yMS4yMi40NjYuMjIuNzM3YTEuMzEgMS4zMSAwIDAxLTEuMzExIDEuMzFjLS4yNzEgMC0uNTI4LS4wNzctLjczNy0uMjE4LjI0LjMxMy42MTMuNTE4IDEuMDM3LjUxOGExLjMxIDEuMzEgMCAwMDEuMzEtMS4zMWMwLS40MjQtLjIwNS0uNzk4LS41MTgtMS4wMzd6bTMuMDMgMGMuMTQyLjIxLjIxOS40NjYuMjE5LjczN2ExLjMxIDEuMzEgMCAwMS0xLjMxIDEuMzFjLS4yNzIgMC0uNTI4LS4wNzctLjczNy0uMjE4LjI0LjMxMy42MTIuNTE4IDEuMDM3LjUxOGExLjMxIDEuMzEgMCAwMDEuMzEtMS4zMWMwLS40MjQtLjIwNS0uNzk4LS41MTktMS4wMzd6bTMuMDg1IDBjLjE0MS4yMS4yMTguNDY2LjIxOC43MzdhMS4zMSAxLjMxIDAgMDEtMS4zMSAxLjMxYy0uMjcxIDAtLjUyOC0uMDc3LS43MzctLjIxOC4yNC4zMTMuNjEzLjUxOCAxLjAzNy41MThhMS4zMSAxLjMxIDAgMDAxLjMxLTEuMzFjMC0uNDI0LS4yMDUtLjc5OC0uNTE4LTEuMDM3eiIgZmlsbD0iI2ZmZiIgZmlsbC1ydWxlPSJldmVub2RkIi8+PC9zdmc+);background-repeat:no-repeat;background-position:100% 100%;pointer-events:auto!important}.os-host-rtl>.os-scrollbar-corner.os-scrollbar-corner-resize{-webkit-transform:scaleX(-1);transform:scaleX(-1)}.os-host-overflow{overflow:hidden!important}.os-theme-none>.os-scrollbar-corner,.os-theme-none>.os-scrollbar-horizontal,.os-theme-none>.os-scrollbar-vertical{display:none!important}.os-theme-none>.os-scrollbar-corner-resize{display:block!important;min-width:10px;min-height:10px}.os-theme-dark>.os-scrollbar-horizontal,.os-theme-light>.os-scrollbar-horizontal{right:10px;height:10px}.os-theme-dark>.os-scrollbar-vertical,.os-theme-light>.os-scrollbar-vertical{bottom:10px;width:10px}.os-theme-dark.os-host-rtl>.os-scrollbar-horizontal,.os-theme-light.os-host-rtl>.os-scrollbar-horizontal{left:10px;right:0}.os-theme-dark>.os-scrollbar-corner,.os-theme-light>.os-scrollbar-corner{height:10px;width:10px;background-color:transparent}.os-theme-dark>.os-scrollbar,.os-theme-light>.os-scrollbar{padding:2px;box-sizing:border-box;background:0 0}.os-theme-dark>.os-scrollbar.os-scrollbar-unusable,.os-theme-dark>.os-scrollbar>.os-scrollbar-track,.os-theme-light>.os-scrollbar.os-scrollbar-unusable,.os-theme-light>.os-scrollbar>.os-scrollbar-track{background:0 0}.os-theme-dark>.os-scrollbar-horizontal>.os-scrollbar-track>.os-scrollbar-handle,.os-theme-light>.os-scrollbar-horizontal>.os-scrollbar-track>.os-scrollbar-handle{min-width:30px}.os-theme-dark>.os-scrollbar-vertical>.os-scrollbar-track>.os-scrollbar-handle,.os-theme-light>.os-scrollbar-vertical>.os-scrollbar-track>.os-scrollbar-handle{min-height:30px}.os-theme-dark.os-host-transition>.os-scrollbar>.os-scrollbar-track>.os-scrollbar-handle,.os-theme-light.os-host-transition>.os-scrollbar>.os-scrollbar-track>.os-scrollbar-handle{-webkit-transition:background-color .3s;transition:background-color .3s}.os-theme-dark>.os-scrollbar>.os-scrollbar-track,.os-theme-dark>.os-scrollbar>.os-scrollbar-track>.os-scrollbar-handle,.os-theme-light>.os-scrollbar>.os-scrollbar-track,.os-theme-light>.os-scrollbar>.os-scrollbar-track>.os-scrollbar-handle{border-radius:10px}.os-theme-dark>.os-scrollbar>.os-scrollbar-track>.os-scrollbar-handle{background:rgba(0,0,0,.4)}.os-theme-light>.os-scrollbar>.os-scrollbar-track>.os-scrollbar-handle{background:hsla(0,0%,100%,.4)}.os-theme-dark>.os-scrollbar:hover>.os-scrollbar-track>.os-scrollbar-handle{background:rgba(0,0,0,.55)}.os-theme-light>.os-scrollbar:hover>.os-scrollbar-track>.os-scrollbar-handle{background:hsla(0,0%,100%,.55)}.os-theme-dark>.os-scrollbar>.os-scrollbar-track>.os-scrollbar-handle.active{background:rgba(0,0,0,.7)}.os-theme-light>.os-scrollbar>.os-scrollbar-track>.os-scrollbar-handle.active{background:hsla(0,0%,100%,.7)}.os-theme-dark>.os-scrollbar-horizontal .os-scrollbar-handle:before,.os-theme-dark>.os-scrollbar-vertical .os-scrollbar-handle:before,.os-theme-light>.os-scrollbar-horizontal .os-scrollbar-handle:before,.os-theme-light>.os-scrollbar-vertical .os-scrollbar-handle:before{content:"";position:absolute;left:0;right:0;top:0;bottom:0;display:block}.os-theme-dark.os-host-scrollbar-horizontal-hidden>.os-scrollbar-horizontal .os-scrollbar-handle:before,.os-theme-dark.os-host-scrollbar-vertical-hidden>.os-scrollbar-vertical .os-scrollbar-handle:before,.os-theme-light.os-host-scrollbar-horizontal-hidden>.os-scrollbar-horizontal .os-scrollbar-handle:before,.os-theme-light.os-host-scrollbar-vertical-hidden>.os-scrollbar-vertical .os-scrollbar-handle:before{display:none}.os-theme-dark>.os-scrollbar-horizontal .os-scrollbar-handle:before,.os-theme-light>.os-scrollbar-horizontal .os-scrollbar-handle:before{top:-6px;bottom:-2px}.os-theme-dark>.os-scrollbar-vertical .os-scrollbar-handle:before,.os-theme-light>.os-scrollbar-vertical .os-scrollbar-handle:before{left:-6px;right:-2px}.os-host-rtl.os-theme-dark>.os-scrollbar-vertical .os-scrollbar-handle:before,.os-host-rtl.os-theme-light>.os-scrollbar-vertical .os-scrollbar-handle:before{right:-6px;left:-2px}@font-face{font-family:swiper-icons;src:url("data:application/font-woff;	charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}.swiper-container{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-container-vertical>.swiper-wrapper{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;transition-property:transform;transition-property:transform,-webkit-transform;-webkit-box-sizing:content-box;box-sizing:content-box}.swiper-container-android .swiper-slide,.swiper-wrapper{-webkit-transform:translateZ(0);transform:translateZ(0)}.swiper-container-multirow>.swiper-wrapper{-ms-flex-wrap:wrap;flex-wrap:wrap}.swiper-container-multirow-column>.swiper-wrapper{-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.swiper-container-free-mode>.swiper-wrapper{-webkit-transition-timing-function:ease-out;transition-timing-function:ease-out;margin:0 auto}.swiper-container-pointer-events{-ms-touch-action:pan-y;touch-action:pan-y}.swiper-container-pointer-events.swiper-container-vertical{-ms-touch-action:pan-x;touch-action:pan-x}.swiper-slide{-ms-flex-negative:0;flex-shrink:0;width:100%;height:100%;position:relative;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;transition-property:transform;transition-property:transform,-webkit-transform}.swiper-slide-invisible-blank{visibility:hidden}.swiper-container-autoheight,.swiper-container-autoheight .swiper-slide{height:auto}.swiper-container-autoheight .swiper-wrapper{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-transition-property:height,-webkit-transform;transition-property:height,-webkit-transform;transition-property:transform,height;transition-property:transform,height,-webkit-transform}.swiper-container-3d{-webkit-perspective:1200px;perspective:1200px}.swiper-container-3d .swiper-cube-shadow,.swiper-container-3d .swiper-slide,.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top,.swiper-container-3d .swiper-wrapper{-webkit-transform-style:preserve-3d;transform-style:preserve-3d}.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-container-3d .swiper-slide-shadow-left{background-image:-webkit-gradient(linear,right top,left top,from(rgba(0,0,0,.5)),to(transparent));background-image:linear-gradient(270deg,rgba(0,0,0,.5),transparent)}.swiper-container-3d .swiper-slide-shadow-right{background-image:-webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(transparent));background-image:linear-gradient(90deg,rgba(0,0,0,.5),transparent)}.swiper-container-3d .swiper-slide-shadow-top{background-image:-webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,.5)),to(transparent));background-image:linear-gradient(0deg,rgba(0,0,0,.5),transparent)}.swiper-container-3d .swiper-slide-shadow-bottom{background-image:-webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,.5)),to(transparent));background-image:linear-gradient(180deg,rgba(0,0,0,.5),transparent)}.swiper-container-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-container-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-container-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-container-horizontal.swiper-container-css-mode>.swiper-wrapper{-ms-scroll-snap-type:x mandatory;scroll-snap-type:x mandatory}.swiper-container-vertical.swiper-container-css-mode>.swiper-wrapper{-ms-scroll-snap-type:y mandatory;scroll-snap-type:y mandatory}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:calc(var(--swiper-navigation-size)/44*27);height:var(--swiper-navigation-size);margin-top:calc(0px - var(--swiper-navigation-size)/2);z-index:10;cursor:pointer;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;text-transform:none;font-variant:normal;line-height:1}.swiper-button-prev,.swiper-container-rtl .swiper-button-next{left:10px;right:auto}.swiper-button-prev:after,.swiper-container-rtl .swiper-button-next:after{content:"prev"}.swiper-button-next,.swiper-container-rtl .swiper-button-prev{right:10px;left:auto}.swiper-button-next:after,.swiper-container-rtl .swiper-button-prev:after{content:"next"}.swiper-button-next.swiper-button-white,.swiper-button-prev.swiper-button-white{--swiper-navigation-color:#fff}.swiper-button-next.swiper-button-black,.swiper-button-prev.swiper-button-black{--swiper-navigation-color:#000}.swiper-button-lock{display:none}.swiper-pagination{position:absolute;text-align:center;-webkit-transition:opacity .3s;transition:opacity .3s;-webkit-transform:translateZ(0);transform:translateZ(0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-container-horizontal>.swiper-pagination-bullets,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{-webkit-transform:scale(.33);transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{-webkit-transform:scale(1);transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{-webkit-transform:scale(.66);transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{-webkit-transform:scale(.33);transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{-webkit-transform:scale(.66);transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{-webkit-transform:scale(.33);transform:scale(.33)}.swiper-pagination-bullet{width:8px;height:8px;display:inline-block;border-radius:50%;background:#000;opacity:.2}button.swiper-pagination-bullet{border:none;margin:0;padding:0;-webkit-box-shadow:none;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet-active{opacity:1;background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-container-vertical>.swiper-pagination-bullets{right:10px;top:50%;-webkit-transform:translate3d(0,-50%,0);transform:translate3d(0,-50%,0)}.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:6px 0;display:block}.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);width:8px}.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;-webkit-transition:top .2s,-webkit-transform .2s;transition:top .2s,-webkit-transform .2s;transition:transform .2s,top .2s;transition:transform .2s,top .2s,-webkit-transform .2s}.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 4px}.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);white-space:nowrap}.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{-webkit-transition:left .2s,-webkit-transform .2s;transition:left .2s,-webkit-transform .2s;transition:transform .2s,left .2s;transition:transform .2s,left .2s,-webkit-transform .2s}.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{-webkit-transition:right .2s,-webkit-transform .2s;transition:right .2s,-webkit-transform .2s;transition:transform .2s,right .2s;transition:transform .2s,right .2s,-webkit-transform .2s}.swiper-pagination-progressbar{background:rgba(0,0,0,.25);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;-webkit-transform:scale(0);transform:scale(0);-webkit-transform-origin:left top;transform-origin:left top}.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{-webkit-transform-origin:right top;transform-origin:right top}.swiper-container-horizontal>.swiper-pagination-progressbar,.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:4px;left:0;top:0}.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-container-vertical>.swiper-pagination-progressbar{width:4px;height:100%;left:0;top:0}.swiper-pagination-white{--swiper-pagination-color:#fff}.swiper-pagination-black{--swiper-pagination-color:#000}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}.swiper-container-horizontal>.swiper-scrollbar{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-container-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);border-radius:10px;left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;-o-object-fit:contain;object-fit:contain}.swiper-slide-zoomed{cursor:move}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;-webkit-transform-origin:50%;transform-origin:50%;-webkit-animation:swiper-preloader-spin 1s linear infinite;animation:swiper-preloader-spin 1s linear infinite;-webkit-box-sizing:border-box;box-sizing:border-box;border-radius:50%;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-top:4px solid transparent}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@-webkit-keyframes swiper-preloader-spin{to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes swiper-preloader-spin{to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.swiper-container .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-container-fade.swiper-container-free-mode .swiper-slide{-webkit-transition-timing-function:ease-out;transition-timing-function:ease-out}.swiper-container-fade .swiper-slide{pointer-events:none;-webkit-transition-property:opacity;transition-property:opacity}.swiper-container-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-fade .swiper-slide-active,.swiper-container-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube{overflow:visible}.swiper-container-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;-webkit-transform-origin:0 0;transform-origin:0 0;width:100%;height:100%}.swiper-container-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-cube.swiper-container-rtl .swiper-slide{-webkit-transform-origin:100% 0;transform-origin:100% 0}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-next,.swiper-container-cube .swiper-slide-next+.swiper-slide,.swiper-container-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-container-cube .swiper-slide-shadow-bottom,.swiper-container-cube .swiper-slide-shadow-left,.swiper-container-cube .swiper-slide-shadow-right,.swiper-container-cube .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-container-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0;width:100%;height:100%;opacity:.6;z-index:0}.swiper-container-cube .swiper-cube-shadow:before{content:"";background:#000;position:absolute;left:0;top:0;bottom:0;right:0;-webkit-filter:blur(50px);filter:blur(50px)}.swiper-container-flip{overflow:visible}.swiper-container-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-container-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-flip .swiper-slide-active,.swiper-container-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-flip .swiper-slide-shadow-bottom,.swiper-container-flip .swiper-slide-shadow-left,.swiper-container-flip .swiper-slide-shadow-right,.swiper-container-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}@font-face{font-family:Mulish;font-display:swap;src:url(//www.integrasources.com/wp-content/themes/integra/fonts/mulish/Mulish-Black.woff2) format("woff2");font-style:normal;font-weight:400}@font-face{font-family:MulishBlack;font-display:swap;src:url(//www.integrasources.com/wp-content/themes/integra/fonts/mulish/Mulish-Black.woff2) format("woff2");font-style:normal;font-weight:400}@font-face{font-family:MulishMedium;font-display:swap;src:url(//www.integrasources.com/wp-content/themes/integra/fonts/mulish/Mulish-Medium.woff2) format("woff2")}@font-face{font-family:MulishRegular;font-display:swap;src:url(//www.integrasources.com/wp-content/themes/integra/fonts/mulish/Mulish-Regular.woff2) format("woff2")}@font-face{font-family:RobotoMono;font-display:swap;font-weight:400;src:url(//www.integrasources.com/wp-content/themes/integra/fonts/robotomono/RobotoMono-Regular.woff2),url(//www.integrasources.com/wp-content/themes/integra/fonts/robotomono/RobotoMono-Regular.woff)}*{-webkit-box-sizing:border-box;box-sizing:border-box}@-webkit-keyframes hs-resize-observer-dummy-animation{0%{z-index:0}to{z-index:-1}}@keyframes hs-resize-observer-dummy-animation{0%{z-index:0}to{z-index:-1}}@-webkit-keyframes swal2-show{0%{-webkit-transform:scale(.7);transform:scale(.7)}45%{-webkit-transform:scale(1.05);transform:scale(1.05)}80%{-webkit-transform:scale(.95);transform:scale(.95)}to{-webkit-transform:scale(1);transform:scale(1)}}@keyframes swal2-show{0%{-webkit-transform:scale(.7);transform:scale(.7)}45%{-webkit-transform:scale(1.05);transform:scale(1.05)}80%{-webkit-transform:scale(.95);transform:scale(.95)}to{-webkit-transform:scale(1);transform:scale(1)}}@-webkit-keyframes swal2-hide{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}to{-webkit-transform:scale(.5);transform:scale(.5);opacity:0}}@keyframes swal2-hide{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}to{-webkit-transform:scale(.5);transform:scale(.5);opacity:0}}@-webkit-keyframes swal2-animate-success-line-tip{0%{top:1.1875em;left:.0625em;width:0}54%{top:1.0625em;left:.125em;width:0}70%{top:2.1875em;left:-.375em;width:3.125em}84%{top:3em;left:1.3125em;width:1.0625em}to{top:2.8125em;left:.875em;width:1.5625em}}@keyframes swal2-animate-success-line-tip{0%{top:1.1875em;left:.0625em;width:0}54%{top:1.0625em;left:.125em;width:0}70%{top:2.1875em;left:-.375em;width:3.125em}84%{top:3em;left:1.3125em;width:1.0625em}to{top:2.8125em;left:.875em;width:1.5625em}}@-webkit-keyframes swal2-animate-success-line-long{0%,65%{top:3.375em;right:2.875em;width:0}84%{top:2.1875em;right:0;width:3.4375em}to{top:2.375em;right:.5em;width:2.9375em}}@keyframes swal2-animate-success-line-long{0%,65%{top:3.375em;right:2.875em;width:0}84%{top:2.1875em;right:0;width:3.4375em}to{top:2.375em;right:.5em;width:2.9375em}}@-webkit-keyframes swal2-rotate-success-circular-line{0%,5%{-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}12%,to{-webkit-transform:rotate(-405deg);transform:rotate(-405deg)}}@keyframes swal2-rotate-success-circular-line{0%,5%{-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}12%,to{-webkit-transform:rotate(-405deg);transform:rotate(-405deg)}}@-webkit-keyframes swal2-animate-error-x-mark{0%,50%{margin-top:1.625em;-webkit-transform:scale(.4);transform:scale(.4);opacity:0}80%{margin-top:-.375em;-webkit-transform:scale(1.15);transform:scale(1.15)}to{margin-top:0;-webkit-transform:scale(1);transform:scale(1);opacity:1}}@keyframes swal2-animate-error-x-mark{0%,50%{margin-top:1.625em;-webkit-transform:scale(.4);transform:scale(.4);opacity:0}80%{margin-top:-.375em;-webkit-transform:scale(1.15);transform:scale(1.15)}to{margin-top:0;-webkit-transform:scale(1);transform:scale(1);opacity:1}}@-webkit-keyframes swal2-animate-error-icon{0%{-webkit-transform:rotateX(100deg);transform:rotateX(100deg);opacity:0}to{-webkit-transform:rotateX(0);transform:rotateX(0);opacity:1}}@keyframes swal2-animate-error-icon{0%{-webkit-transform:rotateX(100deg);transform:rotateX(100deg);opacity:0}to{-webkit-transform:rotateX(0);transform:rotateX(0);opacity:1}}@-webkit-keyframes showSweetToast{0%{-webkit-transform:translateY(-.625em) rotate(2deg);transform:translateY(-.625em) rotate(2deg);opacity:0}33%{-webkit-transform:translateY(0) rotate(-2deg);transform:translateY(0) rotate(-2deg);opacity:.5}66%{-webkit-transform:translateY(.3125em) rotate(2deg);transform:translateY(.3125em) rotate(2deg);opacity:.7}to{-webkit-transform:translateY(0) rotate(0);transform:translateY(0) rotate(0);opacity:1}}@keyframes showSweetToast{0%{-webkit-transform:translateY(-.625em) rotate(2deg);transform:translateY(-.625em) rotate(2deg);opacity:0}33%{-webkit-transform:translateY(0) rotate(-2deg);transform:translateY(0) rotate(-2deg);opacity:.5}66%{-webkit-transform:translateY(.3125em) rotate(2deg);transform:translateY(.3125em) rotate(2deg);opacity:.7}to{-webkit-transform:translateY(0) rotate(0);transform:translateY(0) rotate(0);opacity:1}}@-webkit-keyframes hideSweetToast{0%{opacity:1}33%{opacity:.5}to{-webkit-transform:rotate(1deg);transform:rotate(1deg);opacity:0}}@keyframes hideSweetToast{0%{opacity:1}33%{opacity:.5}to{-webkit-transform:rotate(1deg);transform:rotate(1deg);opacity:0}}@-webkit-keyframes animate-toast-success-tip{0%{top:.5625em;left:.0625em;width:0}54%{top:.125em;left:.125em;width:0}70%{top:.625em;left:-.25em;width:1.625em}84%{top:1.0625em;left:.75em;width:.5em}to{top:1.125em;left:.1875em;width:.75em}}@keyframes animate-toast-success-tip{0%{top:.5625em;left:.0625em;width:0}54%{top:.125em;left:.125em;width:0}70%{top:.625em;left:-.25em;width:1.625em}84%{top:1.0625em;left:.75em;width:.5em}to{top:1.125em;left:.1875em;width:.75em}}@-webkit-keyframes animate-toast-success-long{0%{top:1.625em;right:1.375em;width:0}65%{top:1.25em;right:.9375em;width:0}84%{top:.9375em;right:0;width:1.125em}to{top:.9375em;right:.1875em;width:1.375em}}@keyframes animate-toast-success-long{0%{top:1.625em;right:1.375em;width:0}65%{top:1.25em;right:.9375em;width:0}84%{top:.9375em;right:0;width:1.125em}to{top:.9375em;right:.1875em;width:1.375em}}@-webkit-keyframes swal2-rotate-loading{0%{-webkit-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes swal2-rotate-loading{0%{-webkit-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@-webkit-keyframes fadeOut{0%{opacity:1}to{opacity:0}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.swal2-popup.swal2-loading,body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown){overflow-y:hidden}.swal2-container:not(.swal2-top):not(.swal2-top-start):not(.swal2-top-end):not(.swal2-top-left):not(.swal2-top-right):not(.swal2-center-start):not(.swal2-center-end):not(.swal2-center-left):not(.swal2-center-right):not(.swal2-bottom):not(.swal2-bottom-start):not(.swal2-bottom-end):not(.swal2-bottom-left):not(.swal2-bottom-right):not(.swal2-grow-fullscreen)>.swal2-modal{margin:auto}.swal2-popup .swal2-actions:not(.swal2-loading) .swal2-styled[disabled]{opacity:.4}.swal2-popup .swal2-actions:not(.swal2-loading) .swal2-styled:hover{background-image:-webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,.1)),to(rgba(0,0,0,.1)));background-image:linear-gradient(rgba(0,0,0,.1),rgba(0,0,0,.1))}.swal2-popup .swal2-actions:not(.swal2-loading) .swal2-styled:active{background-image:-webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,.2)),to(rgba(0,0,0,.2)));background-image:linear-gradient(rgba(0,0,0,.2),rgba(0,0,0,.2))}.swal2-popup .swal2-actions.swal2-loading :not(.swal2-styled).swal2-confirm:after{display:inline-block;width:15px;height:15px;margin-left:5px;border-radius:50%;border:3px solid #999;border-right-color:transparent;-webkit-box-shadow:1px 1px 1px #fff;box-shadow:1px 1px 1px #fff;content:"";-webkit-animation:swal2-rotate-loading 1.5s linear 0s infinite normal;animation:swal2-rotate-loading 1.5s linear 0s infinite normal}.swal2-popup .swal2-styled:not([disabled]){cursor:pointer}@supports (-ms-accelerator:true){.swal2-range input{width:100%!important}.swal2-range output{display:none}}@-moz-document url-prefix(){.swal2-close:focus{outline:2px solid rgba(50,100,150,.4)}}.swal2-progresssteps .swal2-progresscircle.swal2-activeprogressstep~.swal2-progresscircle,.swal2-progresssteps .swal2-progresscircle.swal2-activeprogressstep~.swal2-progressline{background:#add8e6}.owl-carousel .owl-item .owl-lazy:not([src]),.owl-carousel .owl-item .owl-lazy[src^=""]{max-height:0}.hover-block,.hover-block__big-case{position:absolute;top:0;left:0;width:100%;height:100%;-webkit-transition:1s;transition:1s;opacity:0}body{padding-top:76px!important;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-smoothing:antialiased;line-height:1;min-width:320px}@media (max-width:480px){body{padding-top:48px!important}}a,hr{padding:0}.hover-block{background-image:linear-gradient(17deg,rgba(0,63,155,.9),rgba(0,158,253,.7))}.hover-block .overlay{display:none!important}footer,header,hr{display:block}.hover-block__big-case{background-image:linear-gradient(57deg,rgba(0,63,155,.9),rgba(0,158,253,.7))}.gradient-button{background-image:linear-gradient(77deg,rgba(0,83,206,.9),rgba(0,158,253,.89) 50%,rgba(0,158,253,.89) 0,rgba(0,83,206,.9))!important;background-position:0 0;background-size:200% 100%;-webkit-transition:background-position .6s;transition:background-position .6s;cursor:pointer;text-decoration:none}.gradient-button:active,.gradient-button:focus{background-image:linear-gradient(283deg,#004ab6,#008ce0)!important;outline:0}.gradient-button:hover{background-position:100% 0}body,div,footer,form,h1,h2,h3,header,html,img,label,li,p,span,ul{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:0 0}a{margin:0;font-size:100%;vertical-align:baseline;background:0 0}hr{height:1px;border:0;border-top:1px solid #ccc;margin:1em 0}input{vertical-align:middle}footer .tell-us-about-project form .error-span{display:block;margin-left:auto;font-family:MulishRegular;font-size:12px;line-height:2;letter-spacing:.4px;text-align:right;color:#ff3c3c;opacity:0;-webkit-transition:.3s;transition:.3s}footer .tell-us-about-project form .error-span.active{opacity:1}footer .footer-bottom-block .footer-bottom-block-column-3 a:hover{-webkit-filter:brightness(1.5);filter:brightness(1.5)}footer input{-webkit-appearance:none}footer .tell-us-about-project .tell-us-about-project-text-block div.desc{margin-right:11.4%}footer .tell-us-about-project form [type=checkbox]:disabled:checked+label:after{color:#999}footer .tell-us-about-project form{width:auto}footer .tell-us-about-project form [type=checkbox]:checked,footer .tell-us-about-project form [type=checkbox]:not(:checked){position:absolute;left:-9999px}footer .tell-us-about-project form [type=checkbox]+label{position:relative;padding-left:1.95em;cursor:pointer;-webkit-tap-highlight-color:transparent}footer .tell-us-about-project form [type=checkbox]+label:before{content:"";position:absolute;width:18px;height:18px;-webkit-box-sizing:border-box;box-sizing:border-box;left:0;top:-1px;border:1px solid #004ab6;background:#fff;-webkit-box-shadow:inset 0 1px 3px rgba(0,0,0,.1);box-shadow:inset 0 1px 3px rgba(0,0,0,.1)}footer .tell-us-about-project form [type=checkbox]+label:after{content:url(//www.integrasources.com/wp-content/themes/integra/img/i/enabled.svg);position:absolute;top:0;left:0;font-size:1.4em;line-height:.8;-webkit-transition:all .2s;transition:all .2s}footer .tell-us-about-project form [type=checkbox]:not(:checked)+label:after{opacity:0;-webkit-transform:scale(0);transform:scale(0)}footer .tell-us-about-project form [type=checkbox]:checked+label:after{opacity:1;-webkit-transform:scale(1);transform:scale(1)}footer .tell-us-about-project form [type=checkbox]:disabled:checked+label:before,footer .tell-us-about-project form [type=checkbox]:disabled:not(:checked)+label:before{-webkit-box-shadow:none;box-shadow:none;border-color:#bbb;background-color:#ddd}footer .tell-us-about-project form [type=checkbox]:disabled+label{color:#aaa}footer .tell-us-about-project form [type=checkbox]:checked:hover+label:before,footer .tell-us-about-project form [type=checkbox]:not(:checked):hover+label:before{border:1px solid #004ab6}footer .tell-us-about-project form .tell-us-about-project-forms-block-row-1{display:-ms-flexbox;display:-webkit-box;display:flex;-ms-flex-direction:row;-webkit-box-orient:horizontal;-webkit-box-direction:normal;flex-direction:row;-webkit-box-align:baseline;-ms-flex-align:baseline;align-items:baseline}footer .form-row .row input.awards-input.active,footer .form-row .row input.awards-input.active:hover{border:1px solid rgba(0,158,253,.9)}footer input:not(.phone-input).active:hover{padding-left:23px}footer .tell-us-about-project form .tell-us-about-project-checkbox-wrapper{display:-ms-flexbox;display:-webkit-box;display:flex;-ms-flex-direction:row;-webkit-box-orient:horizontal;-webkit-box-direction:normal;flex-direction:row;-ms-flex-align:center;-webkit-box-align:center;align-items:center;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-ms-flex-pack:justify;-webkit-box-pack:justify;justify-content:space-between}footer .tell-us-about-project form .tell-us-about-project-checkbox-wrapper p{color:#fff}footer .tell-us-about-project form button{width:355px;-ms-flex-negative:0;flex-shrink:0;height:50px;background-color:#008ce0;background-image:linear-gradient(82deg,rgba(0,83,206,.9),rgba(0,158,253,.89));border:none;font-family:MulishMedium;font-size:11px;font-weight:500;letter-spacing:.5px;text-align:center;color:#fff}footer .footer-separator hr{margin-top:26px}@media (max-width:1300px){footer .tell-us-about-project .tell-us-about-project-text-block{margin-left:4.1%}footer .tell-us-about-project form{margin:0 42px}footer .footer-menu{margin:0 4.1%}}@media (max-width:1024px){footer{width:100%}footer .tell-us-about-project .tell-us-about-project-text-block{margin:0 4.1% 60px}footer .tell-us-about-project .tell-us-about-project-text-block h2{font-size:32px}.tell-us-about-project-forms-block-row-1,.tell-us-about-project-forms-block-row-2{margin:0 auto;-ms-flex-direction:column;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column}footer .tell-us-about-project form .tell-us-about-project-forms-block-row-1 .tell-us-about-project-forms-blockrow-1-column-1{width:100%;margin:0 auto;overflow:hidden}footer .tell-us-about-project form .tell-us-about-project-forms-block-row-1 .tell-us-about-project-forms-blockrow-1-column-1 .tell-us-about-project-forms-block-wrapper input{padding:0 0 0 24px;-webkit-box-sizing:border-box;box-sizing:border-box;width:90%;margin:0 0 15px}footer .tell-us-about-project form .tell-us-about-project-forms-block-row-1 .tell-us-about-project-forms-blockrow-1-column-2{width:100%}footer .tell-us-about-project form .tell-us-about-project-forms-block-row-1 .tell-us-about-project-forms-blockrow-1-column-2 p{margin-top:16px}footer .tell-us-about-project form .tell-us-about-project-forms-block-row-1 .tell-us-about-project-forms-blockrow-1-column-2 textarea{width:100%;padding:18px 0 0 24px;-webkit-box-sizing:border-box;box-sizing:border-box}footer .tell-us-about-project form .tell-us-about-project-forms-block-row-1 .tell-us-about-project-forms-blockrow-1-column-2 .checkbox-text{display:-ms-flexbox;display:-webkit-box;display:flex;-ms-flex-direction:row;-webkit-box-orient:horizontal;-webkit-box-direction:normal;flex-direction:row}footer .tell-us-about-project form .tell-us-about-project-forms-block-row-1 .tell-us-about-project-forms-blockrow-1-column-2 .checkbox-text p{margin:0}footer .tell-us-about-project form .tell-us-about-project-forms-block-row-1 .tell-us-about-project-forms-blockrow-1-column-2 .checkbox-text p:first-child{margin-right:34px}footer .footer-menu{margin:0 3.1%}footer .footer-menu .footer-menu-row1{-ms-flex-wrap:wrap;flex-wrap:wrap}footer .footer-menu .footer-menu-row1 .footer-menu-row1-column1{display:-ms-flexbox;display:-webkit-box;display:flex;-ms-flex-direction:column;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;-ms-flex-pack:center;-webkit-box-pack:center;justify-content:center;margin-bottom:46px;width:100%}footer .footer-menu .footer-menu-row1 .footer-menu-row1-column1 p{text-align:center;width:100%!important}footer .footer-menu .footer-menu-row1 .footer-menu-row1-column1 .logo-place{margin:0 auto}footer .footer-menu .footer-menu-row1 .footer-menu-row1-column4{width:31%}footer .footer-bottom-block .footer-bottom-block-column-2{text-align:center}footer .footer-bottom-block .footer-bottom-block-column-2 p{width:139px;font-size:12px}.tell-us-about-project-forms-block-row-1,.tell-us-about-project-forms-block-row-2{width:100%}}@media (max-width:1023px){footer .tell-us-about-project form .tell-us-about-project-forms-block-row-1 .tell-us-about-project-forms-blockrow-1-column-1 .tell-us-about-project-forms-block-wrapper{max-width:100%;width:auto}}.solute-wrapper .content-wrapper h1{max-width:755px;font-family:Mulish;color:#fff;margin-bottom:19px;line-height:1.13}.solute-wrapper .content-wrapper p{width:627px;font-family:MulishRegular;font-size:20px;line-height:1.4;letter-spacing:.5px;color:hsla(0,0%,100%,.9)}.solute-wrapper .content-wrapper .content__button{margin-top:38px;margin-bottom:62px;height:auto}.solute-wrapper .content-wrapper .content__button .gradient-button{display:-ms-flexbox;display:-webkit-box;display:flex;-ms-flex-pack:center;-webkit-box-pack:center;justify-content:center;-ms-flex-align:center;-webkit-box-align:center;align-items:center;width:220px;height:50px;background-color:#009efd;background-image:linear-gradient(77deg,rgba(0,83,206,.9),rgba(0,158,253,.89));font-family:MulishMedium;font-size:11px;font-weight:500;letter-spacing:.5px;text-align:center;color:#fff;border:none;-webkit-box-sizing:border-box;box-sizing:border-box}@media (max-width:450px){.solute-wrapper .content-wrapper .content__button{margin-top:30px;margin-bottom:48px}.solute-wrapper .content-wrapper .content__button .gradient-button{width:180px;height:40px}}@media (max-width:700px){.the-essence-of-integra-wrapper .the-essence-of-integra-plate-wrapper .the-essence-of-integra-plate-row .the-essence-of-integra-plate-row-column2 .the-essence-of-integra-plate-row1 .the-essence-of-integra-plate-row1-column1 p:nth-child(2),.the-essence-of-integra-wrapper .the-essence-of-integra-plate-wrapper .the-essence-of-integra-plate-row .the-essence-of-integra-plate-row-column2 .the-essence-of-integra-plate-row1 .the-essence-of-integra-plate-row1-column2 p:nth-child(2),.the-essence-of-integra-wrapper .the-essence-of-integra-plate-wrapper .the-essence-of-integra-plate-row .the-essence-of-integra-plate-row-column2 .the-essence-of-integra-plate-row2 .the-essence-of-integra-plate-row1-column1 p:nth-child(2),.the-essence-of-integra-wrapper .the-essence-of-integra-plate-wrapper .the-essence-of-integra-plate-row .the-essence-of-integra-plate-row-column2 .the-essence-of-integra-plate-row2 .the-essence-of-integra-plate-row1-column2 p:nth-child(2),.they-trust-us-wrapper .they-trust-us-logo-wrapper .they-trust-us-logo-row .they-trust-us-logo-block:nth-child(n+5){display:none}}@media (max-width:1100px){.project-service-wrapper header.header-dark-wrapper a.a-hamburger .hamburger-blue-line:nth-child(2){margin-top:4px}}@media (max-width:768px){.project-service-wrapper header.header-dark-wrapper a .hamburger-blue-line:nth-child(2){margin-top:4px}}@media (max-width:425px){.project-service-wrapper .recent-projects-images-block .button-wrapper,.project-service-wrapper .recent-projects-images-block .recent-projects__skinview-wrapper:nth-child(4){display:none}}@media (max-width:1100px){.gpdr-wrapper header.header-dark-wrapper a.a-hamburger .hamburger-blue-line:nth-child(2){margin-top:4px}}@media (max-width:768px){.gpdr-wrapper header.header-dark-wrapper a .hamburger-blue-line:nth-child(2){margin-top:4px}.gpdr-wrapper .solute-menu-wrapper h5:first-child.active~h5:last-child:after{left:-132px}}@media (max-width:425px){.gpdr-wrapper .solute-menu-wrapper h5:first-child.active~h5:last-child:after{left:-83px}}@media (max-width:1100px){.error403 header.header a.a-hamburger .hamburger-blue-line:nth-child(2),.error404 header.header a.a-hamburger .hamburger-blue-line:nth-child(2){margin-top:4px}}@media (max-width:768px){footer .tell-us-about-project form .tell-us-about-project-forms-block-row-1{display:block}footer .tell-us-about-project form .tell-us-about-project-forms-block-row-1 .tell-us-about-project-forms-blockrow-1-column-1{width:100%}footer .tell-us-about-project form .tell-us-about-project-forms-block-row-1 .tell-us-about-project-forms-blockrow-1-column-2{display:block;width:100%}footer .tell-us-about-project form .tell-us-about-project-forms-block-row-2 .tell-us-about-project-checkbox-wrapper{margin-bottom:24px}footer .tell-us-about-project form .tell-us-about-project-forms-block-row-2 button{margin:24px auto;width:100%}.solute-wrapper{margin-bottom:0}}@media (max-width:1300px){footer .tell-us-about-project .tell-us-about-project-text-block{margin-left:4.1%}footer .tell-us-about-project form{margin:0 42px}footer .footer-menu{margin:0 4.1%}footer .footer-bottom-block{margin:30px 4.1% 22px}}@media (max-width:1024px){footer{width:100%}footer .tell-us-about-project .tell-us-about-project-text-block{margin:0 4.1% 60px}footer .tell-us-about-project .tell-us-about-project-text-block h2{font-size:38px}.tell-us-about-project-forms-block-row-1,.tell-us-about-project-forms-block-row-2{margin:0 auto;-ms-flex-direction:column;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column}footer .tell-us-about-project form .tell-us-about-project-forms-block-row-1 .tell-us-about-project-forms-blockrow-1-column-1{width:100%;margin:0 auto;overflow:hidden}footer .tell-us-about-project form .tell-us-about-project-forms-block-row-1 .tell-us-about-project-forms-blockrow-1-column-1 .tell-us-about-project-forms-block-wrapper input{padding:0 0 0 24px;-webkit-box-sizing:border-box;box-sizing:border-box;width:90%;margin:0 0 15px}footer .tell-us-about-project form .tell-us-about-project-forms-block-row-1 .tell-us-about-project-forms-blockrow-1-column-2{width:100%}footer .tell-us-about-project form .tell-us-about-project-forms-block-row-1 .tell-us-about-project-forms-blockrow-1-column-2 p{margin-top:16px}footer .tell-us-about-project form .tell-us-about-project-forms-block-row-1 .tell-us-about-project-forms-blockrow-1-column-2 textarea{width:100%;padding:18px 0 0 24px;-webkit-box-sizing:border-box;box-sizing:border-box}footer .tell-us-about-project form .tell-us-about-project-forms-block-row-1 .tell-us-about-project-forms-blockrow-1-column-2 .checkbox-text{display:-ms-flexbox;display:-webkit-box;display:flex;-ms-flex-direction:row;-webkit-box-orient:horizontal;-webkit-box-direction:normal;flex-direction:row}footer .tell-us-about-project form .tell-us-about-project-forms-block-row-1 .tell-us-about-project-forms-blockrow-1-column-2 .checkbox-text p{margin:0}footer .tell-us-about-project form .tell-us-about-project-forms-block-row-1 .tell-us-about-project-forms-blockrow-1-column-2 .checkbox-text p:first-child{margin-right:34px}footer .footer-menu{margin:0 3.1%}footer .footer-menu .footer-menu-row1{-ms-flex-wrap:wrap;flex-wrap:wrap}footer .footer-menu .footer-menu-row1 .footer-menu-row1-column1{display:-ms-flexbox;display:-webkit-box;display:flex;-ms-flex-direction:column;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;-ms-flex-pack:center;-webkit-box-pack:center;justify-content:center;margin-bottom:46px;width:100%}footer .footer-menu .footer-menu-row1 .footer-menu-row1-column1 p{text-align:center;width:100%!important}footer .footer-menu .footer-menu-row1 .footer-menu-row1-column1 .logo-place{margin:0 auto}footer .footer-menu .footer-menu-row1 .footer-menu-row1-column4{width:31%}footer .footer-bottom-block .footer-bottom-block-column-2{text-align:center}footer .footer-bottom-block .footer-bottom-block-column-2 p{width:139px;font-size:12px}.tell-us-about-project-forms-block-row-1,.tell-us-about-project-forms-block-row-2{width:100%}}@media (max-width:768px){footer .tell-us-about-project form .tell-us-about-project-forms-block-row-1 .tell-us-about-project-forms-blockrow-1-column-1 .tell-us-about-project-forms-block-wrapper input{width:100%}}@media (max-width:540px){footer .tell-us-about-project{padding:50px 12px 34px}footer .tell-us-about-project .tell-us-about-project-text-block{margin:0 0 22px}footer .tell-us-about-project .tell-us-about-project-text-block h2{font-size:20px}footer .tell-us-about-project .tell-us-about-project-text-block h2 img{width:4px;height:4px}footer .tell-us-about-project form,footer .tell-us-about-project form .tell-us-about-project-forms-block-row-1{width:100%}footer .tell-us-about-project form .tell-us-about-project-forms-block-row-1 .tell-us-about-project-forms-blockrow-1-column-2 .checkbox-text{-ms-flex-direction:column!important;-webkit-box-orient:vertical!important;-webkit-box-direction:normal!important;flex-direction:column!important;-ms-flex-pack:normal;-webkit-box-pack:normal;justify-content:normal}footer .tell-us-about-project form .tell-us-about-project-forms-block-row-1 .tell-us-about-project-forms-blockrow-1-column-2 .checkbox-text p:first-child{margin-bottom:18px}footer .footer-menu{margin-bottom:50px;padding-top:27px}footer .footer-menu .footer-menu-row1 ul a{color:#5e6063}footer .footer-menu .footer-menu-row1 .footer-menu-row1-column1{display:-ms-flexbox;display:-webkit-box;display:flex;-ms-flex-direction:column;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column}footer .footer-bottom-block .footer-bottom-block-column-1 p,footer .footer-bottom-block .footer-bottom-block-column-1 p img,footer .footer-menu .footer-menu-row1 .footer-menu-row1-column3,footer .footer-menu .footer-menu-row1 .footer-menu-row1-column4{display:none}footer .footer-menu .footer-menu-row1 .footer-menu-row1-column1 .logo-place{margin:10px 0 0;text-align:left}footer .footer-menu .footer-menu-row1 .footer-menu-row1-column1 p{margin:10px 0 0;text-align:left;width:84.4%}footer .footer-bottom-block{-ms-flex-direction:column;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;-ms-flex-align:start;-webkit-box-align:start;align-items:flex-start;margin:25px 3.1% 41px}footer .footer-bottom-block p{font-size:14px!important}footer .footer-bottom-block .footer-bottom-block-column-1{width:100%}.wp-block-lazyblock-homepage-projects .recent-projects-images-block .skinview-inside-content-block .skinview-inside-content-block-column1{width:53%}}@media (max-width:540px) and (min-width:768px){.wp-block-lazyblock-homepage-projects .recent-projects-images-block .skinview-inside-content-block .skinview-inside-content-block-column1{width:56.3%}}@media (max-width:540px) and (min-width:1024px){.wp-block-lazyblock-homepage-projects .recent-projects-images-block .skinview-inside-content-block .skinview-inside-content-block-column1{width:62.1%}}@media (max-width:540px) and (min-width:1440px){.wp-block-lazyblock-homepage-projects .recent-projects-images-block .skinview-inside-content-block .skinview-inside-content-block-column1{width:56.23%}}@media (max-width:540px){footer .footer-bottom-block .footer-bottom-block-column-1 p:last-child{display:-ms-flexbox;display:-webkit-box;display:flex;-ms-flex-direction:column;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;margin-top:14px;margin-bottom:24px}footer .footer-bottom-block .footer-bottom-block-column-1 p:last-child a:first-child{margin-bottom:16px}footer .footer-bottom-block .footer-bottom-block-column-2{width:100%;margin:24px 0;-ms-flex-order:1;-webkit-box-ordinal-group:2;order:1;text-align:left;-ms-flex-pack:start;-webkit-box-pack:start;justify-content:flex-start}footer .footer-bottom-block .footer-bottom-block-column-2 p{width:auto;font-size:12px!important}footer .footer-bottom-block .footer-bottom-block-column-3{width:auto}}input,textarea{outline:0}h1,h2,h3{font-family:MulishBlack;color:#081120;font-style:normal;font-stretch:normal;line-height:normal;font-weight:400}#cookies-message button{letter-spacing:.5px}#policy-error{position:absolute;top:-15px;text-align:right}@media (max-width:1024px){footer .tell-us-about-project form .tell-us-about-project-forms-block-row-1 .tell-us-about-project-forms-blockrow-1-column-1 .tell-us-about-project-forms-block-wrapper p{width:90%}}#dark-bg{position:absolute;height:100vh;width:100%;background:rgba(0,0,0,.5);display:none;z-index:-1}header #services ul.menu{top:-520px}header .hide-menu ul li.contact-us span{-webkit-text-fill-color:transparent;-moz-text-fill-color:transparent}header .hide-menu ul li.services-menu-li-mobile ul.services-submenu-mobile li a{white-space:normal}header.header a.touch{color:rgba(0,83,206,.9)}header.header .hide-menu ul li a{font-family:Mulish;font-size:34px;font-weight:400;line-height:1.18;letter-spacing:1.1px;text-align:center}@media (max-width:992px){header.header{margin:0 3.1%;-ms-flex-wrap:nowrap;flex-wrap:nowrap}header.header .hide-menu{padding:33px 28px 233px 24px}header.header a.a-hamburger .hamburger-blue-line{background-color:#081120}}@media (max-width:480px){header.header{height:48px}header.header a.touch,header.header hr{display:none}header.header a.logo-place{display:inline-block;width:111px}header.header a.logo-place img{max-width:100%}header.header .hide-menu ul li a{font-size:20px}}.homepage-wrapper p.small-gray{font-family:MulishRegular;font-size:14px;line-height:1.43;letter-spacing:.4px;color:rgba(94,96,99,.8)}.homepage-wrapper p.small-dark-blue-gray{font-family:MulishRegular;font-size:14px;line-height:1.29;letter-spacing:.4px;color:#081120}.homepage-wrapper a{text-decoration:none}.turnkey_product_development{margin:64px 11.45%}@media (max-width:1024px){.turnkey_product_development{margin:64px 4.1%}}@media (max-width:768px){.turnkey_product_development{margin:64px 3.1%}}@media (max-width:400px){.turnkey_product_development{margin:64px 7.81%}}.turnkey_product_development div.turnkey_product_development_title{font-family:Mulish;font-size:20px;font-stretch:normal;font-style:normal;line-height:1.2;letter-spacing:.63px;color:#081120;margin-bottom:14px}@media (max-width:800px){.turnkey_product_development div.turnkey_product_development_title{padding-right:45%}}@media (max-width:737px){.turnkey_product_development div.turnkey_product_development_title{padding-right:40%}}@media (max-width:662px){.turnkey_product_development div.turnkey_product_development_title{padding-right:35%}}@media (max-width:610px){.turnkey_product_development div.turnkey_product_development_title{padding-right:30%}}@media (max-width:570px){.turnkey_product_development div.turnkey_product_development_title{padding-right:0}}@media (max-width:400px){.turnkey_product_development div.turnkey_product_development_title{padding-right:20%;font-size:16px;font-stretch:normal;font-style:normal;line-height:1.5;letter-spacing:.5px}}@media (max-width:290px){.turnkey_product_development div.turnkey_product_development_title{padding-right:0}}.turnkey_product_development div.turnkey_product_development_description{position:relative;font-family:MulishRegular;opacity:.8;font-size:14px;font-weight:400;font-stretch:normal;font-style:normal;line-height:1.29;letter-spacing:.44px;overflow-y:hidden}@media (max-width:450px){.turnkey_product_development div.turnkey_product_development_description{font-size:12px!important;font-stretch:normal;font-style:normal;line-height:1.5;letter-spacing:.38px}}.turnkey_product_development div.turnkey_product_development_description p{margin-bottom:20px;opacity:.8}@media (max-width:450px){.turnkey_product_development div.turnkey_product_development_description p{font-size:12px!important;font-stretch:normal;font-style:normal;line-height:1.5;letter-spacing:.38px}}.turnkey_product_development div.turnkey_product_development_description:after{position:absolute;bottom:0;height:100%;width:100%;content:"";opacity:1;-webkit-transition:all 2s;transition:all 2s;background:-webkit-gradient(linear,left bottom,left top,color-stop(10%,hsla(0,0%,100%,.85)),color-stop(90%,hsla(0,0%,100%,0)));background:linear-gradient(0deg,hsla(0,0%,100%,.85) 10%,hsla(0,0%,100%,0) 90%);pointer-events:none}.turnkey_product_development div.show-more{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:row;-webkit-box-orient:horizontal;-webkit-box-direction:normal;flex-direction:row;-ms-flex-align:center;-webkit-box-align:center;align-items:center;margin-bottom:40px;cursor:pointer;font-family:MulishRegular;font-size:14px;font-weight:400;font-stretch:normal;font-style:normal;line-height:1.29;letter-spacing:.44px;color:rgba(0,83,206,.9);margin-top:24px}.turnkey_product_development div.show-more .less{display:none}.turnkey_product_development div.show-more .more{display:inline-block}@media (max-width:450px){.turnkey_product_development div.show-more p{font-size:14px!important;font-stretch:normal;font-style:normal;line-height:1.29;letter-spacing:.44px}}.turnkey_product_development.open .show-more img{-webkit-transform:rotateX(180deg);transform:rotateX(180deg)}.turnkey_product_development div.show-more img{display:inline-block;width:13px;height:9px;margin-right:10px;float:left;-webkit-transition:-webkit-transform 1s ease-in-out;transition:-webkit-transform 1s ease-in-out;transition:transform 1s ease-in-out;transition:transform 1s ease-in-out,-webkit-transform 1s ease-in-out}.turnkey_product_development.open div.turnkey_product_development_description:after{opacity:0}@media (max-width:768px){.turnkey_product_development.open div.turnkey_product_development_description:after{max-height:none}}@media (max-width:400px){.turnkey_product_development.open div.turnkey_product_development_description:after{max-height:none}}@media (max-width:768px){.homepage-wrapper h2{font-size:32px!important}}@media (max-width:450px){.homepage-wrapper h1{font-family:Mulish;font-size:28px!important;font-weight:400;letter-spacing:.4px}.homepage-wrapper p{font-family:MulishRegular;font-size:16px!important;line-height:1.5;letter-spacing:.5px}.homepage-wrapper h2{font-family:Mulish;font-size:28px!important;letter-spacing:.3px}.homepage-wrapper h3{font-size:20px!important}}.wp-block-lazyblock-homepage-banner .solute-wrapper{display:-ms-flexbox;display:-webkit-box;display:flex;-ms-flex-align:end;-webkit-box-align:end;align-items:flex-end;background-repeat:no-repeat;background-size:cover;background-position:50%;max-width:100%;margin-right:60px;height:600px;margin-bottom:100px}.wp-block-lazyblock-homepage-banner .solute-wrapper .content-wrapper{margin-left:11.9%;margin-top:5px;margin-bottom:30px}@media (max-width:850px){.homepage-wrapper footer{width:100%}.homepage-wrapper footer .tell-us-about-project .tell-us-about-project-text-block{margin:0 24px 58px}.homepage-wrapper footer .tell-us-about-project .tell-us-about-project-text-block h2{font-size:32px}.homepage-wrapper footer .tell-us-about-project form .tell-us-about-project-forms-block-row-1{width:77.6%;margin:0 auto;-ms-flex-direction:column;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column}.homepage-wrapper footer .tell-us-about-project form .tell-us-about-project-forms-block-row-1 .tell-us-about-project-forms-blockrow-1-column-1{width:100%;margin:0 auto}.homepage-wrapper footer .tell-us-about-project form .tell-us-about-project-forms-block-row-1 .tell-us-about-project-forms-blockrow-1-column-1 .tell-us-about-project-forms-block-wrapper p{max-width:100%;width:auto}.homepage-wrapper footer .tell-us-about-project form .tell-us-about-project-forms-block-row-1 .tell-us-about-project-forms-blockrow-1-column-1 .tell-us-about-project-forms-block-wrapper input{padding:0 0 0 24px;-webkit-box-sizing:border-box;box-sizing:border-box;width:100%;margin:0 0 15px}.homepage-wrapper footer .tell-us-about-project form .tell-us-about-project-forms-block-row-1 .tell-us-about-project-forms-blockrow-1-column-2{width:100%}.homepage-wrapper footer .tell-us-about-project form .tell-us-about-project-forms-block-row-1 .tell-us-about-project-forms-blockrow-1-column-2 textarea{width:100%;padding:18px 0 0 24px;-webkit-box-sizing:border-box;box-sizing:border-box}.homepage-wrapper footer .tell-us-about-project form .tell-us-about-project-forms-block-row-1 .tell-us-about-project-forms-blockrow-1-column-2 .checkbox-text{display:-ms-flexbox;display:-webkit-box;display:flex;-ms-flex-direction:row;-webkit-box-orient:horizontal;-webkit-box-direction:normal;flex-direction:row;-ms-flex-pack:center;-webkit-box-pack:center;justify-content:center}.homepage-wrapper footer .tell-us-about-project form .tell-us-about-project-forms-block-row-1 .tell-us-about-project-forms-blockrow-1-column-2 .checkbox-text p{margin:0}.homepage-wrapper footer .tell-us-about-project form .tell-us-about-project-forms-block-row-1 .tell-us-about-project-forms-blockrow-1-column-2 .checkbox-text p:first-child{margin-right:34px}.homepage-wrapper footer .tell-us-about-project form .tell-us-about-project-forms-block-row-2{margin-top:38px}.homepage-wrapper footer .tell-us-about-project form .tell-us-about-project-forms-block-row-2 .tell-us-about-project-checkbox-wrapper{-ms-flex-direction:column;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;-ms-flex-align:center;-webkit-box-align:center;align-items:center}.homepage-wrapper footer .tell-us-about-project form .tell-us-about-project-forms-block-row-2 .tell-us-about-project-checkbox-wrapper p{max-width:77.6%;-ms-flex-order:1;-webkit-box-ordinal-group:2;order:1;margin:15px auto 0}.homepage-wrapper footer .tell-us-about-project form .tell-us-about-project-forms-block-row-2 .tell-us-about-project-checkbox-wrapper button{width:77.6%;margin:0 auto}.homepage-wrapper footer .footer-menu{margin:0 3.1%}.homepage-wrapper footer .footer-menu .footer-menu-row1{-ms-flex-wrap:wrap;flex-wrap:wrap}.homepage-wrapper footer .footer-menu .footer-menu-row1 .footer-menu-row1-column1{display:-ms-flexbox;display:-webkit-box;display:flex;-ms-flex-direction:column;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;-ms-flex-pack:center;-webkit-box-pack:center;justify-content:center;margin-bottom:46px;width:100%}.homepage-wrapper footer .footer-menu .footer-menu-row1 .footer-menu-row1-column1 p{text-align:center;width:100%}.homepage-wrapper footer .footer-menu .footer-menu-row1 .footer-menu-row1-column1 .logo-place{margin:0 auto}.homepage-wrapper footer .footer-menu .footer-menu-row1 .footer-menu-row1-column4{width:31%}.homepage-wrapper footer .footer-bottom-block .footer-bottom-block-column-2{text-align:center}.homepage-wrapper footer .footer-bottom-block .footer-bottom-block-column-2 p{width:139px}}@media (max-width:540px){.homepage-wrapper footer .tell-us-about-project{padding:50px 12px 34px}.homepage-wrapper footer .tell-us-about-project .tell-us-about-project-text-block{margin:0 0 22px}.homepage-wrapper footer .tell-us-about-project .tell-us-about-project-text-block h2{font-size:24px!important;font-stretch:normal;font-style:normal;line-height:normal;letter-spacing:.3px}.homepage-wrapper footer .tell-us-about-project form .tell-us-about-project-forms-block-row-1{width:100%}.homepage-wrapper footer .tell-us-about-project form .tell-us-about-project-forms-block-row-1 .tell-us-about-project-forms-blockrow-1-column-2 .checkbox-text{-ms-flex-direction:column;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;-ms-flex-pack:normal;-webkit-box-pack:normal;justify-content:normal}.homepage-wrapper footer .tell-us-about-project form .tell-us-about-project-forms-block-row-1 .tell-us-about-project-forms-blockrow-1-column-2 .checkbox-text p:first-child{margin-bottom:18px}.homepage-wrapper footer .tell-us-about-project form .tell-us-about-project-forms-block-row-2 .tell-us-about-project-checkbox-wrapper p{max-width:100%}.homepage-wrapper footer .tell-us-about-project form .tell-us-about-project-forms-block-row-2 .tell-us-about-project-checkbox-wrapper label{font-size:12px}.homepage-wrapper footer .tell-us-about-project form .tell-us-about-project-forms-block-row-2 .tell-us-about-project-checkbox-wrapper button{width:100%}.homepage-wrapper footer .footer-menu .footer-menu-row1 .footer-menu-row1-column1{display:-ms-flexbox;display:-webkit-box;display:flex;-ms-flex-direction:column;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column}.homepage-wrapper footer .footer-menu .footer-menu-row1 .footer-menu-row1-column1 .logo-place{margin:10px 0 0;text-align:left}.homepage-wrapper footer .footer-menu .footer-menu-row1 .footer-menu-row1-column1 p{margin:10px 0 0;text-align:left;width:84.4%}.homepage-wrapper footer .footer-menu .footer-menu-row1 .footer-menu-row1-column3,.homepage-wrapper footer .footer-menu .footer-menu-row1 .footer-menu-row1-column4{display:none}.homepage-wrapper footer .footer-bottom-block{margin:25px 3.1% 41px;-ms-flex-direction:column;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;-ms-flex-align:start;-webkit-box-align:start;align-items:flex-start}.homepage-wrapper footer .footer-bottom-block p{font-size:14px!important}.homepage-wrapper footer .footer-bottom-block .footer-bottom-block-column-1{width:100%}.homepage-wrapper footer .footer-bottom-block .footer-bottom-block-column-1 p{display:-ms-flexbox;display:-webkit-box;display:flex;-ms-flex-direction:column;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;margin-bottom:24px;line-height:50px}.homepage-wrapper footer .footer-bottom-block .footer-bottom-block-column-1 p img{display:none}.homepage-wrapper footer .footer-bottom-block .footer-bottom-block-column-1 p a:first-child{margin-bottom:16px}.homepage-wrapper footer .footer-bottom-block .footer-bottom-block-column-2{width:100%;margin:24px 0;-ms-flex-order:1;-webkit-box-ordinal-group:2;order:1;text-align:left;-ms-flex-pack:start;-webkit-box-pack:start;justify-content:flex-start}.homepage-wrapper footer .footer-bottom-block .footer-bottom-block-column-2 p{width:auto;font-size:12px!important}.homepage-wrapper footer .footer-bottom-block .footer-bottom-block-column-3{width:auto}}.from-prototype-to-fabrication-ready{margin:0 11.5% 93px}.from-prototype-to-fabrication-ready h2{margin-bottom:6px}.from-prototype-to-fabrication-ready h2 span{white-space:nowrap}.from-prototype-to-fabrication-ready h2 img{margin-left:2px}.from-prototype-to-fabrication-ready .plate-content{display:-ms-flexbox;display:-webkit-box;display:flex;-ms-flex-direction:row;-webkit-box-orient:horizontal;-webkit-box-direction:normal;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:justify;-webkit-box-pack:justify;justify-content:space-between;margin-top:30px}.from-prototype-to-fabrication-ready .plate-content>a{width:31.407%;margin-bottom:60px;text-decoration:none}.from-prototype-to-fabrication-ready .plate-content .img-block{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;height:100%;position:relative;width:100%;cursor:pointer}.from-prototype-to-fabrication-ready .plate-content .block1{background-repeat:no-repeat;background-size:cover;background-position:50%}.from-prototype-to-fabrication-ready .plate-content .block{position:relative;height:468px}.from-prototype-to-fabrication-ready .plate-content .inside-img-text-wrapper{min-height:246px;display:-ms-flexbox;display:-webkit-box;display:flex;-ms-flex-direction:column;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;-ms-flex-pack:distribute;justify-content:space-around;position:relative;z-index:2;max-width:100%;background-color:#fff;margin-right:12px;margin-left:-1px;margin-top:-148px;padding:20px 11px 15px 20px}@media (max-width:690px){.from-prototype-to-fabrication-ready .plate-content .inside-img-text-wrapper{-webkit-box-pack:unset;-ms-flex-pack:unset;justify-content:unset}.from-prototype-to-fabrication-ready .plate-content .inside-img-text-wrapper h3{margin-bottom:20px}}.from-prototype-to-fabrication-ready .plate-content .inside-img-text-wrapper p.small-dark-blue-gray img,.from-prototype-to-fabrication-ready .plate-content p.small-dark-blue-gray img{width:4px;height:4px;margin:0 6px 2px 3px}.from-prototype-to-fabrication-ready .plate-content p.learn-more{padding:0 11px 0 20px;color:rgba(0,83,206,.9);font-family:MulishMedium;font-size:11px!important;font-weight:500;letter-spacing:.5px;margin-top:10px}.from-prototype-to-fabrication-ready .plate-content p.learn-more img{width:9px;height:8px;margin-left:4px;-webkit-transition:.3s;transition:.3s}.from-prototype-to-fabrication-ready .plate-content .img-block:hover .hover-block{opacity:.89}.from-prototype-to-fabrication-ready .plate-content .img-block:hover .hover-block .overlay{display:-ms-flexbox;display:-webkit-box;display:flex}.from-prototype-to-fabrication-ready .plate-content .img-block:hover p.learn-more img{margin-left:8px}.from-prototype-to-fabrication-ready .plate-content .gradient-button{margin:0 auto;display:-ms-flexbox;display:-webkit-box;display:flex;-ms-flex-pack:center;-webkit-box-pack:center;justify-content:center;-ms-flex-align:center;-webkit-box-align:center;align-items:center;width:100%;max-width:310px;height:44px;background-image:linear-gradient(82deg,rgba(0,83,206,.9),rgba(0,158,253,.89));font-family:MulishMedium;font-size:11px;font-weight:500;letter-spacing:.5px;text-align:center;color:#fff;border:none;-webkit-box-sizing:border-box;box-sizing:border-box}.enterprises-and-startups .solute-enterprises-and-startups{display:-ms-flexbox;display:-webkit-box;display:flex;-ms-flex-align:end;-webkit-box-align:end;align-items:flex-end;-ms-flex-pack:justify;-webkit-box-pack:justify;justify-content:space-between;-ms-flex-align:center;-webkit-box-align:center;align-items:center;height:auto;background-color:#081120;padding:0 11.5%}.enterprises-and-startups .solute-enterprises-and-startups .logos-wrapper{width:434px;margin:52px 0}@media (max-width:768px){.enterprises-and-startups .solute-enterprises-and-startups .logos-wrapper{margin:37px auto}}.solute-enterprises-and-startups .logos-wrapper .logos-wrapper__img-block{display:none}.enterprises-and-startups .solute-enterprises-and-startups .logos-wrapper img{width:142px;height:142px;padding:0}.solute-enterprises-and-startups .logos-wrapper img.logo-1,.solute-enterprises-and-startups .logos-wrapper img.logo-2{border-right:1px solid #5e6063;border-bottom:1px solid #5e6063;margin-bottom:-8px}.solute-enterprises-and-startups .logos-wrapper img.logo-2{margin-left:-4px}.solute-enterprises-and-startups .logos-wrapper img.logo-3{border-bottom:1px solid #5e6063;margin-left:-4px;margin-bottom:-8px}.solute-enterprises-and-startups .logos-wrapper img.logo-4{border-right:1px solid #5e6063}.solute-enterprises-and-startups .logos-wrapper img.logo-5{border-right:1px solid #5e6063;margin-left:-4px}.solute-enterprises-and-startups .logos-wrapper img.logo-6{margin-left:-4px}.what-is-our-dna{background-repeat:no-repeat;background-size:cover;width:100%;height:500px}.dna-content-wrapper{height:410px;margin:-187px 11.4% 0;background-color:#fff;padding-top:52px;position:relative}.dna-content-wrapper h2{text-align:center;margin-bottom:20px}.dna-content-wrapper h2 span{white-space:nowrap}.dna-content-wrapper h2 img{width:26px;height:36px;margin-left:-10px}.dna-content-wrapper p.small-gray{margin:0 auto 40px;width:76.8%;line-height:1.71;text-align:center;color:#5e6063;font-family:MulishRegular;font-size:14px}.dna-content-wrapper .gradient-numbers-wrapper{display:-ms-flexbox;display:-webkit-box;display:flex;-ms-flex-direction:row;-webkit-box-orient:horizontal;-webkit-box-direction:normal;flex-direction:row;-ms-flex-pack:justify;-webkit-box-pack:justify;justify-content:space-between;width:80.6%;margin:0 auto}.dna-content-wrapper .gradient-numbers-wrapper .gradient-numbers-block{display:-ms-flexbox;display:-webkit-box;display:flex;-ms-flex-direction:column;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;-ms-flex-pack:center;-webkit-box-pack:center;justify-content:center;-ms-flex-align:center;-webkit-box-align:center;align-items:center;width:25%;height:90px;padding-bottom:4px;border-right:2px solid #dbdfe5;margin-bottom:148px}.dna-content-wrapper .gradient-numbers-wrapper .gradient-numbers-block img{margin-bottom:4px}.dna-content-wrapper .gradient-numbers-wrapper .gradient-numbers-block p{width:calc(100% - 15px);-ms-flex-item-align:start;align-self:flex-start;white-space:nowrap;text-align:right;font-family:MulishRegular;font-size:16px;line-height:1.13;letter-spacing:.5px;color:#081120;margin-top:4px}@media (max-width:768px){.dna-content-wrapper .gradient-numbers-wrapper .gradient-numbers-block p{margin-top:7px}}.dna-content-wrapper .gradient-numbers-wrapper .gradient-numbers-block:last-child{border-right:0}.recent-projects-text-block{margin-left:11.5%}.recent-projects-text-block h2{margin-bottom:12px}.recent-projects-text-block h2 img{margin-left:5px}.recent-projects-images-block{margin-top:75px}.recent-projects-images-block .recent-projects__skinview-wrapper{margin-bottom:84px;cursor:pointer}@media (max-width:1024px){.recent-projects-images-block .recent-projects__skinview-wrapper{margin-bottom:62px}}.recent-projects-images-block .skinview-block{background-size:cover;background-position:50%;background-repeat:no-repeat;width:100%;height:280px}.recent-projects-images-block .skinview-block,.recent-projects-images-block .skinview-inside-content-block{position:relative;display:-ms-flexbox;display:-webkit-box;display:flex;-ms-flex-direction:row;-webkit-box-orient:horizontal;-webkit-box-direction:normal;flex-direction:row}.recent-projects-images-block .skinview-inside-content-block{z-index:2;padding-left:52px;padding-top:45px;background-color:#fff;margin:-50px 11.4% 0}.wp-block-lazyblock-homepage-projects .recent-projects-images-block .skinview-inside-content-block .skinview-inside-content-block-column1 p{font-family:MulishRegular;font-size:14px!important;line-height:1.43;letter-spacing:.4px;color:rgba(0,83,206,.9);margin-bottom:12px;margin-top:32px}.wp-block-lazyblock-homepage-projects .recent-projects-images-block .skinview-inside-content-block .skinview-inside-content-block-column1 p.small-gray{margin-bottom:0;margin-top:21px}.wp-block-lazyblock-homepage-projects .recent-projects-images-block .skinview-inside-content-block .skinview-inside-content-block-column1 p img{width:4px;height:4px;margin-right:6px;margin-left:2px;margin-bottom:2px}.wp-block-lazyblock-homepage-projects .recent-projects-images-block .skinview-inside-content-block .skinview-inside-content-block-column1 p.small-gray{color:#5e6063}.wp-block-lazyblock-homepage-projects .recent-projects-images-block .skinview-inside-content-block .skinview-inside-content-block-column2{display:-ms-flexbox;display:-webkit-box;display:flex;-ms-flex-align:center;-webkit-box-align:center;align-items:center;-ms-flex-pack:center;-webkit-box-pack:center;justify-content:center;width:47%}.wp-block-lazyblock-homepage-projects .recent-projects-images-block .skinview-inside-content-block .skinview-inside-content-block-column2 .gradient-button{display:-ms-flexbox;display:-webkit-box;display:flex;-ms-flex-pack:center;-webkit-box-pack:center;justify-content:center;-ms-flex-align:center;-webkit-box-align:center;align-items:center;width:220px;height:44px;background-image:linear-gradient(79deg,rgba(0,83,206,.9),rgba(0,158,253,.89));font-family:MulishMedium;font-size:11px;font-weight:500;letter-spacing:.5px;text-align:center;color:#fff;border:none;-webkit-box-sizing:border-box;box-sizing:border-box}.wp-block-lazyblock-homepage-projects .single-case-element{text-decoration:none}.recent-projects-images-block .recent-projects__skinview-wrapper:hover .hover-block__big-case{opacity:.89}.what-you-get-with-us-text-block{margin-left:11.5%;margin-bottom:66px;margin-top:10px}@media (max-width:1024px){.what-you-get-with-us-text-block{margin-bottom:74px}}@media (max-width:690px){.what-you-get-with-us-text-block{margin-bottom:58px}}.what-you-get-with-us-text-block h2{margin-bottom:12px;margin-top:150px}@media (max-width:680px){.what-you-get-with-us-text-block h2{font-size:24px!important;font-stretch:normal;font-style:normal;line-height:normal;letter-spacing:.3px;margin-top:90px}}.what-you-get-with-us-text-block h2 img{margin-left:4px}.wp-block-lazyblock-homepage-advantages .iot-solution__swiper-block{margin-bottom:87px}.homepage_swiper{display:-ms-flexbox;display:-webkit-box;display:flex;-ms-flex-direction:column;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;max-width:100%;margin:0 15.6%;padding:0 10px;-webkit-box-shadow:0 4px 13px 0 rgba(0,83,206,.1);box-shadow:0 4px 13px 0 rgba(0,83,206,.1);-moz-box-shadow:0 4px 13px 0 rgba(0,83,206,.1);border-radius:2px}.wp-block-lazyblock-homepage-advantages .swiper-wrapper{-ms-flex-order:1;-webkit-box-ordinal-group:2;order:1}.wp-block-lazyblock-homepage-advantages .swiper-slide{display:-ms-flexbox;display:-webkit-box;display:flex;-ms-flex-direction:row;-webkit-box-orient:horizontal;-webkit-box-direction:normal;flex-direction:row;width:100%;margin:13px 0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.wp-block-lazyblock-homepage-advantages .swiper-slide-active{max-width:calc(100% - 5px)}.wp-block-lazyblock-homepage-advantages .swiper-slide__img-block{-webkit-box-sizing:border-box;box-sizing:border-box;display:-ms-flexbox;display:-webkit-box;display:flex;-ms-flex-align:center;-webkit-box-align:center;align-items:center;-ms-flex-pack:center;-webkit-box-pack:center;justify-content:center;padding:35px 71px}@media (min-width:420px){.wp-block-lazyblock-homepage-advantages .swiper-slide__img-block{min-width:263px}}.wp-block-lazyblock-homepage-advantages .swiper-slide__img-block img{width:120px;height:120px;-o-object-fit:contain;object-fit:contain}.wp-block-lazyblock-homepage-advantages .swiper-slide__text-block{width:calc(100% - 263px);display:-ms-flexbox;display:-webkit-box;display:flex;-ms-flex-direction:column;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;-ms-flex-pack:center;-webkit-box-pack:center;justify-content:center;-ms-flex-align:center;-webkit-box-align:center;align-items:center;padding:53px}.wp-block-lazyblock-homepage-advantages .swiper-slide__p{width:100%;text-align:left;font-family:MulishRegular;font-size:16px;line-height:1.5;letter-spacing:.5px;color:#5e6063}.wp-block-lazyblock-homepage-advantages .swiper-pagination{display:-ms-flexbox;display:-webkit-box;display:flex;-ms-flex-direction:row;-webkit-box-orient:horizontal;-webkit-box-direction:normal;flex-direction:row;position:static;height:auto;margin:0 15.6%}@media (max-width:1200px){.wp-block-lazyblock-homepage-advantages .swiper-pagination{margin:0 42px}}@media (max-width:768px){.wp-block-lazyblock-homepage-advantages .swiper-pagination{margin:0 16px}}.wp-block-lazyblock-homepage-advantages .swiper-pagination-bullet{display:-ms-flexbox;display:-webkit-box;display:flex;-ms-flex-direction:column;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;-ms-flex-pack:center;-webkit-box-pack:center;justify-content:center;-ms-flex-align:center;-webkit-box-align:center;align-items:center;width:20%;height:auto;padding-top:22px;opacity:1;background-color:#fff;border-radius:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.wp-block-lazyblock-homepage-advantages .swiper-pagination-bullet p{max-width:100%;margin:0 28px 27px;font-family:MulishMedium;font-size:20px;font-weight:500;line-height:1.4;letter-spacing:.5px;text-align:center;color:rgba(8,17,32,.6)}.wp-block-lazyblock-homepage-advantages .swiper-pagination-bullet:after{content:"";width:100%;height:5px;margin-top:auto;background-image:transparent}.wp-block-lazyblock-homepage-advantages .swiper-pagination-bullet.swiper-pagination-bullet-active{background-color:rgba(0,83,206,.05)}.wp-block-lazyblock-homepage-advantages .swiper-pagination-bullet.swiper-pagination-bullet-active p{color:#081120}.wp-block-lazyblock-homepage-advantages .swiper-pagination-bullet.swiper-pagination-bullet-active:after{content:"";background-image:linear-gradient(91deg,#0053ce,#009efd)}@media (max-width:1350px){.dna-content-wrapper{margin:-187px 52px 0}.enterprises-and-startups .solute-enterprises-and-startups{padding:0 8%}.wp-block-lazyblock-homepage-advantages .swiper-pagination-bullet p{margin:0 5px 27px}}@media (max-width:1200px){.wp-block-lazyblock-homepage-banner .solute-wrapper{margin-right:42px}.wp-block-lazyblock-homepage-banner .solute-wrapper .content-wrapper{margin-left:44px}.from-prototype-to-fabrication-ready{margin:0 4.3% 90px}.from-prototype-to-fabrication-ready .plate-content>a{width:48.51%}.from-prototype-to-fabrication-ready .plate-content .img-block{width:100%}.enterprises-and-startups .solute-enterprises-and-startups{padding:0 3.7%}.recent-projects-text-block{margin-left:4.1%}.wp-block-lazyblock-homepage-projects .recent-projects-images-block .skinview-inside-content-block{margin:-50px 93px 0}.homepage_swiper,.homepage_swiper .swiper-pagination,.wp-block-lazyblock-homepage-advantage .homepage_swiper,.wp-block-lazyblock-homepage-advantage .swiper-pagination{margin:0 42px}.wp-block-lazyblock-homepage-advantage .swiper-pagination-bullet p{margin:0 22px 27px}.what-you-get-with-us-text-block{margin-top:57px;margin-left:4.1%}}@media (max-width:960px){body .solute-enterprises-and-startups{padding:0 3.1%}.wp-block-lazyblock-homepage-projects .recent-projects-images-block .skinview-inside-content-block{margin:-50px 24px 0}.solute-enterprises-and-startups .logos-wrapper{width:290px}.solute-enterprises-and-startups .logos-wrapper img.logo-2{border-right:0}.solute-enterprises-and-startups .logos-wrapper img.logo-3{margin-bottom:-5px;margin-left:0;border-right:1px solid #5e6063}.solute-enterprises-and-startups .logos-wrapper img.logo-4{margin-left:-4px;margin-bottom:-5px;border-right:0;border-bottom:1px solid #5e6063}.solute-enterprises-and-startups .logos-wrapper img.logo-5{margin-left:0}.wp-block-lazyblock-homepage-advantage .swiper-pagination-bullet p{margin:0 4px 27px}.dna-content-wrapper{margin:0 24px}}@media (max-width:860px){.dna-content-wrapper .gradient-numbers-wrapper .gradient-numbers-block{padding:6px}}@media (max-width:768px){.from-prototype-to-fabrication-ready .plate-content p.small-dark-blue-gray{font-size:14px!important}.wp-block-lazyblock-homepage-banner .solute-wrapper{margin-right:0}.wp-block-lazyblock-homepage-banner .solute-wrapper .content-wrapper p{width:76%;font-size:16px;font-stretch:normal;font-style:normal;line-height:1.5;letter-spacing:.5px}.dna-content-wrapper{margin:-187px 24px 0}.dna-content-wrapper .gradient-numbers-wrapper{width:auto;margin:0 19px}.dna-content-wrapper .gradient-numbers-wrapper .gradient-numbers-block{padding:6px}.dna-content-wrapper .gradient-numbers-wrapper .gradient-numbers-block p{white-space:nowrap}.dna-content-wrapper .gradient-numbers-wrapper .gradient-numbers-block:first-child img{width:101px;height:31px}.dna-content-wrapper .gradient-numbers-wrapper .gradient-numbers-block:nth-child(2) img{width:75px;height:31px}.dna-content-wrapper .gradient-numbers-wrapper .gradient-numbers-block:nth-child(3) img{width:91px;height:31px}.dna-content-wrapper .gradient-numbers-wrapper .gradient-numbers-block:nth-child(4) img{width:74px;height:31px}.wp-block-lazyblock-homepage-advantage .recent-projects-images-block .skinview-inside-content-block{margin:-20px 13px 0}.homepage_swiper,.homepage_swiper .swiper-pagination,.wp-block-lazyblock-homepage-advantage .homepage_swiper,.wp-block-lazyblock-homepage-advantage .swiper-pagination{margin:0 16px}.wp-block-lazyblock-homepage-advantage .swiper-pagination-bullet p{font-size:16px}}@media (max-width:690px){.homepage_swiper{padding:0}.wp-block-lazyblock-homepage-advantage .swiper-slide-active{max-width:-webkit-max-content;max-width:-moz-max-content;max-width:max-content}.wp-block-lazyblock-homepage-banner .solute-wrapper{margin-bottom:38px}.wp-block-lazyblock-homepage-banner .solute-wrapper .content-wrapper{margin-left:12px}.wp-block-lazyblock-homepage-banner .solute-wrapper .content-wrapper h1{width:80%;margin-top:50px}}@media (max-width:690px) and (max-width:450px){.wp-block-lazyblock-homepage-banner .solute-wrapper .content-wrapper h1{margin:60px 0 40px}}@media (max-width:690px){.wp-block-lazyblock-homepage-banner .solute-wrapper .content-wrapper p{width:84.4%}.from-prototype-to-fabrication-ready{margin:0 4.3% 100px}.from-prototype-to-fabrication-ready h2{font-size:24px!important;font-stretch:normal;font-style:normal;line-height:1.25;letter-spacing:.3px}.from-prototype-to-fabrication-ready h2 img{width:4px;height:4px}.from-prototype-to-fabrication-ready .plate-content p.small-dark-blue-gray{margin-top:0}.from-prototype-to-fabrication-ready .plate-content p.small-gray{display:none}.from-prototype-to-fabrication-ready .plate-content .img-block,.from-prototype-to-fabrication-ready .plate-content>a{width:100%}.from-prototype-to-fabrication-ready .plate-content .gradient-button{width:100%;max-width:290px;margin-top:0}.from-prototype-to-fabrication-ready .plate-content .inside-img-text-wrapper{min-height:150px;height:auto;-webkit-box-sizing:border-box;box-sizing:border-box;margin-top:-89px;padding:24px 11px 20px 20px}}@media (max-width:690px) and (max-width:450px){.from-prototype-to-fabrication-ready .plate-content .inside-img-text-wrapper{margin-top:-148px}}@media (max-width:690px){.solute-enterprises-and-startups{-ms-flex-wrap:wrap;flex-wrap:wrap}.solute-enterprises-and-startups .logos-wrapper{display:-ms-flexbox;display:-webkit-box;display:flex;-ms-flex-pack:distribute;justify-content:space-around;width:100%;margin:0 5% 46px}.solute-enterprises-and-startups .logos-wrapper picture{display:none}.solute-enterprises-and-startups .logos-wrapper .logos-wrapper__img-block{display:block;width:143px;height:143px;background-size:contain;background-repeat:no-repeat;background-position:50%}.what-is-our-dna{height:auto;margin-bottom:70px;background-image:none}.dna-content-wrapper{padding-top:0;height:auto;width:100%;margin:0}.dna-content-wrapper h2 img,.dna-content-wrapper p.small-gray{display:none}.dna-content-wrapper .gradient-numbers-wrapper{-ms-flex-wrap:wrap;flex-wrap:wrap;max-width:100%;margin:0 0 70px 12px}.dna-content-wrapper .gradient-numbers-wrapper .gradient-numbers-block{display:-ms-flexbox;display:-webkit-box;display:flex;-ms-flex-align:start;-webkit-box-align:start;align-items:flex-start;width:45%;border:none;margin:0;padding:0}.dna-content-wrapper .gradient-numbers-wrapper .gradient-numbers-block p{text-align:left}.dna-content-wrapper .gradient-numbers-wrapper .gradient-numbers-block:first-child{margin-left:0}.recent-projects-text-block h2{font-size:24px!important;font-stretch:normal;font-style:normal;line-height:1;letter-spacing:.3px}.recent-projects-text-block h2 img{width:4px;height:4px}.recent-projects-images-block{margin-top:30px}.recent-projects-images-block .skinview-inside-content-block{-ms-flex-wrap:wrap;flex-wrap:wrap;padding:24px 6.1% 0}.recent-projects-images-block .skinview-inside-content-block .skinview-inside-content-block-column1{display:-ms-flexbox;display:-webkit-box;display:flex;-ms-flex-direction:column;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;-ms-flex-wrap:wrap;flex-wrap:wrap;width:100%}.recent-projects-images-block .skinview-inside-content-block .skinview-inside-content-block-column1 p{margin-bottom:30px;-ms-flex-order:1;-webkit-box-ordinal-group:2;order:1}.recent-projects-images-block .skinview-inside-content-block .skinview-inside-content-block-column1 p.small-gray{display:none}.recent-projects-images-block .skinview-inside-content-block .skinview-inside-content-block-column2{display:-ms-flexbox;display:-webkit-box;display:flex;-ms-flex-pack:start;-webkit-box-pack:start;justify-content:flex-start;width:100%}.homepage-wrapper .recent-projects-images-block .recent-projects__skinview-wrapper:nth-child(4),.recent-projects-images-block .button-wrapper{display:none}.what-you-get-with-us-text-block h2 img{width:4px;height:4px}.iot-solution__swiper-block{display:-ms-flexbox;display:-webkit-box;display:flex;-ms-flex-direction:column;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column}.homepage_swiper{border-radius:0;-webkit-box-shadow:none;box-shadow:none;-ms-flex-order:0;-webkit-box-ordinal-group:1;order:0}.wp-block-lazyblock-homepage-advantages .swiper-pagination{margin:0 38px}.wp-block-lazyblock-homepage-advantages .swiper-slide{-ms-flex-direction:column;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column}.wp-block-lazyblock-homepage-advantages .swiper-slide__img-block{border:0;padding:0;margin-bottom:28px}.wp-block-lazyblock-homepage-advantages .swiper-slide__img-block img{width:140px;height:120px}.wp-block-lazyblock-homepage-advantages .swiper-slide__text-block{width:100%;padding:0}.wp-block-lazyblock-homepage-advantages .swiper-slide__p{text-align:center;margin-bottom:20px}}@media (max-width:690px) and (max-width:450px){.wp-block-lazyblock-homepage-advantages .swiper-slide__p{font-size:14px!important;font-weight:400;font-stretch:normal;font-style:normal;line-height:1.71;letter-spacing:.44px;text-align:center}}@media (max-width:690px){.wp-block-lazyblock-homepage-advantages .swiper-pagination{-ms-flex-align:center;-webkit-box-align:center;align-items:center;-ms-flex-pack:center;-webkit-box-pack:center;justify-content:center;-ms-flex-order:1;-webkit-box-ordinal-group:2;order:1}.wp-block-lazyblock-homepage-advantages .swiper-pagination-bullet{width:8px;height:8px;background-color:#dbdfe5;padding-top:0;margin-right:4px}.wp-block-lazyblock-homepage-advantages .swiper-pagination-bullet:last-child{margin-right:0}.wp-block-lazyblock-homepage-advantages .swiper-pagination-bullet:after,.wp-block-lazyblock-homepage-advantages .swiper-pagination-bullet img,.wp-block-lazyblock-homepage-advantages .swiper-pagination-bullet p{display:none}.wp-block-lazyblock-homepage-advantages .swiper-pagination-bullet-active{width:10px;height:10px;background-image:linear-gradient(43deg,rgba(0,83,206,.9),rgba(0,158,253,.89))}}.wp-block-lazyblock-homepage-advantages .swiper-slide__h3{width:100%;margin-bottom:10px}@media (max-width:450px){.wp-block-lazyblock-homepage-advantages .swiper-slide__h3{font-size:16px!important;font-stretch:normal;font-style:normal;line-height:1.5;letter-spacing:.5px;text-align:center}}@media (max-width:768px){.wp-block-lazyblock-homepage-banner .solute-wrapper .content-wrapper h1{font-size:36px;font-stretch:normal;font-style:normal;line-height:1.11;letter-spacing:normal}.homepage-wrapper h3{font-size:20px;font-stretch:normal;font-style:normal;line-height:1.2;letter-spacing:.25px}}.enterprises{width:44%;font-family:MulishRegular;font-size:34px;line-height:1.18;letter-spacing:1.1px;color:#fff;margin-right:50px;font-weight:400;white-space:normal!important}.enterprises .text-gradient{font-family:Mulish;background-image:linear-gradient(80deg,rgba(0,83,206,.9),rgba(0,158,253,.89));-webkit-background-clip:text;-webkit-text-fill-color:transparent;font-weight:400}.enterprises img{margin-left:-8px;margin-bottom:-1px}.single-service-wrapper .enterprises img{margin-left:4px}@media (max-width:690px){.enterprises img{width:4px;height:4px}}@media (max-width:400px){.enterprises img{margin-left:-4px}}@media (max-width:1200px){.enterprises{width:47.2%;margin-right:34px}}@media (max-width:960px){.enterprises{font-size:32px;width:50.9%}}@media (max-width:690px){.enterprises{width:85.6%;margin:46px auto 0}}@media (max-width:400px){.enterprises{font-size:20px;font-weight:400;font-stretch:normal;font-style:normal;line-height:1.6;letter-spacing:.39px}}.homepage-wrapper div.desc{font-family:MulishRegular;font-size:20px;line-height:1.4;letter-spacing:.5px;color:#5e6063;font-weight:400}@media (max-width:768px){.homepage-wrapper div.desc{font-size:16px}}.recent-projects-text-block div.desc{width:50%;font-family:MulishRegular;font-size:20px;line-height:1.4;letter-spacing:.5px;color:#5e6063;font-weight:400}@media (max-width:1200px){.recent-projects-text-block div.desc{width:75.8%}}@media (max-width:690px){.recent-projects-text-block div.desc{width:95%}}@media (max-width:768px){.recent-projects-text-block div.desc{font-size:16px}}.what-you-get-with-us-text-block div.desc{width:76.1%;font-weight:400}@media (max-width:690px){.what-you-get-with-us-text-block div.desc{width:95%}}@media (max-width:768px){.what-you-get-with-us-text-block div.desc{font-size:16px;font-stretch:normal;font-style:normal;line-height:1.5;letter-spacing:.5px;width:95%}}.dna-content-wrapper h2{display:block}.dna-content-wrapper h2 img{display:inherit}@media (max-width:690px){.dna-content-wrapper h2{text-align:left;margin-left:12px;font-size:24px!important;font-stretch:normal;font-style:normal;display:inline-block;line-height:1;letter-spacing:.3px}.dna-content-wrapper h2 img{width:11px;height:15px;display:none}}.question_mark{display:none}@media (max-width:690px){.question_mark{display:inline-block}}@media (max-width:540px){.recent-projects-images-block .skinview-inside-content-block .skinview-inside-content-block-column1,.recent-projects-images-block .skinview-inside-content-block .skinview-inside-content-block-column2{width:100%!important;-webkit-box-pack:start!important;-ms-flex-pack:start!important;justify-content:flex-start!important}}#dark-bg{display:block;opacity:0;visibility:hidden;pointer-events:none;-webkit-transition:.25s;transition:.25s}#dark-bg.show{opacity:1;visibility:visible}header #services:hover ul.menu{-webkit-transform:none;transform:none}header #services ul.menu{display:-webkit-box;display:-ms-flexbox;display:flex;opacity:0;top:0;-webkit-transform:translateY(-200%);transform:translateY(-200%);-webkit-transition:visibility 0s,top 0s,opacity .5s;transition:visibility 0s,top 0s,opacity .5s;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;position:absolute;width:279px;background:#081120;color:#fff;margin-right:0;padding:16px 0;left:-20px}header #services ul.menu:after{content:"\A";border-color:transparent transparent #081120;border-style:solid;border-width:15px 12px;position:absolute;left:77px;top:-26px;width:0;height:0}header #services ul.menu li{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;width:100%}header #services ul.menu li:hover a{color:#dbdfe5}header #services ul.menu li.with-sub{position:static}header #services ul.menu li.with-sub ul.submenu{left:279px;visibility:hidden;opacity:0;-webkit-transition:visibility 0s,border-color .4s,opacity .4s;transition:visibility 0s,border-color .4s,opacity .4s;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;background:#fff;position:absolute;padding:24px 0;min-height:100%;top:0;border:1px solid transparent;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:start}header.header .hide-menu__button span,header .hide-menu ul li.contact-us span{-webkit-background-clip:text;-webkit-text-fill-color:transparent;-moz-text-fill-color:transparent}header #services ul.menu li.with-sub ul.submenu li{margin-right:0}header #services ul.menu li.with-sub ul.submenu li.title a{font-family:Mulish;font-size:14px;font-stretch:normal;font-style:normal;line-height:1.31;letter-spacing:-.1px;color:#081120;white-space:nowrap;width:auto;padding-top:0}header #services ul.menu li.with-sub ul.submenu li a{white-space:nowrap;width:auto;color:#5e6063;font-family:MulishRegular;font-size:14px;font-weight:400;font-stretch:normal;font-style:normal;line-height:1.71;letter-spacing:.44px;padding:8px 24px}header #services ul.menu li.with-sub ul.submenu li a:hover{color:#141415}header #services ul.menu li.with-sub:after{content:"\A";border-color:transparent #fff transparent transparent;border-style:solid;border-width:9px 12px;position:absolute;right:-10px;width:0;height:0;-webkit-transition:opacity .4s,right .4s,visibility 0s,border-color .4s;transition:opacity .4s,right .4s,visibility 0s,border-color .4s;opacity:0;visibility:hidden}header #services ul.menu li.with-sub:hover:after{opacity:1;right:-1px;visibility:visible}header #services ul.menu li.with-sub:hover>.submenu{visibility:visible;border:1px solid rgba(0,83,206,.9);opacity:1}header #services ul.menu li.with-sub:hover a:after{border-color:transparent transparent transparent rgba(0,83,206,.9)}header #services ul.menu li.with-sub>a:after{content:"\A";border-color:transparent transparent transparent #fff;border-style:solid;border-width:5px 6px;position:absolute;right:30px;width:0;height:0}header #services ul.menu li a{padding:8px 60px 8px 18px;font-family:Mulish;color:#fff;font-size:14px;font-stretch:normal;font-style:normal;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;line-height:1.31;letter-spacing:-.1px;white-space:normal;position:relative}header #services ul.menu li a:active,header #services ul.menu li a:focus,header #services ul.menu li a:hover{color:#dbdfe5}header .hide-menu__top-block{position:absolute;top:0;left:0;width:100%;margin-bottom:0!important;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:80px;background-color:#fff}@media (max-width:480px){header .hide-menu ul li.services-menu-li-mobile .with-mobile-submenu img.plus{width:19px;margin-right:5px}header .hide-menu ul li.services-menu-li-mobile ul.services-submenu-mobile li{padding:10px 0}}header .hide-menu ul li.services-menu-li-mobile ul.services-submenu-mobile li a{white-space:break-spaces}header.header{display:-ms-flexbox;display:-webkit-box;display:flex;-ms-flex-align:center;-webkit-box-align:center;align-items:center;-ms-flex-pack:justify;-webkit-box-pack:justify;justify-content:space-between;height:76px;margin:0 11.4%}header.header a.logo-place{display:inline-block;width:148px;height:12px}header.header ul{display:-ms-flexbox;display:-webkit-box;display:flex;-ms-flex-direction:row;-webkit-box-orient:horizontal;-webkit-box-direction:normal;flex-direction:row;-ms-flex-pack:justify;-webkit-box-pack:justify;justify-content:space-between;vertical-align:top;margin-left:auto;margin-right:34px}header.header ul li{white-space:nowrap;display:inline-block;margin-right:30px}header.header ul li a{text-decoration:none;font-family:MulishRegular;font-size:16px;line-height:1.5;letter-spacing:.5px;color:#5e6063;-webkit-transition:color .2s;transition:color .2s}header.header ul li a:hover{color:#081120}header.header a.touch,header.header ul li a.active{color:rgba(0,83,206,.9)}header.header ul li:last-child{margin-right:0}header.header hr{display:none}header.header a.touch{display:-ms-flexbox;display:-webkit-box;display:flex;-ms-flex-pack:center;-webkit-box-pack:center;justify-content:center;-ms-flex-align:center;-webkit-box-align:center;align-items:center;min-width:180px;height:44px;border:1px solid rgba(0,83,206,.9);background-color:#fff;text-align:center;font-family:MulishMedium;font-size:11px;font-weight:500;letter-spacing:.5px;-webkit-box-sizing:border-box;box-sizing:border-box}header.header .hide-menu__button,header.header .hide-menu ul li a{font-family:Mulish;font-size:34px;font-weight:400;line-height:1.18;letter-spacing:1.1px;text-align:center}header.header a.touch:hover{border:2px solid rgba(0,83,206,.9);background-image:linear-gradient(283deg,#fff,#fff)!important}header.header a.touch:focus{outline:0;background-image:linear-gradient(283deg,rgba(219,223,229,.4),rgba(219,223,229,.4))!important;border:2px solid rgba(0,83,206,.9)!important}header.header a.touch:active{outline:0;border:2px solid rgba(0,83,206,.9);background-image:linear-gradient(283deg,#fff,#fff)!important;color:rgba(0,83,206,.9)}header.header .hide-menu{position:fixed;top:0;left:100%;width:100%;height:100vh;padding:33px 47px 102px 42px;z-index:5;overflow-y:scroll;-webkit-box-sizing:border-box;box-sizing:border-box;background-color:#081120}header.header .hide-menu a{width:auto;height:auto;white-space:nowrap}header.header .hide-menu ul{display:-ms-flexbox;display:-webkit-box;display:flex;-ms-flex-direction:column;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;-ms-flex-align:center;-webkit-box-align:center;align-items:center;padding-top:0}header.header .hide-menu ul li{margin-right:0;margin-bottom:34px}header.header .hide-menu ul li a{text-decoration:none;color:hsla(0,0%,100%,.8);-webkit-transition:color .2s;transition:color .2s}header.header .hide-menu ul li a:hover{color:#fff}header.header .hide-menu ul li a.active{border-bottom:2px solid rgba(0,83,206,.9);padding-bottom:2px}header.header .hide-menu.active{left:0;-webkit-transition:.5s;transition:.5s}header.header .hide-menu.disactive{left:100%;-webkit-transition:.5s;transition:.5s}header.header .hide-menu__top-block{-ms-flex-pack:justify;-webkit-box-pack:justify;justify-content:space-between;margin-bottom:58px}header.header .cancel-icon,header.header .hide-menu__top-block{display:-ms-flexbox;display:-webkit-box;display:flex;-ms-flex-direction:row;-webkit-box-orient:horizontal;-webkit-box-direction:normal;flex-direction:row}header.header .cancel-icon{-ms-flex-pack:center;-webkit-box-pack:center;justify-content:center;-ms-flex-align:center;-webkit-box-align:center;align-items:center;width:21px;height:21px;cursor:pointer}header.header .cancel-icon:hover .cancel-icon-line{background-image:linear-gradient(45deg,rgba(0,83,206,.9),rgba(0,158,253,.89))}header.header .cancel-icon-line{width:4px;height:21px;background-color:#fff}header.header .cancel-icon-line:first-child{-webkit-transform:rotate(45deg);transform:rotate(45deg)}header.header .cancel-icon-line:last-child{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);margin-left:-4px}header.header .hr{width:350px;height:2px;margin:0 auto 34px;opacity:.5;background-color:#fff}header.header .hide-menu__button{cursor:pointer;-o-object-fit:contain;object-fit:contain}header.header .hide-menu__button span{background-image:linear-gradient(80deg,rgba(0,83,206,.9),rgba(0,158,253,.89));-webkit-background-clip:text;background-clip:text}header.header .hide-menu__button span:hover{background-image:linear-gradient(257deg,#0053ce,#009efd)}@media (max-width:1520px){header.header ul li{margin-right:30px}}@media (max-width:1300px){header.header{display:-ms-flexbox;display:-webkit-box;display:flex;-ms-flex-pack:justify;-webkit-box-pack:justify;justify-content:space-between;margin:0 42px}}@media (max-width:1100px){header.header a.a-hamburger{display:-ms-flexbox;display:-webkit-box;display:flex;-ms-flex-direction:column;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;-ms-flex-align:center;-webkit-box-align:center;align-items:center;-ms-flex-pack:center;-webkit-box-pack:center;justify-content:center;width:24px;height:24px;margin-left:auto;border:none;cursor:pointer}header.header a.a-hamburger .hamburger-blue-line{width:18px;height:2px;background-color:rgba(0,83,206,.9)}header.header a.a-hamburger .hamburger-blue-line:nth-child(2){margin-top:4px}header.header .hide-menu ul{margin-right:0}header.header hr{display:block;width:56px;height:2px;color:#dbdfe5;-webkit-transform:rotate(90deg);transform:rotate(90deg);margin:0}header.header ul{display:none}}@media (max-width:768px){header.header{margin:0 3.1%;-ms-flex-wrap:nowrap;flex-wrap:nowrap}header.header .hide-menu{padding:33px 28px 233px 24px}header.header a.a-hamburger .hamburger-blue-line{background-color:#081120}}@media (max-width:480px){header.header{height:48px}header.header a.touch,header.header hr{display:none}header.header a.logo-place{display:inline-block;width:111px}header.header a.logo-place img{max-width:100%}header.header .hide-menu ul li a{font-size:20px}header.header .hr{display:none}header.header .hide-menu__button p{font-size:20px!important}}.color-blue{color:#0053ce}.wpcf7-response-output{display:none!important}@media (max-width:690px){.wp-block-lazyblock-homepage-projects .recent-projects-images-block .recent-projects__skinview-wrapper .skinview-inside-content-block-column1 p:first-child{margin-bottom:0}}@media (max-width:690px){.wp-block-lazyblock-homepage-projects .recent-projects-images-block .skinview-inside-content-block .skinview-inside-content-block-column2{margin-top:30px}}main .why-choose-us .why-choose-us-plate-block .why-choose-us-plate-block-column1-block2 p strong{font-size:24px;line-height:1;color:rgba(0,83,206,.9);font-family:Mulish}.services-wrapper .frequently-asked-questions-wrapper__inner .frequently-asked-questions-wrapper,.single-service-wrapper .frequently-asked-questions-wrapper__inner .frequently-asked-questions-wrapper{background-color:inherit}@media (max-width:650px){.services-wrapper main .our-technologies-wrapper{padding:0}.services-wrapper main .our-technologies-wrapper .our-technologies-text-block{padding:76px 11.9% 27px 3.8%}.services-wrapper main .our-technologies-wrapper .our-technologies-425-list-wrapper{padding:0 11.9% 48px 3.8%}.services-wrapper main .our-technologies-wrapper .frequently-asked-questions-wrapper{padding:48px 11.9% 76px 3.8%}}@media (max-width:1024px){.services-wrapper main .our-technologies-wrapper .frequently-asked-questions-wrapper{padding-top:30px}}.wp-block-getwid-table .table-wrapper table tr td,.wp-block-lazyblock-tinymce .table-wrapper table tr td{padding:.4em;font-size:12px;letter-spacing:.5px;font-weight:500;color:#081120;font-family:MulishMedium!important;line-height:normal;border:1px solid #d9d9d9}.wp-block-getwid-table .table-wrapper table tr td a,.wp-block-lazyblock-tinymce .table-wrapper table tr td a{font-family:MulishMedium}.wp-block-getwid-table .table-wrapper table tr:first-child td strong,.wp-block-lazyblock-tinymce .table-wrapper table tr:first-child td strong{font-family:Mulish!important;font-weight:400;letter-spacing:.4px}@media (max-width:540px){.scholarship-wrapper footer .tell-us-about-project form{margin-left:0}}body.article-wrapper main .wp-block-gallery .blocks-gallery-grid{padding-left:0;margin-left:0}body.article-wrapper main .wp-block-gallery .blocks-gallery-item:before{display:none}@media (max-width:768px){body.article-wrapper main .wp-block-gallery .blocks-gallery-item{margin-left:0}}body.article-wrapper main .wp-block-query .wp-block-post-template{padding-left:0}body.article-wrapper main .wp-block-query .wp-block-post-template li{margin-left:0}body.article-wrapper main .wp-block-query .wp-block-post-template li:before{display:none}body.article-wrapper main .wp-block-social-links{padding-left:0;margin-left:0}body.article-wrapper main .wp-block-social-links .wp-social-link.wp-block-social-link:before{display:none}body.article-wrapper main figure .wp-block-embed__wrapper{position:relative;height:56%;width:100%;padding-top:56%}body.article-wrapper main figure .wp-block-embed__wrapper iframe{position:absolute;top:0;left:0;height:100%;width:100%}@media (max-width:425px){.wp-block-lazyblock-how-we-work-top-block .solute-wrapper .solute-img-wrapper{width:100%;margin:0 auto}}.wp-block-lazyblock-iot-detail-advantages .homepage_swiper{margin:0}.container{margin:0 auto;padding:0 16px;width:100%}.gpdr-wrapper footer.footer-light-wrapper .footer-bottom-block .footer-bottom-block-column-3 a:hover,.project-service-wrapper footer.footer-light-wrapper .footer-bottom-block .footer-bottom-block-column-3 a:hover,footer .footer-bottom-block .footer-bottom-block-column-3 a:hover,footer.footer-light-wrapper .footer-bottom-block .footer-bottom-block-column-3 a:hover{-webkit-filter:brightness(1.5);filter:brightness(1.5)}footer input,progress{-webkit-appearance:none}footer.footer-light-wrapper .tell-us-about-project .tell-us-about-project-text-block div.desc{color:#5e6063}footer .checkbox__error-text{display:block;position:absolute;top:-15px;right:0;font-family:MulishRegular;font-size:12px;line-height:2;letter-spacing:.4px;text-align:right;color:#ff3c3c}footer .tell-us-about-project{padding-top:58px;padding-bottom:103px;background-color:#081120}footer .tell-us-about-project .tell-us-about-project-text-block{margin:0 11.4% 52px}footer .tell-us-about-project .tell-us-about-project-text-block div.desc{font-family:MulishRegular;font-size:20px;line-height:1.4;letter-spacing:.5px;color:#fff;margin-right:0;margin-bottom:56px}@media (max-width:1200px){footer .tell-us-about-project .tell-us-about-project-text-block div.desc{margin-bottom:52px}}@media (max-width:768px){footer .tell-us-about-project .tell-us-about-project-text-block div.desc{margin-bottom:52px}}@media (max-width:320px){footer .tell-us-about-project .tell-us-about-project-text-block div.desc{margin-bottom:16px}}@media (max-width:850px){footer .tell-us-about-project .tell-us-about-project-text-block div.desc{font-size:16px}}footer .tell-us-about-project .tell-us-about-project-text-block h2{margin-bottom:12px;color:#fff}footer .tell-us-about-project .tell-us-about-project-text-block h2 span{white-space:nowrap}footer .tell-us-about-project .tell-us-about-project-text-block h2 img{margin-left:4px}footer .tell-us-about-project .tell-us-about-project-text-block h2 .ques-sign{height:36px;width:26px}footer .tell-us-about-project .tell-us-about-project-text-block h2.got-a-project,footer .tell-us-about-project .tell-us-about-project-text-block h2.lets-talk,footer .tell-us-about-project .tell-us-about-project-text-block h2.looking-to-build{display:none}footer .tell-us-about-project .tell-us-about-project-text-block h5{font-family:MulishRegular;font-size:20px;line-height:1.4;letter-spacing:.5px;color:#fff;margin-right:11.4%}.project-service-wrapper footer.footer-light-wrapper .tell-us-about-project form [type=checkbox]:disabled:checked+label:after,footer .tell-us-about-project form [type=checkbox]:disabled:checked+label:after{color:#999}footer .tell-us-about-project form .tell-us-about-project-forms-block-row-1 .tell-us-about-project-forms-blockrow-1-column-1{margin-right:3.94%;width:50%}footer .tell-us-about-project form .tell-us-about-project-forms-block-row-1 .tell-us-about-project-forms-blockrow-1-column-1 .tell-us-about-project-forms-block-wrapper p{width:100%;-webkit-box-sizing:border-box;box-sizing:border-box;display:-ms-flexbox;display:-webkit-box;display:flex;-ms-flex-direction:row;-webkit-box-orient:horizontal;-webkit-box-direction:normal;flex-direction:row;padding-left:24px;font-family:MulishRegular;font-size:14px;line-height:1.71;letter-spacing:.4px;color:#fff}footer :focus{outline:0}footer ::-moz-focus-inner{border:0}footer input{width:100%;-webkit-box-sizing:border-box;box-sizing:border-box;height:60px;padding-left:24px;background-color:rgba(0,83,206,.34);border:1px solid rgba(0,158,253,.9);border-radius:0;font-family:MulishRegular;font-size:16px;line-height:1.5;letter-spacing:.5px;color:#fff;caret-color:rgba(0,158,253,.9);margin-bottom:15px}@media (max-width:768px){footer input{height:50px}}@media (max-width:425px){footer input{height:44px}}footer input:-webkit-autofill,footer input:-webkit-autofill:active,footer input:-webkit-autofill:focus,footer input:-webkit-autofill:hover{-webkit-box-shadow:inset 0 0 0 50px #05275b!important;-webkit-text-fill-color:#fff}footer input:hover{background-color:rgba(0,83,206,.44)}footer input.error,footer input:not(.phone-input).active{outline:0;border:1px solid #ff3c3c}footer input:not(.phone-input).active:hover{border:1px solid #ff3c3c;padding-left:24px}footer input::-moz-placeholder,footer input::-webkit-input-placeholder{color:hsla(0,0%,100%,.4)}footer:not(.footer-light-wrapper) input.edge-autofilled,footer:not(.footer-light-wrapper) input.edge-autoSuggestFieldFilled{background-color:rgba(0,83,206,.34)!important;-webkit-box-shadow:inset 0 0 0 50px #05275b!important;box-shadow:inset 0 0 0 50px #05275b!important;color:#fff!important}footer.footer-light-wrapper input:-webkit-autofill,footer.footer-light-wrapper input:-webkit-autofill:active,footer.footer-light-wrapper input:-webkit-autofill:focus,footer.footer-light-wrapper input:-webkit-autofill:hover{-webkit-box-shadow:0 0 0 1000px #f2faff inset!important;-webkit-text-fill-color:rgba(0,83,206,.9)}.why-choose-us .why-choose-us-plate-block .why-choose-us-plate-block-column1 .why-choose-us-plate-block-column1-block1:hover,.why-choose-us .why-choose-us-plate-block .why-choose-us-plate-block-column2 .why-choose-us-plate-block-small-block:hover{-webkit-box-shadow:0 4px 13px 0 rgba(0,83,206,.1);box-shadow:0 4px 13px 0 rgba(0,83,206,.1)}footer .tell-us-about-project form .tell-us-about-project-forms-block-row-1 .tell-us-about-project-forms-blockrow-1-column-2{display:block;-ms-flex-direction:column;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;width:63.2%}footer .tell-us-about-project form .tell-us-about-project-forms-block-row-1 .tell-us-about-project-forms-blockrow-1-column-2 .error-span{margin-right:0}footer .tell-us-about-project form .tell-us-about-project-forms-block-row-1 .tell-us-about-project-forms-blockrow-1-column-2 p{display:-ms-flexbox;display:-webkit-box;display:flex;-ms-flex-direction:row;-webkit-box-orient:horizontal;-webkit-box-direction:normal;flex-direction:row;margin-left:24px;font-family:MulishRegular;font-size:14px;line-height:1.71;letter-spacing:.4px;color:#fff}footer textarea{width:100%;height:203px;resize:vertical;min-height:203px;background-color:rgba(0,83,206,.34);border:1px solid rgba(0,158,253,.9);font-family:MulishRegular;font-size:16px;border-radius:0;line-height:1.5;letter-spacing:.5px;color:#fff;caret-color:rgba(0,158,253,.9);padding-left:24px;padding-top:18px;vertical-align:top;margin-bottom:38px;-webkit-box-sizing:border-box;box-sizing:border-box}@media (max-width:455px){footer textarea{min-height:295px;height:295px}}footer textarea:hover{background-color:rgba(0,83,206,.44)}footer textarea.active{outline:0;border:1px solid #ff3c3c}footer textarea.active:hover{padding-left:24px;padding-top:18px}footer textarea::-moz-placeholder,footer textarea::-webkit-input-placeholder{color:hsla(0,0%,100%,.4)}footer .tell-us-about-project form .tell-us-about-project-forms-block-row-1 .tell-us-about-project-forms-blockrow-1-column-2 .checkbox-text{display:-ms-flexbox;display:-webkit-box;display:flex;-ms-flex-direction:row;-webkit-box-orient:horizontal;-webkit-box-direction:normal;flex-direction:row;font-family:MulishRegular;font-size:14px;line-height:1.29;letter-spacing:.4px;color:#fff;-ms-user-select:none;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none;margin-top:auto;margin-bottom:15px}footer .tell-us-about-project form .tell-us-about-project-forms-block-row-1 .tell-us-about-project-forms-blockrow-1-column-2 .checkbox-text p{display:block}footer .tell-us-about-project form .tell-us-about-project-forms-block-row-1 .tell-us-about-project-forms-blockrow-1-column-2 .checkbox-text p:first-child{margin-left:0}footer .tell-us-about-project form .tell-us-about-project-forms-block-row-2{-ms-flex-align:center;-webkit-box-align:center;align-items:center;-ms-flex-pack:justify;-webkit-box-pack:justify;justify-content:space-between;margin-top:27px;font-family:MulishRegular;font-size:14px;line-height:1.29;letter-spacing:.4px;color:#fff}form .tell-us-about-project-forms-block-row-2 .tell-us-about-project-checkbox-wrapper [type=checkbox]:checked+label:before,form .tell-us-about-project-forms-block-row-2 .tell-us-about-project-checkbox-wrapper [type=checkbox]:not(:checked)+label:before{min-width:18px;width:18px;position:static}footer .tell-us-about-project form .tell-us-about-project-forms-block-row-2 .tell-us-about-project-checkbox-wrapper [type=checkbox]:checked+label:after,footer .tell-us-about-project form .tell-us-about-project-forms-block-row-2 .tell-us-about-project-checkbox-wrapper [type=checkbox]:not(:checked)+label:after{position:relative;left:-18px;-ms-flex-order:1;-webkit-box-ordinal-group:2;order:1}footer .tell-us-about-project form .tell-us-about-project-checkbox-wrapper label{display:-ms-flexbox;display:-webkit-box;display:flex;-ms-flex-direction:row;-webkit-box-orient:horizontal;-webkit-box-direction:normal;flex-direction:row;-ms-flex-align:center;-webkit-box-align:center;align-items:center;padding:0;-ms-user-select:none;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none}footer .tell-us-about-project form .tell-us-about-project-checkbox-wrapper label span{white-space:normal;-ms-flex-order:2;-webkit-box-ordinal-group:3;order:2;position:relative;left:-8px}footer.footer-light-wrapper .tell-us-about-project form .tell-us-about-project-checkbox-wrapper label span{color:#081120}footer .tell-us-about-project form .tell-us-about-project-checkbox-wrapper label span{color:#fff}.button-right{float:right}footer .tell-us-about-project form .tell-us-about-project-forms-block-row-2 .tell-us-about-project-checkbox-wrapper button:hover{background-image:linear-gradient(257deg,rgba(0,83,206,.9),rgba(0,158,253,.89))}footer .tell-us-about-project form .tell-us-about-project-forms-block-row-2 .tell-us-about-project-checkbox-wrapper button:active,footer .tell-us-about-project form .tell-us-about-project-forms-block-row-2 .tell-us-about-project-checkbox-wrapper button:focus{background-image:linear-gradient(283deg,#004ab6,#008ce0)}footer .tell-us-about-project form .tell-us-about-project-forms-block-row-2 .tell-us-about-project-checkbox-wrapper button:disabled{opacity:.4;background-image:linear-gradient(283deg,#004ab6,#008ce0);border:1px solid rgba(0,83,206,.9)}footer .footer-menu{padding-top:40px;margin:0 11.5%}footer .footer-menu .footer-menu-row1{display:-ms-flexbox;display:-webkit-box;display:flex;-ms-flex-direction:row;-webkit-box-orient:horizontal;-webkit-box-direction:normal;flex-direction:row;-ms-flex-pack:justify;-webkit-box-pack:justify;justify-content:space-between}footer .footer-menu .footer-menu-row1 ul a{text-decoration:none;font-family:MulishRegular;font-size:14px;line-height:1.57;letter-spacing:.4px;color:#909396;-webkit-transition:color .2s;transition:color .2s}footer .footer-menu .footer-menu-row1 ul a:hover{color:#081120}footer .footer-menu .footer-menu-row1 ul li{list-style-type:none;margin-bottom:10px}footer .footer-menu .footer-menu-row1 ul>li{font-family:Mulish;font-size:14px;line-height:1.29;letter-spacing:.4px;color:#081120}footer .footer-menu .footer-menu-row1 .footer-menu-row1-column1 a.logo-place img{width:166px;height:12px;-o-object-fit:cover;object-fit:cover}footer .footer-menu .footer-menu-row1 .footer-menu-row1-column1 p{width:145px;font-family:MulishRegular;font-size:14px;line-height:1.57;letter-spacing:.4px;color:#909396;margin-top:16px}footer .footer-separator hr{margin-top:24px;height:2px;color:rgba(219,223,229,.6)}footer .footer-bottom-block{display:-ms-flexbox;display:-webkit-box;display:flex;-ms-flex-align:center;-webkit-box-align:center;align-items:center;margin:26px 11.5% 20px;font-family:MulishRegular;font-size:14px;line-height:1.29;letter-spacing:.4px;color:#909396}footer .footer-bottom-block .footer-bottom-block-column{width:33.333%}footer .footer-bottom-block .footer-bottom-block-column-1{display:-ms-flexbox;display:-webkit-box;display:flex;-ms-flex-pack:start;-webkit-box-pack:start;justify-content:flex-start}footer .footer-bottom-block .footer-bottom-block-column-1 p img{width:4px;height:4px;margin:0 10px 1px 6px}footer .footer-bottom-block .footer-bottom-block-column-2{display:-ms-flexbox;display:-webkit-box;display:flex;-ms-flex-pack:center;-webkit-box-pack:center;justify-content:center}footer .footer-bottom-block .footer-bottom-block-column-2 p{color:#909396;font-size:12px}footer .footer-bottom-block .footer-bottom-block-column-3{display:-ms-flexbox;display:-webkit-box;display:flex;-ms-flex-direction:row;-webkit-box-orient:horizontal;-webkit-box-direction:normal;flex-direction:row;-ms-flex-pack:end;-webkit-box-pack:end;justify-content:flex-end}footer .footer-bottom-block .footer-bottom-block-column-3 a{display:block;width:26px;height:26px;margin-right:14px}footer .footer-bottom-block .footer-bottom-block-column-3 a:last-child{margin-right:0}@media (max-width:1300px){footer .tell-us-about-project form{margin:0 42px}footer .footer-menu{margin:0 4.1%}.company-wrapper footer .footer-separator hr{margin-top:26px;height:2px;color:rgba(219,223,229,.6)}.company-wrapper footer .footer-bottom-block{margin:30px 4.1% 22px}}.footer-menu-row1-column2,.footer-menu-row1-column3,.footer-menu-row1-column4{max-width:25%}@media (max-width:1024px){.footer-menu-row1-column2,.footer-menu-row1-column3,.footer-menu-row1-column4{max-width:30%}}@media (max-width:540px){.footer-menu-row1-column2,.footer-menu-row1-column3,.footer-menu-row1-column4{max-width:none}}@media (max-width:768px){.solute-wrapper .solute-text-block h2{width:auto;max-width:100%;margin-right:120px}.solute-wrapper .solute-img-wrapper{width:96.9%}.solute-wrapper .solute-integra-sources p.integra-sources{width:77.6%;font-size:20px;font-stretch:normal;line-height:1.7;letter-spacing:.73px}.why-choose-us{margin:0 3.1% 100px}.why-choose-us .why-choose-us-text-block h5{width:auto;max-width:100%;margin-right:62px;font-size:16px}.why-choose-us .why-choose-us-text-block h5 span{display:block;max-width:100%;margin-right:320px}.be-among-the-first-wrapper{padding:45px 3.1%;margin-right:0}.the-essence-of-integra-wrapper{margin:0 1.8% 70px}.the-essence-of-integra-wrapper .the-essence-of-integra-plate-wrapper .the-essence-of-integra-plate-row .the-essence-of-integra-plate-row-column1 h4,.the-essence-of-integra-wrapper h4{font-size:20px}.the-essence-of-integra-wrapper .the-essence-of-integra-plate-wrapper .the-essence-of-integra-plate-row p.column-p-header{width:100%}.our-team-wrapper{margin:0 2.9%;height:auto;-ms-flex-direction:column;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column}.our-team-wrapper .our-team-column1{-ms-flex-order:1;-webkit-box-ordinal-group:2;order:1;width:100%;padding:30px 0 41px 5px;margin-bottom:70px;height:auto}.our-team-wrapper .our-team-column2{width:105.8%;height:320px}.they-trust-us-wrapper{margin-bottom:50px}.they-trust-us-wrapper .they-trust-us-logo-wrapper{margin:0 5.1%}.they-trust-us-wrapper .they-trust-us-logo-wrapper .they-trust-us-logo-row .they-trust-us-logo-block{width:20.6%}}@media (max-width:700px){.why-choose-us .why-choose-us-text-block h2 img{width:11px;height:16px}.why-choose-us .why-choose-us-text-block h5{margin-right:0}.why-choose-us .why-choose-us-text-block h5 span{display:inline;margin-right:0}.why-choose-us .why-choose-us-plate-block{-ms-flex-direction:column;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column}.why-choose-us .why-choose-us-plate-block .why-choose-us-plate-block-column1-block2{display:none}.why-choose-us .why-choose-us-plate-block .bg-block{display:block;margin-top:30px;padding:24px 7%;max-width:100%;-webkit-box-sizing:content-box;box-sizing:content-box}.why-choose-us .why-choose-us-plate-block .why-choose-us-plate-block-column1{width:100%;padding-top:0}.why-choose-us .why-choose-us-plate-block .why-choose-us-plate-block-column1 .why-choose-us-plate-block-column1-block1{height:auto;-ms-flex-align:start;-webkit-box-align:start;align-items:flex-start;margin:0;padding:0}.why-choose-us .why-choose-us-plate-block .why-choose-us-plate-block-column1 .why-choose-us-plate-block-column1-block1 p{text-align:left;font-size:14px;letter-spacing:.4px;line-height:1.29}.why-choose-us .why-choose-us-plate-block .why-choose-us-plate-block-column1 .why-choose-us-plate-block-column1-block1 img{-ms-flex-order:0;-webkit-box-ordinal-group:1;order:0;margin:20px 0 0}.why-choose-us .why-choose-us-plate-block .why-choose-us-plate-block-column1 .why-choose-us-plate-block-column1-block1 h4,.why-choose-us .why-choose-us-plate-block .why-choose-us-plate-block-column1 .why-choose-us-plate-block-column1-block1 p{-ms-flex-order:1;-webkit-box-ordinal-group:2;order:1}.why-choose-us .why-choose-us-plate-block .why-choose-us-plate-block-column1 .why-choose-us-plate-block-column1-block1 h4{margin:10px 0}.why-choose-us .why-choose-us-plate-block .why-choose-us-plate-block-column1 .why-choose-us-plate-block-column1-block1 div.inside-blue-line-gradient{margin:20px 0 10px}.why-choose-us .why-choose-us-plate-block .why-choose-us-plate-block-column2{-ms-flex-direction:column;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;-ms-flex-pack:start;-webkit-box-pack:start;justify-content:flex-start;width:100%}.why-choose-us .why-choose-us-plate-block .why-choose-us-plate-block-column2 .why-choose-us-plate-block-small-block{width:100%;-ms-flex-align:start;-webkit-box-align:start;align-items:flex-start;padding:0}.why-choose-us .why-choose-us-plate-block .why-choose-us-plate-block-column2 .why-choose-us-plate-block-small-block p{width:100%;text-align:left}.why-choose-us .why-choose-us-plate-block .why-choose-us-plate-block-column2 .why-choose-us-plate-block-small-block img{-ms-flex-order:0;-webkit-box-ordinal-group:1;order:0;margin:20px 0 0}.why-choose-us .why-choose-us-plate-block .why-choose-us-plate-block-column2 .why-choose-us-plate-block-small-block h4,.why-choose-us .why-choose-us-plate-block .why-choose-us-plate-block-column2 .why-choose-us-plate-block-small-block p{-ms-flex-order:1;-webkit-box-ordinal-group:2;order:1}.why-choose-us .why-choose-us-plate-block .why-choose-us-plate-block-column2 .why-choose-us-plate-block-small-block h4{margin:10px 0}.why-choose-us .why-choose-us-plate-block .why-choose-us-plate-block-column2 .why-choose-us-plate-block-small-block div.inside-blue-line-gradient{margin:20px 0 10px}.why-choose-us .why-choose-us-plate-block .why-choose-us-plate-block-column2 .block1,.why-choose-us .why-choose-us-plate-block .why-choose-us-plate-block-column2 .block3,.why-choose-us .why-choose-us-plate-block .why-choose-us-plate-block-column2 .block4{border:none}.be-among-the-first-wrapper{-ms-flex-direction:column;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;margin-bottom:70px;padding:46px 13px 36px}.be-among-the-first-wrapper .be-among-the-first-column1,.be-among-the-first-wrapper .be-among-the-first-column2{margin-right:0;margin-bottom:20px}.the-essence-of-integra-wrapper{margin:0 3.8% 70px}.the-essence-of-integra-wrapper img.plus-img{display:block}.the-essence-of-integra-wrapper .the-essence-of-integra-plate-wrapper .the-essence-of-integra-plate-row{-ms-flex-direction:column;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column}.the-essence-of-integra-wrapper .the-essence-of-integra-plate-wrapper .the-essence-of-integra-plate-row h2{font-size:20px}.the-essence-of-integra-wrapper .the-essence-of-integra-plate-wrapper .the-essence-of-integra-plate-row .the-essence-of-integra-plate-row-column1{margin-bottom:31px}.the-essence-of-integra-wrapper .the-essence-of-integra-plate-wrapper .the-essence-of-integra-plate-row p.column-p-header{display:-ms-flexbox;display:-webkit-box;display:flex;-ms-flex-direction:row;-webkit-box-orient:horizontal;-webkit-box-direction:normal;flex-direction:row;-ms-flex-align:center;-webkit-box-align:center;align-items:center;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:justify;-webkit-box-pack:justify;justify-content:space-between;font-size:14px!important}.the-essence-of-integra-wrapper .the-essence-of-integra-plate-wrapper .the-essence-of-integra-plate-row p.column-p-header img.gradient-img{display:none}.the-essence-of-integra-wrapper .the-essence-of-integra-plate-wrapper .the-essence-of-integra-plate-row p.column-p-header img.plus-img{-webkit-transition:.4s;transition:.4s}.the-essence-of-integra-wrapper .the-essence-of-integra-plate-wrapper .the-essence-of-integra-plate-row p.column-p-header img.plus-img.active{-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.the-essence-of-integra-wrapper .the-essence-of-integra-plate-wrapper .the-essence-of-integra-plate-row p.column-p-header span.span-nowrap{display:contents;white-space:normal;font-size:14px}.the-essence-of-integra-wrapper .the-essence-of-integra-plate-wrapper .the-essence-of-integra-plate-row .the-essence-of-integra-plate-row-column2 .the-essence-of-integra-plate-row1 .the-essence-of-integra-plate-row1-column1 p:nth-child(2),.the-essence-of-integra-wrapper .the-essence-of-integra-plate-wrapper .the-essence-of-integra-plate-row .the-essence-of-integra-plate-row-column2 .the-essence-of-integra-plate-row1 .the-essence-of-integra-plate-row1-column2 p:nth-child(2),.the-essence-of-integra-wrapper .the-essence-of-integra-plate-wrapper .the-essence-of-integra-plate-row .the-essence-of-integra-plate-row-column2 .the-essence-of-integra-plate-row2 .the-essence-of-integra-plate-row1-column1 p:nth-child(2),.the-essence-of-integra-wrapper .the-essence-of-integra-plate-wrapper .the-essence-of-integra-plate-row .the-essence-of-integra-plate-row-column2 .the-essence-of-integra-plate-row2 .the-essence-of-integra-plate-row1-column2 p:nth-child(2),.they-trust-us-wrapper .they-trust-us-logo-wrapper .they-trust-us-logo-row .they-trust-us-logo-block:nth-child(n+5){display:none}.the-essence-of-integra-wrapper .the-essence-of-integra-plate-wrapper .the-essence-of-integra-plate-row .the-essence-of-integra-plate-row-column2{width:100%}.the-essence-of-integra-wrapper .the-essence-of-integra-plate-wrapper .the-essence-of-integra-plate-row .the-essence-of-integra-plate-row-column2 .the-essence-of-integra-plate-row1,.the-essence-of-integra-wrapper .the-essence-of-integra-plate-wrapper .the-essence-of-integra-plate-row .the-essence-of-integra-plate-row-column2 .the-essence-of-integra-plate-row2{margin-bottom:0;-ms-flex-direction:column;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column}.the-essence-of-integra-wrapper .the-essence-of-integra-plate-wrapper .the-essence-of-integra-plate-row .the-essence-of-integra-plate-row-column2 .the-essence-of-integra-plate-row1 .the-essence-of-integra-plate-row1-column1,.the-essence-of-integra-wrapper .the-essence-of-integra-plate-wrapper .the-essence-of-integra-plate-row .the-essence-of-integra-plate-row-column2 .the-essence-of-integra-plate-row1 .the-essence-of-integra-plate-row1-column2,.the-essence-of-integra-wrapper .the-essence-of-integra-plate-wrapper .the-essence-of-integra-plate-row .the-essence-of-integra-plate-row-column2 .the-essence-of-integra-plate-row2 .the-essence-of-integra-plate-row1-column1,.the-essence-of-integra-wrapper .the-essence-of-integra-plate-wrapper .the-essence-of-integra-plate-row .the-essence-of-integra-plate-row-column2 .the-essence-of-integra-plate-row2 .the-essence-of-integra-plate-row1-column2{width:100%}.the-essence-of-integra-wrapper .the-essence-of-integra-plate-wrapper hr{margin:30px 0 30px -6.8%;background-color:rgba(0,83,206,.9);border:none}.our-team-wrapper .our-team-column1{padding-bottom:41px}.our-team-wrapper .our-team-column1 h2 img{width:4px;height:4px}.they-trust-us-wrapper{margin:0 9.4% 100px}.they-trust-us-wrapper .they-trust-us-logo-wrapper .they-trust-us-logo-row img.logo-medical-team{-ms-flex-order:1;-webkit-box-ordinal-group:2;order:1}.they-trust-us-wrapper .they-trust-us-logo-wrapper .they-trust-us-logo-row .they-trust-us-logo-block{width:49.6%}}.solute-wrapper .solute-text-block h2 span,.the-essence-of-integra-wrapper h2 span{white-space:nowrap}@media (max-width:1024px){footer{width:100%}footer .tell-us-about-project .tell-us-about-project-text-block{margin:0 4.1% 60px}footer .tell-us-about-project .tell-us-about-project-text-block h2{font-size:32px}footer .tell-us-about-project .tell-us-about-project-text-block h5{font-size:16px}.tell-us-about-project-forms-block-row-1,.tell-us-about-project-forms-block-row-2{margin:0 auto;-ms-flex-direction:column;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column}footer .tell-us-about-project form .tell-us-about-project-forms-block-row-1 .tell-us-about-project-forms-blockrow-1-column-1.contact .tell-us-about-project-forms-block-wrapper input{margin:0}footer .tell-us-about-project form .tell-us-about-project-forms-block-row-1 .tell-us-about-project-forms-blockrow-1-column-1 .tell-us-about-project-forms-block-wrapper input{padding:0 0 0 24px;-webkit-box-sizing:border-box;box-sizing:border-box;width:90%;margin:0 0 15px}footer .tell-us-about-project form .tell-us-about-project-forms-block-row-1 .tell-us-about-project-forms-blockrow-1-column-2{width:100%}footer .tell-us-about-project form .tell-us-about-project-forms-block-row-1 .tell-us-about-project-forms-blockrow-1-column-2 p{margin-top:16px}footer .tell-us-about-project form .tell-us-about-project-forms-block-row-1 .tell-us-about-project-forms-blockrow-1-column-2 textarea{width:100%;padding:18px 0 0 24px;-webkit-box-sizing:border-box;box-sizing:border-box}footer .tell-us-about-project form .tell-us-about-project-forms-block-row-1 .tell-us-about-project-forms-blockrow-1-column-2 .checkbox-text{display:-ms-flexbox;display:-webkit-box;display:flex;-ms-flex-direction:row;-webkit-box-orient:horizontal;-webkit-box-direction:normal;flex-direction:row}footer .tell-us-about-project form .tell-us-about-project-forms-block-row-1 .tell-us-about-project-forms-blockrow-1-column-2 .checkbox-text p{margin:0}footer .tell-us-about-project form .tell-us-about-project-forms-block-row-1 .tell-us-about-project-forms-blockrow-1-column-2 .checkbox-text p:first-child{margin-right:34px}footer .tell-us-about-project form .tell-us-about-project-forms-block-row-1 .tell-us-about-project-checkbox-wrapper{-ms-flex-direction:column;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;-ms-flex-align:center;-webkit-box-align:center;align-items:center}footer .tell-us-about-project form .tell-us-about-project-forms-block-row-1 button{width:77.6%;margin:10px auto}footer .footer-menu{margin:0 3.1%}footer .footer-menu .footer-menu-row1{-ms-flex-wrap:wrap;flex-wrap:wrap}footer .footer-menu .footer-menu-row1 .footer-menu-row1-column1{display:-ms-flexbox;display:-webkit-box;display:flex;-ms-flex-direction:column;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;-ms-flex-pack:center;-webkit-box-pack:center;justify-content:center;margin-bottom:46px;width:100%}footer .footer-menu .footer-menu-row1 .footer-menu-row1-column1 p{text-align:center;width:100%!important}footer .footer-menu .footer-menu-row1 .footer-menu-row1-column1 .logo-place{margin:0 auto}footer .footer-menu .footer-menu-row1 .footer-menu-row1-column4{width:31%}footer .footer-bottom-block .footer-bottom-block-column-2{text-align:center}footer .footer-bottom-block .footer-bottom-block-column-2 p{width:139px;font-size:12px}.tell-us-about-project-forms-block-row-1,.tell-us-about-project-forms-block-row-2{width:100%}}#shares_bottom .jssocials-shares .jssocials-share .jssocials-share-link{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.solute-wrapper .content-wrapper .scroll-down{display:block;width:120px;text-decoration:none}.solute-wrapper .content-wrapper .scroll-down p{min-width:100%;display:-ms-flexbox;display:-webkit-box;display:flex;-ms-flex-direction:row;-webkit-box-orient:horizontal;-webkit-box-direction:normal;flex-direction:row;-ms-flex-align:center;-webkit-box-align:center;align-items:center;font-size:14px;line-height:1.29;letter-spacing:.4px}.solute-wrapper .content-wrapper .scroll-down img{width:13px;height:9px;margin-right:10px}#policy_scholarship-error{position:absolute;margin-top:-35px;font-family:MulishRegular;font-size:12px;line-height:1.5;letter-spacing:.4px;color:#ff3c3c;margin-left:0;text-align:left}.row-end,span.label-input{color:#fff;font-family:MulishRegular;font-size:14px;letter-spacing:.4px}#attach-error{display:inline-block;margin-top:-20px}label.error{width:41%;float:right}span.label-input{width:30%;float:left;display:inline-block;margin-left:24px;line-height:1.71;margin-bottom:0;overflow:hidden;height:20px}.row-end{-ms-flex-align:center;-webkit-box-align:center;align-items:center;-ms-flex-pack:justify;-webkit-box-pack:justify;justify-content:space-between;margin-top:27px;line-height:1.29;padding-top:20px}.company-wrapper footer .footer-bottom-block .footer-bottom-block-column-1 p a{text-decoration:none;font-family:MulishRegular;font-size:14px;line-height:1.29;letter-spacing:.4px;color:#909396}.hide-menu__button p{font-family:Mulish;font-size:34px;font-weight:400;line-height:1.18;letter-spacing:1.1px}.solute-wrapper{margin-bottom:80px}.wp-block-lazyblock-company-top-info-and-reviews .solute-wrapper .solute-img-wrapper,body.scholarship-wrapper .solute-wrapper .solute-img-wrapper{position:relative;width:92.6%;height:680px;background-size:cover;background-position:top;background-repeat:no-repeat}.wp-block-lazyblock-company-top-info-and-reviews .solute-wrapper .solute-img-wrapper{height:534px}@media (max-width:1440px){.wp-block-lazyblock-company-top-info-and-reviews .solute-wrapper .solute-img-wrapper,body.scholarship-wrapper .solute-wrapper .solute-img-wrapper{height:480px}}@media (max-width:1024px){.wp-block-lazyblock-company-top-info-and-reviews .solute-wrapper .solute-img-wrapper,body.scholarship-wrapper .solute-wrapper .solute-img-wrapper{width:95.9%}}@media (max-width:768px){.wp-block-lazyblock-company-top-info-and-reviews .solute-wrapper .solute-img-wrapper,body.scholarship-wrapper .solute-wrapper .solute-img-wrapper{width:97%}.wp-block-lazyblock-company-top-info-and-reviews .solute-wrapper .solute-img-wrapper{height:412px}}@media (max-width:700px){.wp-block-lazyblock-company-top-info-and-reviews .solute-wrapper .solute-img-wrapper,body.scholarship-wrapper .solute-wrapper .solute-img-wrapper{width:100%}}.solute-wrapper .solute-text-block h1{margin-bottom:12px;margin-top:120px;width:78%;position:relative}.solute-wrapper .solute-text-block h1 img{position:absolute;bottom:10px}@media (max-width:1024px){.solute-wrapper .solute-text-block h1{margin-top:67px;width:71%;line-height:1.13}.solute-wrapper .solute-text-block h1 img{display:none}}@media (max-width:768px){.solute-wrapper .solute-text-block h1{font-size:36px;margin-top:105px;width:92%;line-height:1.11}}@media (max-width:320px){.solute-wrapper .solute-text-block h1{margin-top:60px;width:84%;line-height:normal}}.solute-wrapper .solute-text-block h2{margin-bottom:12px;margin-top:120px;width:64.7%}.solute-wrapper .solute-text-block h2 img{margin-left:4px}.solute-wrapper .solute-text-block h5{margin-bottom:40px}.solute-wrapper .solute-text-block .scroll-down{-ms-flex-direction:row;-webkit-box-orient:horizontal;-webkit-box-direction:normal;flex-direction:row;-ms-flex-align:center;-webkit-box-align:center;align-items:center;margin-bottom:40px;cursor:pointer;display:inline-block}.solute-wrapper .solute-text-block .scroll-down img{display:inline-block;width:13px;height:9px;margin-right:10px;float:left}.solute-wrapper .solute-text-block .scroll-down p{color:rgba(0,83,206,.9);line-height:.7;width:120px}.solute-wrapper .solute-img-wrapper{position:relative;height:680px;background-size:cover;background-position:top;background-repeat:no-repeat;width:100%}.solute-wrapper img.ic-quote{position:relative;top:94px;display:block;margin:0 auto 0 32px;width:46px;height:28px}@media (max-width:320px){.solute-wrapper img.ic-quote{margin-left:32px}}.solute-wrapper .solute-integra-sources{-ms-flex-align:center;-webkit-box-align:center;align-items:center;background-color:#081120;margin-top:-166px;padding-top:215px;padding-bottom:116px}.solute-wrapper .solute-integra-sources,.solute-wrapper .solute-integra-sources .company-swiper{display:-ms-flexbox;display:-webkit-box;display:flex;-ms-flex-direction:column;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;width:100%}.solute-wrapper .solute-integra-sources .company-swiper .swiper-slide{display:-ms-flexbox;display:-webkit-box;display:flex;-ms-flex-direction:column;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;-ms-flex-align:center;-webkit-box-align:center;align-items:center}.solute-wrapper .solute-integra-sources .company-swiper .swiper-slide img{width:70px;height:70px;-o-object-fit:cover;object-fit:cover;margin-bottom:14px}.solute-wrapper .solute-integra-sources .company-swiper .swiper-pagination{position:static;display:-ms-flexbox;display:-webkit-box;display:flex;-ms-flex-pack:center;-webkit-box-pack:center;justify-content:center;-ms-flex-align:center;-webkit-box-align:center;align-items:center;width:100%}.solute-wrapper .solute-integra-sources .company-swiper .swiper-pagination .swiper-pagination-bullet{width:8px;height:8px;background-color:#fff;opacity:1;border-radius:0}.solute-wrapper .solute-integra-sources .company-swiper .swiper-pagination .swiper-pagination-bullet-active{width:10px;height:10px;background-image:linear-gradient(85deg,rgba(0,83,206,.9),rgba(0,158,253,.89))}.solute-wrapper .solute-integra-sources p.integra-sources{font-family:MulishMedium;font-size:24px;font-weight:500;font-style:italic;line-height:1.42;letter-spacing:.9px;text-align:center;color:#fff;width:100%;max-width:920px;cursor:pointer}.solute-wrapper .solute-integra-sources .hr{margin:21px 0 15px;width:100px;height:2px;background-color:rgba(219,223,229,.2)}.solute-wrapper .solute-integra-sources p.christophe{font-family:Mulish;font-size:16px;font-weight:400;line-height:1.5;letter-spacing:.5px;text-align:center;color:#fff}.solute-wrapper .solute-integra-sources p.ceo{font-family:MulishRegular;font-size:16px;line-height:1.5;letter-spacing:.5px;color:#fff;margin-bottom:30px}.solute-wrapper .solute-integra-sources .slider-squares-wrapper{display:-ms-flexbox;display:-webkit-box;display:flex;-ms-flex-align:center;-webkit-box-align:center;align-items:center;-ms-flex-pack:center;-webkit-box-pack:center;justify-content:center}.solute-wrapper .solute-integra-sources .slider-squares-wrapper img{width:8px;height:8px;margin-right:6px}.solute-wrapper .solute-integra-sources .slider-squares-wrapper img:nth-child(2){width:10px;height:10px}.solute-wrapper .solute-integra-sources .slider-squares-wrapper img:last-child{margin-right:0}.choose_description{font-family:MulishRegular;font-size:20px;line-height:1.4;letter-spacing:.5px;color:#5e6063;font-weight:400}.why-choose-us{margin:0 11.4% 80px}.why-choose-us .why-choose-us-text-block{margin-bottom:10px}.why-choose-us .why-choose-us-text-block h2{margin-bottom:15px}.why-choose-us .why-choose-us-text-block h2 img{width:25px;height:36px;margin-left:3px}.why-choose-us .why-choose-us-text-block h5{width:57.5%}.why-choose-us .why-choose-us-text-block h5 br{display:none}.why-choose-us .why-choose-us-plate-block{display:-ms-flexbox;display:-webkit-box;display:flex;-ms-flex-direction:row;-webkit-box-orient:horizontal;-webkit-box-direction:normal;flex-direction:row}.why-choose-us .why-choose-us-plate-block .bg-block{display:none;padding:24px 21px}.why-choose-us .why-choose-us-plate-block .why-choose-us-plate-block-column1-block2{max-width:100%;-webkit-box-sizing:border-box;box-sizing:border-box;padding:24px 53.5px;background-color:rgba(0,83,206,.05);border:1px solid rgba(0,83,206,.9)}.why-choose-us .why-choose-us-plate-block .why-choose-us-plate-block-column1-block2 p{font-family:MulishRegular;font-size:16px;line-height:1.5;letter-spacing:.5px;text-align:center;color:#081120}.why-choose-us .why-choose-us-plate-block .why-choose-us-plate-block-column1-block2 p span{font-family:Mulish;font-size:24px;font-weight:400;line-height:1;color:rgba(0,83,206,.9)}.why-choose-us .why-choose-us-plate-block .why-choose-us-plate-block-column1{width:50%;margin-right:30px}.why-choose-us .why-choose-us-plate-block .why-choose-us-plate-block-column1,.why-choose-us .why-choose-us-plate-block .why-choose-us-plate-block-column1 .why-choose-us-plate-block-column1-block1{display:-ms-flexbox;display:-webkit-box;display:flex;-ms-flex-direction:column;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;-ms-flex-align:center;-webkit-box-align:center;align-items:center}.why-choose-us .why-choose-us-plate-block .why-choose-us-plate-block-column1 .why-choose-us-plate-block-column1-block1{-ms-flex-pack:center;-webkit-box-pack:center;justify-content:center;height:327px;width:100%;max-width:100%}.why-choose-us .why-choose-us-plate-block .why-choose-us-plate-block-column1 .why-choose-us-plate-block-column1-block1 p{font-family:MulishRegular;font-size:16px;line-height:1.5;letter-spacing:.5px;text-align:center;color:#5e6063}.why-choose-us .why-choose-us-plate-block .why-choose-us-plate-block-column1 .why-choose-us-plate-block-column1-block1 div.inside-blue-line-gradient{background:-webkit-gradient(85deg,rgba(0,83,206,.9),rgba(0,158,253,.89));background:linear-gradient(85deg,rgba(0,83,206,.9),rgba(0,158,253,.89));width:24px;height:4px;margin:10px 0}.why-choose-us .why-choose-us-plate-block .why-choose-us-plate-block-column2{display:-ms-flexbox;display:-webkit-box;display:flex;-ms-flex-direction:row;-webkit-box-orient:horizontal;-webkit-box-direction:normal;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;width:50%}.why-choose-us .why-choose-us-plate-block .why-choose-us-plate-block-column2 .why-choose-us-plate-block-small-block{display:-ms-flexbox;display:-webkit-box;display:flex;-ms-flex-direction:column;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;-ms-flex-align:center;-webkit-box-align:center;align-items:center;width:49%;padding:54px 0}.why-choose-us .why-choose-us-plate-block .why-choose-us-plate-block-column2 .why-choose-us-plate-block-small-block div.inside-blue-line-gradient{background:-webkit-gradient(85deg,rgba(0,83,206,.9),rgba(0,158,253,.89));background:linear-gradient(85deg,rgba(0,83,206,.9),rgba(0,158,253,.89));width:24px;height:4px;margin:10px 0}.why-choose-us .why-choose-us-plate-block .why-choose-us-plate-block-column2 .why-choose-us-plate-block-small-block p{width:82.462%;text-align:center;font-family:MulishRegular;font-size:14px;line-height:1.29;letter-spacing:.4px;color:#5e6063}.why-choose-us .why-choose-us-plate-block .why-choose-us-plate-block-column2 .block1{border-right:1px solid #dbdfe5;border-bottom:1px solid #dbdfe5}.why-choose-us .why-choose-us-plate-block .why-choose-us-plate-block-column2 .block3{border-right:1px solid #dbdfe5}.why-choose-us .why-choose-us-plate-block .why-choose-us-plate-block-column2 .block4{border-top:1px solid #dbdfe5;margin-top:-1px}.be-among-the-first-wrapper{background-color:#081120;padding:88px 7.8% 88px 11.5%;margin-bottom:90px}.be-among-the-first-wrapper__container{display:-ms-flexbox;display:-webkit-box;display:flex;-ms-flex-direction:row;-webkit-box-orient:horizontal;-webkit-box-direction:normal;flex-direction:row}@media (max-width:700px){.be-among-the-first-wrapper__container{-ms-flex-direction:column;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column}}@media (max-width:767px){.be-among-the-first-wrapper__container{-ms-flex-direction:column;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column}}.be-among-the-first-wrapper h4{font-family:Mulish;font-size:20px;font-weight:400;letter-spacing:.3px;color:#fff}.be-among-the-first-wrapper p{opacity:.8;margin-top:14px}.be-among-the-first-wrapper .be-among-the-first-column1,.be-among-the-first-wrapper .be-among-the-first-column2{margin-right:30px}.the-essence-of-integra-wrapper{margin:0 11.5% 120px}.the-essence-of-integra-wrapper img.plus-img{display:none;width:17px;height:17px}.the-essence-of-integra-wrapper h2{margin-bottom:34px}@media (max-width:768px){.the-essence-of-integra-wrapper h2{margin-bottom:40px}}.the-essence-of-integra-wrapper h2 img{margin-left:2px}.the-essence-of-integra-wrapper .the-essence-of-integra-plate-wrapper hr{height:2px;width:100%;color:#dbdfe5;margin:40px 0}.the-essence-of-integra-wrapper .the-essence-of-integra-plate-wrapper .the-essence-of-integra-plate-row{display:-ms-flexbox;display:-webkit-box;display:flex;-ms-flex-direction:row;-webkit-box-orient:horizontal;-webkit-box-direction:normal;flex-direction:row}.the-essence-of-integra-wrapper .the-essence-of-integra-plate-wrapper .the-essence-of-integra-plate-row p.column-p-header{font-family:Mulish;font-size:16px;font-weight:400;line-height:1.5;letter-spacing:.5px;color:#081120;margin-bottom:10px}.the-essence-of-integra-wrapper .the-essence-of-integra-plate-wrapper .the-essence-of-integra-plate-row p.column-p-header .span-nowrap{display:inline;white-space:nowrap;font-family:Mulish;font-size:16px;font-weight:400;line-height:1.5;letter-spacing:.5px;color:#081120}.the-essence-of-integra-wrapper .the-essence-of-integra-plate-wrapper .the-essence-of-integra-plate-row p.column-p-header img.gradient-img{width:4px;height:4px;margin-left:2px}.the-essence-of-integra-wrapper .the-essence-of-integra-plate-wrapper .the-essence-of-integra-plate-row p.column-p-header a{display:none;width:17px;height:17px}.the-essence-of-integra-wrapper .the-essence-of-integra-plate-wrapper .the-essence-of-integra-plate-row p.column-p-header span{width:100%;display:none;font-family:MulishRegular;font-size:14px;line-height:1.29;letter-spacing:.4px;color:#5e6063}.the-essence-of-integra-wrapper .the-essence-of-integra-plate-wrapper .the-essence-of-integra-plate-row .the-essence-of-integra-plate-row-column1{display:-ms-flexbox;display:-webkit-box;display:flex;-ms-flex-direction:column;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;-ms-flex-pack:center;-webkit-box-pack:center;justify-content:center;width:37.3%}.the-essence-of-integra-wrapper .the-essence-of-integra-plate-wrapper .the-essence-of-integra-plate-row .the-essence-of-integra-plate-row-column1 h4{font-family:Mulish;font-size:34px;font-weight:400;line-height:1.18;letter-spacing:1.1px}.the-essence-of-integra-wrapper .the-essence-of-integra-plate-wrapper .the-essence-of-integra-plate-row .the-essence-of-integra-plate-row-column1 img{width:90px;height:78px;margin-bottom:10px;-o-object-fit:contain;object-fit:contain}.the-essence-of-integra-wrapper .the-essence-of-integra-plate-wrapper .the-essence-of-integra-plate-row .the-essence-of-integra-plate-row-column1 h3{font-size:20px}.the-essence-of-integra-wrapper .the-essence-of-integra-plate-wrapper .the-essence-of-integra-plate-row .the-essence-of-integra-plate-row-column2{display:-ms-flexbox;display:-webkit-box;display:flex;-ms-flex-direction:column;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;width:62.7%}.the-essence-of-integra-wrapper .the-essence-of-integra-plate-wrapper .the-essence-of-integra-plate-row .the-essence-of-integra-plate-row-column2 .the-essence-of-integra-plate-row1-column1{width:48.228%}.the-essence-of-integra-wrapper .the-essence-of-integra-plate-wrapper .the-essence-of-integra-plate-row .the-essence-of-integra-plate-row-column2 .the-essence-of-integra-plate-row1-column2{width:50%}.the-essence-of-integra-wrapper .the-essence-of-integra-plate-wrapper .the-essence-of-integra-plate-row .the-essence-of-integra-plate-row-column2 .the-essence-of-integra-plate-row1,.the-essence-of-integra-wrapper .the-essence-of-integra-plate-wrapper .the-essence-of-integra-plate-row .the-essence-of-integra-plate-row-column2 .the-essence-of-integra-plate-row2{display:-ms-flexbox;display:-webkit-box;display:flex;-ms-flex-direction:row;-webkit-box-orient:horizontal;-webkit-box-direction:normal;flex-direction:row;-ms-flex-pack:justify;-webkit-box-pack:justify;justify-content:space-between}.the-essence-of-integra-wrapper .the-essence-of-integra-plate-wrapper .the-essence-of-integra-plate-row .the-essence-of-integra-plate-row1{margin-bottom:40px}.our-team-wrapper{margin-left:3.5%;margin-bottom:100px;height:480px;-ms-flex-direction:row;-webkit-box-orient:horizontal;flex-direction:row;-ms-flex-align:center;-webkit-box-align:center;align-items:center}.our-team-wrapper,.our-team-wrapper .our-team-column1{display:-ms-flexbox;display:-webkit-box;display:flex;-webkit-box-direction:normal}.our-team-wrapper .our-team-column1{-ms-flex-direction:column;-webkit-box-orient:vertical;flex-direction:column;-ms-flex-pack:center;-webkit-box-pack:center;justify-content:center;background-color:rgba(219,223,229,.1);width:48%;height:calc(100% - 40px);-webkit-box-sizing:border-box;box-sizing:border-box;padding-left:8.1%}@media (max-width:1024px){.our-team-wrapper .our-team-column1{padding-left:2%}}.our-team-wrapper .our-team-column1 h2 img{margin-left:3px}.our-team-wrapper .our-team-column1 h5{width:69.8%;margin-top:3px;margin-bottom:20px}.our-team-wrapper .our-team-column1 a{display:-ms-flexbox;display:-webkit-box;display:flex;-ms-flex-pack:center;-webkit-box-pack:center;justify-content:center;-ms-flex-align:center;-webkit-box-align:center;align-items:center;width:220px;height:44px;background-image:linear-gradient(79deg,rgba(0,83,206,.9),rgba(0,158,253,.89));border:none;font-family:MulishMedium;font-size:11px;font-weight:500;letter-spacing:.5px;text-align:center;color:#fff}.our-team-wrapper .our-team-column2{width:52%;height:100%;background-size:cover;background-position:50%;background-repeat:no-repeat}.they-trust-us-wrapper{margin-bottom:60px}.they-trust-us-wrapper h3{margin-bottom:4px;font-family:MulishRegular;font-size:34px;line-height:1.18;letter-spacing:1.1px;text-align:center;color:#081120}.they-trust-us-wrapper h5{text-align:center;margin-bottom:26px}.they-trust-us-wrapper .they-trust-us-logo-wrapper{margin:0 11.5%}.they-trust-us-wrapper .they-trust-us-logo-wrapper .they-trust-us-logo-row{display:-ms-flexbox;display:-webkit-box;display:flex;-ms-flex-direction:row;-webkit-box-orient:horizontal;-webkit-box-direction:normal;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:justify;-webkit-box-pack:justify;justify-content:space-between;margin-bottom:10px}.they-trust-us-wrapper .they-trust-us-logo-wrapper .they-trust-us-logo-block{display:-ms-flexbox;display:-webkit-box;display:flex;-ms-flex-align:center;-webkit-box-align:center;align-items:center;-ms-flex-pack:center;-webkit-box-pack:center;justify-content:center;width:14.6%;max-height:108px;-webkit-box-sizing:border-box;box-sizing:border-box;padding:20px}.they-trust-us-wrapper .they-trust-us-logo-wrapper .they-trust-us-logo-block img{width:80px;height:auto;-o-object-fit:contain;object-fit:contain}.they-trust-us-wrapper .they-trust-us-logo-wrapper .they-trust-us-logo-block:nth-child(2) img,.they-trust-us-wrapper .they-trust-us-logo-wrapper .they-trust-us-logo-block:nth-child(9) img{width:120px}.they-trust-us-wrapper .they-trust-us-logo-wrapper .they-trust-us-logo-block:nth-child(5) img,.they-trust-us-wrapper .they-trust-us-logo-wrapper .they-trust-us-logo-block:nth-child(8) img,.they-trust-us-wrapper .they-trust-us-logo-wrapper .they-trust-us-logo-block:nth-child(11) img{width:100%}.they-trust-us-wrapper .they-trust-us-logo-wrapper .they-trust-us-logo-row:nth-child(2){margin-bottom:0}@media (max-width:1440px){.solute-wrapper .solute-img-wrapper{height:480px}}@media (max-width:1023px){.be-among-the-first-wrapper{padding:67px 2.35% 27px 4.1%}.why-choose-us{margin:0 4.1% 120px}}@media (max-width:1024px){.solute-wrapper .solute-img-wrapper{width:95.9%}.solute-wrapper .solute-integra-sources p.integra-sources{width:72.3%}.the-essence-of-integra-wrapper{margin:0 4.1% 120px}.our-team-wrapper{margin-left:2%}.they-trust-us-wrapper .they-trust-us-logo-wrapper{margin:0 6.6%}.they-trust-us-wrapper .they-trust-us-logo-wrapper .they-trust-us-logo-block img{width:60px}}@media (max-width:768px){.solute-wrapper .solute-text-block{margin:0 73px 0 40px}}@media (max-width:768px) and (max-width:565px){.solute-wrapper .solute-text-block{margin:0 25px}}@media (max-width:768px){.solute-wrapper .solute-text-block h2{width:auto;max-width:100%;margin-right:120px}.solute-wrapper .solute-img-wrapper{width:96.9%}.solute-wrapper .solute-integra-sources p.integra-sources{width:77.6%;font-size:20px;font-stretch:normal;line-height:1.7;letter-spacing:.73px}.why-choose-us{margin:0 3.1% 100px}.why-choose-us .why-choose-us-text-block h5{width:auto;max-width:100%;margin-right:62px;font-size:16px}.why-choose-us .why-choose-us-text-block h5 span{display:block;max-width:100%;margin-right:320px}.be-among-the-first-wrapper{padding:45px 3.1% 27px;margin-right:0}.the-essence-of-integra-wrapper{margin:0 1.8% 70px}.the-essence-of-integra-wrapper .the-essence-of-integra-plate-wrapper .the-essence-of-integra-plate-row .the-essence-of-integra-plate-row-column1 h4,.the-essence-of-integra-wrapper h4{font-size:20px}.the-essence-of-integra-wrapper .the-essence-of-integra-plate-wrapper .the-essence-of-integra-plate-row p.column-p-header{width:100%}.our-team-wrapper{margin:0 2.9%;height:auto;-ms-flex-direction:column;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column}.our-team-wrapper .our-team-column1{-ms-flex-order:1;-webkit-box-ordinal-group:2;order:1;width:100%;padding:30px 0 41px 5px;margin-bottom:70px;height:auto}.our-team-wrapper .our-team-column2{width:105.8%;height:320px}.they-trust-us-wrapper{margin:0 2.9% 50px}.they-trust-us-wrapper .they-trust-us-logo-wrapper{margin:0 5.1%}.they-trust-us-wrapper .they-trust-us-logo-wrapper .they-trust-us-logo-row .they-trust-us-logo-block{width:20.6%}}@media (max-width:700px){.solute-wrapper .solute-img-wrapper,.solute-wrapper .solute-text-block h2{width:100%}.solute-wrapper .solute-integra-sources{width:auto;max-width:100%;padding-left:32px;padding-right:32px}.solute-wrapper .solute-integra-sources,.solute-wrapper .solute-integra-sources .company-swiper .swiper-slide{-ms-flex-align:start;-webkit-box-align:start;align-items:flex-start}.solute-wrapper .solute-integra-sources .company-swiper .swiper-slide img{display:none}.solute-wrapper .solute-integra-sources .company-swiper .swiper-pagination{width:200px;top:auto;-ms-flex-pack:start;-webkit-box-pack:start;justify-content:flex-start}.solute-wrapper .solute-integra-sources p.integra-sources{width:100%;text-align:left;font-size:16px}.why-choose-us{max-width:100%;margin:0 11px 49px}.why-choose-us .why-choose-us-text-block h2{font-size:28px}}@media (max-width:700px) and (max-width:320px){.why-choose-us .why-choose-us-text-block h2{font-size:24px}}@media (max-width:700px){.why-choose-us .why-choose-us-text-block h2 img{width:11px;height:16px}.why-choose-us .why-choose-us-text-block h5{margin-right:0}.why-choose-us .why-choose-us-text-block h5 span{display:inline;margin-right:0}.why-choose-us .why-choose-us-plate-block{-ms-flex-direction:column;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column}.why-choose-us .why-choose-us-plate-block .why-choose-us-plate-block-column1-block2{display:none}.why-choose-us .why-choose-us-plate-block .bg-block{display:block;margin-top:30px;padding:24px 7%;max-width:100%;-webkit-box-sizing:content-box;box-sizing:content-box}.why-choose-us .why-choose-us-plate-block .why-choose-us-plate-block-column1{width:100%;padding-top:0}.why-choose-us .why-choose-us-plate-block .why-choose-us-plate-block-column1 .why-choose-us-plate-block-column1-block1{height:auto;-ms-flex-align:start;-webkit-box-align:start;align-items:flex-start;margin:0;padding:0}.why-choose-us .why-choose-us-plate-block .why-choose-us-plate-block-column1 .why-choose-us-plate-block-column1-block1 p{text-align:left;font-size:14px;letter-spacing:.4px;line-height:1.29}.why-choose-us .why-choose-us-plate-block .why-choose-us-plate-block-column1 .why-choose-us-plate-block-column1-block1 img{-ms-flex-order:0;-webkit-box-ordinal-group:1;order:0;margin:20px 0 0}.why-choose-us .why-choose-us-plate-block .why-choose-us-plate-block-column1 .why-choose-us-plate-block-column1-block1 h4,.why-choose-us .why-choose-us-plate-block .why-choose-us-plate-block-column1 .why-choose-us-plate-block-column1-block1 p{-ms-flex-order:1;-webkit-box-ordinal-group:2;order:1}.why-choose-us .why-choose-us-plate-block .why-choose-us-plate-block-column1 .why-choose-us-plate-block-column1-block1 h4{margin:10px 0}.why-choose-us .why-choose-us-plate-block .why-choose-us-plate-block-column1 .why-choose-us-plate-block-column1-block1 div.inside-blue-line-gradient{margin:20px 0 10px}.why-choose-us .why-choose-us-plate-block .why-choose-us-plate-block-column2{-ms-flex-direction:column;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;-ms-flex-pack:start;-webkit-box-pack:start;justify-content:flex-start;width:100%}.why-choose-us .why-choose-us-plate-block .why-choose-us-plate-block-column2 .why-choose-us-plate-block-small-block{width:100%;-ms-flex-align:start;-webkit-box-align:start;align-items:flex-start;padding:0}.why-choose-us .why-choose-us-plate-block .why-choose-us-plate-block-column2 .why-choose-us-plate-block-small-block p{width:100%;text-align:left}.why-choose-us .why-choose-us-plate-block .why-choose-us-plate-block-column2 .why-choose-us-plate-block-small-block img{-ms-flex-order:0;-webkit-box-ordinal-group:1;order:0;margin:20px 0 0}.why-choose-us .why-choose-us-plate-block .why-choose-us-plate-block-column2 .why-choose-us-plate-block-small-block h4,.why-choose-us .why-choose-us-plate-block .why-choose-us-plate-block-column2 .why-choose-us-plate-block-small-block p{-ms-flex-order:1;-webkit-box-ordinal-group:2;order:1}.why-choose-us .why-choose-us-plate-block .why-choose-us-plate-block-column2 .why-choose-us-plate-block-small-block h4{margin:10px 0}.why-choose-us .why-choose-us-plate-block .why-choose-us-plate-block-column2 .why-choose-us-plate-block-small-block div.inside-blue-line-gradient{margin:20px 0 10px}.why-choose-us .why-choose-us-plate-block .why-choose-us-plate-block-column2 .block1,.why-choose-us .why-choose-us-plate-block .why-choose-us-plate-block-column2 .block4{border:none}.be-among-the-first-wrapper{-ms-flex-direction:column;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;margin-bottom:70px;padding:46px 13px 36px}.be-among-the-first-wrapper .be-among-the-first-column1,.be-among-the-first-wrapper .be-among-the-first-column2{margin-right:0;margin-bottom:24px}.the-essence-of-integra-wrapper{margin:0 3.8% 70px}.the-essence-of-integra-wrapper img.plus-img{display:block}.the-essence-of-integra-wrapper .the-essence-of-integra-plate-wrapper .the-essence-of-integra-plate-row{-ms-flex-direction:column;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column}.the-essence-of-integra-wrapper .the-essence-of-integra-plate-wrapper .the-essence-of-integra-plate-row h2{font-size:20px}.the-essence-of-integra-wrapper .the-essence-of-integra-plate-wrapper .the-essence-of-integra-plate-row .the-essence-of-integra-plate-row-column1{margin-bottom:31px}.the-essence-of-integra-wrapper .the-essence-of-integra-plate-wrapper .the-essence-of-integra-plate-row p.column-p-header{display:-ms-flexbox;display:-webkit-box;display:flex;-ms-flex-direction:row;-webkit-box-orient:horizontal;-webkit-box-direction:normal;flex-direction:row;-ms-flex-align:center;-webkit-box-align:center;align-items:center;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:justify;-webkit-box-pack:justify;justify-content:space-between;font-size:14px!important}.the-essence-of-integra-wrapper .the-essence-of-integra-plate-wrapper .the-essence-of-integra-plate-row p.column-p-header img.gradient-img{display:none}.the-essence-of-integra-wrapper .the-essence-of-integra-plate-wrapper .the-essence-of-integra-plate-row p.column-p-header img.plus-img{-webkit-transition:.4s;transition:.4s}.the-essence-of-integra-wrapper .the-essence-of-integra-plate-wrapper .the-essence-of-integra-plate-row p.column-p-header img.plus-img.active{-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.the-essence-of-integra-wrapper .the-essence-of-integra-plate-wrapper .the-essence-of-integra-plate-row p.column-p-header span.span-nowrap{display:contents;white-space:normal;font-size:14px}.the-essence-of-integra-wrapper .the-essence-of-integra-plate-wrapper .the-essence-of-integra-plate-row .the-essence-of-integra-plate-row-column2 .the-essence-of-integra-plate-row1 .the-essence-of-integra-plate-row1-column1 p:nth-child(2),.the-essence-of-integra-wrapper .the-essence-of-integra-plate-wrapper .the-essence-of-integra-plate-row .the-essence-of-integra-plate-row-column2 .the-essence-of-integra-plate-row1 .the-essence-of-integra-plate-row1-column2 p:nth-child(2),.the-essence-of-integra-wrapper .the-essence-of-integra-plate-wrapper .the-essence-of-integra-plate-row .the-essence-of-integra-plate-row-column2 .the-essence-of-integra-plate-row2 .the-essence-of-integra-plate-row1-column1 p:nth-child(2),.the-essence-of-integra-wrapper .the-essence-of-integra-plate-wrapper .the-essence-of-integra-plate-row .the-essence-of-integra-plate-row-column2 .the-essence-of-integra-plate-row2 .the-essence-of-integra-plate-row1-column2 p:nth-child(2),.they-trust-us-wrapper .they-trust-us-logo-wrapper .they-trust-us-logo-row .they-trust-us-logo-block:nth-child(n+5){display:none}.the-essence-of-integra-wrapper .the-essence-of-integra-plate-wrapper .the-essence-of-integra-plate-row .the-essence-of-integra-plate-row-column2{width:100%}.the-essence-of-integra-wrapper .the-essence-of-integra-plate-wrapper .the-essence-of-integra-plate-row .the-essence-of-integra-plate-row-column2 .the-essence-of-integra-plate-row1,.the-essence-of-integra-wrapper .the-essence-of-integra-plate-wrapper .the-essence-of-integra-plate-row .the-essence-of-integra-plate-row-column2 .the-essence-of-integra-plate-row2{margin-bottom:0;-ms-flex-direction:column;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column}.the-essence-of-integra-wrapper .the-essence-of-integra-plate-wrapper .the-essence-of-integra-plate-row .the-essence-of-integra-plate-row-column2 .the-essence-of-integra-plate-row1 .the-essence-of-integra-plate-row1-column1,.the-essence-of-integra-wrapper .the-essence-of-integra-plate-wrapper .the-essence-of-integra-plate-row .the-essence-of-integra-plate-row-column2 .the-essence-of-integra-plate-row1 .the-essence-of-integra-plate-row1-column2,.the-essence-of-integra-wrapper .the-essence-of-integra-plate-wrapper .the-essence-of-integra-plate-row .the-essence-of-integra-plate-row-column2 .the-essence-of-integra-plate-row2 .the-essence-of-integra-plate-row1-column1,.the-essence-of-integra-wrapper .the-essence-of-integra-plate-wrapper .the-essence-of-integra-plate-row .the-essence-of-integra-plate-row-column2 .the-essence-of-integra-plate-row2 .the-essence-of-integra-plate-row1-column2{width:100%}.the-essence-of-integra-wrapper .the-essence-of-integra-plate-wrapper hr{margin:30px 0 30px -30px;background-color:rgba(0,83,206,.9);border:none}.our-team-wrapper .our-team-column1{padding-bottom:41px}.our-team-wrapper .our-team-column1 h2 img{width:4px;height:4px}.they-trust-us-wrapper{margin-bottom:100px}.they-trust-us-wrapper .they-trust-us-logo-wrapper .they-trust-us-logo-row img.logo-medical-team{-ms-flex-order:1;-webkit-box-ordinal-group:2;order:1}.they-trust-us-wrapper .they-trust-us-logo-wrapper .they-trust-us-logo-row .they-trust-us-logo-block{width:49.6%}}@media (max-width:450px){.solute-wrapper .solute-text-block h2{margin-top:60px;font-size:28px!important}.solute-wrapper .solute-text-block h2 img{width:4px;height:4px}.our-team-wrapper .our-team-column2{height:250px}.be-among-the-first-wrapper h4{font-size:16px}.be-among-the-first-wrapper p{font-size:14px}.the-essence-of-integra-wrapper h2{font-size:24px!important}.the-essence-of-integra-wrapper h2 img{width:4px;height:4px}.they-trust-us-wrapper .they-trust-us-logo-wrapper .they-trust-us-logo-block img{width:80px;min-height:14px}}.file-upload-form{position:relative;height:89px}.file-upload-form .pretty-load:hover{background-color:rgba(0,83,206,.44)}.file-upload-form .pretty-load.active{background-color:rgba(0,83,206,.24);border:1px solid #ce3437}.file-upload-form .true-load{opacity:0;position:absolute;width:100%;height:100%;top:0;left:0;cursor:pointer}.project-service-wrapper h2{font-size:40px;letter-spacing:.5px}.project-service-wrapper h2,.project-service-wrapper h4{font-family:Mulish;font-weight:400;color:#081120;line-height:normal}.project-service-wrapper h4{letter-spacing:.3px}.project-service-wrapper h5{font-family:MulishRegular;font-size:20px;line-height:1.4;letter-spacing:.5px;color:#5e6063;font-weight:400}.project-service-wrapper p.small-gray{font-family:MulishRegular;font-size:14px;line-height:1.43;letter-spacing:.4px;color:rgba(94,96,99,.8)}.project-service-wrapper p.small-dark-blue-gray{font-family:MulishRegular;font-size:14px;line-height:1.29;letter-spacing:.4px;color:#081120}.project-service-wrapper a{text-decoration:none}.project-service-wrapper .header-wrapper{position:fixed;top:0;width:100%;z-index:20;background-color:#fff}.project-service-wrapper header.header-dark-wrapper{display:-ms-flexbox;display:-webkit-box;display:flex;-ms-flex-align:center;-webkit-box-align:center;align-items:center;-ms-flex-pack:justify;-webkit-box-pack:justify;justify-content:space-between;height:76px;padding:0 11.4%;background-color:#081120}.project-service-wrapper header.header-dark-wrapper a.logo-place{display:inline-block}.project-service-wrapper header.header-dark-wrapper ul{display:-ms-flexbox;display:-webkit-box;display:flex;-ms-flex-direction:row;-webkit-box-orient:horizontal;-webkit-box-direction:normal;flex-direction:row;-ms-flex-pack:justify;-webkit-box-pack:justify;justify-content:space-between;vertical-align:top;margin-left:auto;margin-right:34px}.project-service-wrapper header.header-dark-wrapper ul li{white-space:nowrap;display:inline-block;margin-right:30px}.project-service-wrapper header.header-dark-wrapper ul li a{text-decoration:none;font-family:MulishRegular;font-size:16px;line-height:1.5;letter-spacing:.5px;color:hsla(0,0%,100%,.8);-webkit-transition:color .2s;transition:color .2s}.project-service-wrapper header.header-dark-wrapper ul li a:hover{color:#fff}.project-service-wrapper header.header-dark-wrapper ul li a.active{color:rgba(0,83,206,.9)}.project-service-wrapper header.header-dark-wrapper ul li:last-child{margin-right:0}.project-service-wrapper header.header-dark-wrapper hr{display:none}.project-service-wrapper header.header-dark-wrapper a.touch{display:-ms-flexbox;display:-webkit-box;display:flex;-ms-flex-pack:center;-webkit-box-pack:center;justify-content:center;-ms-flex-align:center;-webkit-box-align:center;align-items:center;min-width:180px;height:44px;border:1px solid #fff;background-color:#081120;text-align:center;font-family:MulishMedium;font-size:11px;font-weight:500;letter-spacing:.5px;color:#fff;-webkit-box-sizing:border-box;box-sizing:border-box}.project-service-wrapper header.header-dark-wrapper a.touch:active,.project-service-wrapper header.header-dark-wrapper a.touch:hover{border:2px solid #fff;background-image:linear-gradient(283deg,#081120,#081120)!important}.project-service-wrapper header.header-dark-wrapper a.touch:active{outline:0;color:#fff}.project-service-wrapper header.header-dark-wrapper a.touch:focus{outline:0;background-image:linear-gradient(283deg,#081120,#081120)!important;border:2px solid #fff!important}.project-service-wrapper header.header-dark-wrapper .hide-menu{position:fixed;top:0;left:100%;width:100%;height:100vh;padding:33px 47px 102px 42px;z-index:5;overflow-y:scroll;-webkit-box-sizing:border-box;box-sizing:border-box;background-color:#081120}.project-service-wrapper header.header-dark-wrapper .hide-menu a{width:auto;height:auto;white-space:nowrap}.project-service-wrapper header.header-dark-wrapper .hide-menu ul{display:-ms-flexbox;display:-webkit-box;display:flex;-ms-flex-direction:column;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;-ms-flex-align:center;-webkit-box-align:center;align-items:center;padding-top:0}.project-service-wrapper header.header-dark-wrapper .hide-menu ul li{margin-right:0;margin-bottom:34px}.project-service-wrapper header.header-dark-wrapper .hide-menu ul li a{text-decoration:none;font-family:Mulish;font-size:34px;font-weight:400;line-height:1.18;letter-spacing:1.1px;text-align:center;color:hsla(0,0%,100%,.8);-webkit-transition:color .2s;transition:color .2s}.project-service-wrapper header.header-dark-wrapper .hide-menu ul li a:hover{color:#fff}.project-service-wrapper header.header-dark-wrapper .hide-menu ul li a.active{border-bottom:2px solid rgba(0,83,206,.9);padding-bottom:2px}.project-service-wrapper header.header-dark-wrapper .hide-menu.active{left:0;-webkit-transition:.5s;transition:.5s}.project-service-wrapper header.header-dark-wrapper .hide-menu.disactive{left:100%;-webkit-transition:.5s;transition:.5s}.project-service-wrapper header.header-dark-wrapper .hide-menu__top-block{-ms-flex-pack:justify;-webkit-box-pack:justify;justify-content:space-between;margin-bottom:58px}.project-service-wrapper header.header-dark-wrapper .cancel-icon,.project-service-wrapper header.header-dark-wrapper .hide-menu__top-block{display:-ms-flexbox;display:-webkit-box;display:flex;-ms-flex-direction:row;-webkit-box-orient:horizontal;-webkit-box-direction:normal;flex-direction:row}.project-service-wrapper header.header-dark-wrapper .cancel-icon{-ms-flex-pack:center;-webkit-box-pack:center;justify-content:center;-ms-flex-align:center;-webkit-box-align:center;align-items:center;width:21px;height:21px;cursor:pointer}.project-service-wrapper header.header-dark-wrapper .cancel-icon:hover .cancel-icon-line{background-image:linear-gradient(45deg,rgba(0,83,206,.9),rgba(0,158,253,.89))}.project-service-wrapper header.header-dark-wrapper .cancel-icon-line{width:4px;height:21px;background-color:#fff}.project-service-wrapper header.header-dark-wrapper .cancel-icon-line:first-child{-webkit-transform:rotate(45deg);transform:rotate(45deg)}.project-service-wrapper header.header-dark-wrapper .cancel-icon-line:last-child{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);margin-left:-4px}.project-service-wrapper header.header-dark-wrapper .hr{width:350px;height:2px;margin:0 auto 34px;opacity:.5;background-color:#fff}.project-service-wrapper header.header-dark-wrapper .hide-menu__button{-o-object-fit:contain;object-fit:contain;font-family:Mulish;font-size:34px;font-weight:400;line-height:1.18;letter-spacing:1.1px;text-align:center;cursor:pointer}.project-service-wrapper header.header-dark-wrapper .hide-menu__button span{background-image:linear-gradient(80deg,rgba(0,83,206,.9),rgba(0,158,253,.89));-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;-moz-text-fill-color:transparent}.project-service-wrapper header.header-dark-wrapper .hide-menu__button span:hover{background-image:linear-gradient(257deg,#0053ce,#009efd)}.project-service-wrapper footer.footer-light-wrapper .tell-us-about-project{padding-top:58px;padding-bottom:103px;background-color:#fff}.project-service-wrapper footer.footer-light-wrapper .tell-us-about-project .tell-us-about-project-text-block{margin:0 11.4%}.project-service-wrapper footer.footer-light-wrapper .tell-us-about-project .tell-us-about-project-text-block h2{margin-bottom:12px;color:#081120}.project-service-wrapper footer.footer-light-wrapper .tell-us-about-project .tell-us-about-project-text-block h2 span{white-space:nowrap}.project-service-wrapper footer.footer-light-wrapper .tell-us-about-project .tell-us-about-project-text-block h2 img{margin-left:4px}.project-service-wrapper footer.footer-light-wrapper .tell-us-about-project .tell-us-about-project-text-block h2 img.ques-sign{width:26px;height:36px}.project-service-wrapper footer.footer-light-wrapper .tell-us-about-project .tell-us-about-project-text-block h2.got-a-project,.project-service-wrapper footer.footer-light-wrapper .tell-us-about-project .tell-us-about-project-text-block h2.looking-to-build{display:none}.project-service-wrapper footer.footer-light-wrapper .tell-us-about-project .tell-us-about-project-text-block h5{font-family:MulishRegular;font-size:20px;line-height:1.4;letter-spacing:.5px;color:#5e6063;margin-right:11.4%}.project-service-wrapper footer.footer-light-wrapper .tell-us-about-project form{width:auto;margin:0 11.4%}.project-service-wrapper footer.footer-light-wrapper .tell-us-about-project form [type=checkbox]:checked,.project-service-wrapper footer.footer-light-wrapper .tell-us-about-project form [type=checkbox]:not(:checked){position:absolute;left:-9999px}.project-service-wrapper footer.footer-light-wrapper .tell-us-about-project form [type=checkbox]:checked+label,.project-service-wrapper footer.footer-light-wrapper .tell-us-about-project form [type=checkbox]:not(:checked)+label{position:relative;padding-left:1.95em;cursor:pointer}.project-service-wrapper footer.footer-light-wrapper .tell-us-about-project form [type=checkbox]:checked+label:before,.project-service-wrapper footer.footer-light-wrapper .tell-us-about-project form [type=checkbox]:not(:checked)+label:before{content:"";position:absolute;width:18px;height:18px;-webkit-box-sizing:border-box;box-sizing:border-box;left:0;top:-1px;border:1px solid #004ab6;background:#fff;-webkit-box-shadow:inset 0 1px 3px rgba(0,0,0,.1);box-shadow:inset 0 1px 3px rgba(0,0,0,.1)}.project-service-wrapper footer.footer-light-wrapper .tell-us-about-project form [type=checkbox]:checked+label:after,.project-service-wrapper footer.footer-light-wrapper .tell-us-about-project form [type=checkbox]:not(:checked)+label:after{content:url(//www.integrasources.com/wp-content/themes/integra/img/i/enabled.svg);position:absolute;left:0;top:0;font-size:1.4em;line-height:.8;-webkit-transition:all .2s;transition:all .2s}.project-service-wrapper footer.footer-light-wrapper .tell-us-about-project form [type=checkbox]:not(:checked)+label:after{opacity:0;-webkit-transform:scale(0);transform:scale(0)}.project-service-wrapper footer.footer-light-wrapper .tell-us-about-project form [type=checkbox]:checked+label:after{opacity:1;-webkit-transform:scale(1);transform:scale(1)}.project-service-wrapper footer.footer-light-wrapper .tell-us-about-project form [type=checkbox]:disabled:checked+label:before,.project-service-wrapper footer.footer-light-wrapper .tell-us-about-project form [type=checkbox]:disabled:not(:checked)+label:before{-webkit-box-shadow:none;box-shadow:none;border-color:#bbb;background-color:#ddd}.project-service-wrapper footer.footer-light-wrapper .tell-us-about-project form [type=checkbox]:disabled+label{color:#aaa}.project-service-wrapper footer.footer-light-wrapper .tell-us-about-project form [type=checkbox]:checked:hover+label:before,.project-service-wrapper footer.footer-light-wrapper .tell-us-about-project form [type=checkbox]:not(:checked):hover+label:before{border:1px solid #004ab6;background-color:rgba(219,223,229,.4)}.project-service-wrapper footer.footer-light-wrapper .tell-us-about-project form .error-span{display:block;margin-left:auto;font-family:MulishRegular;font-size:12px;line-height:2;letter-spacing:.4px;text-align:right;color:#ff3c3c;opacity:0;-webkit-transition:.3s;transition:.3s}.project-service-wrapper footer.footer-light-wrapper .tell-us-about-project form .error-span.active{opacity:1}.project-service-wrapper footer.footer-light-wrapper .tell-us-about-project form .tell-us-about-project-forms-block-row-1{display:-ms-flexbox;display:-webkit-box;display:flex;-ms-flex-direction:row;-webkit-box-orient:horizontal;-webkit-box-direction:normal;flex-direction:row}.project-service-wrapper footer.footer-light-wrapper .tell-us-about-project form .tell-us-about-project-forms-block-row-1 .tell-us-about-project-forms-blockrow-1-column-1{margin-right:3.94%;width:37.8%}.project-service-wrapper footer.footer-light-wrapper .tell-us-about-project form .tell-us-about-project-forms-block-row-1 .tell-us-about-project-forms-blockrow-1-column-1 .tell-us-about-project-forms-block-wrapper{display:-ms-flexbox;display:-webkit-box;display:flex;-ms-flex-direction:column;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;-ms-flex-pack:justify;-webkit-box-pack:justify;justify-content:space-between;height:100%}.project-service-wrapper footer.footer-light-wrapper .tell-us-about-project form .tell-us-about-project-forms-block-row-1 .tell-us-about-project-forms-blockrow-1-column-1 .tell-us-about-project-forms-block-wrapper p{width:100%;-webkit-box-sizing:border-box;box-sizing:border-box;display:-ms-flexbox;display:-webkit-box;display:flex;-ms-flex-direction:row;-webkit-box-orient:horizontal;-webkit-box-direction:normal;flex-direction:row;padding-left:24px;font-family:MulishRegular;font-size:14px;line-height:1.71;letter-spacing:.4px;color:#081120}.project-service-wrapper footer.footer-light-wrapper .tell-us-about-project form .tell-us-about-project-forms-block-row-1 .tell-us-about-project-forms-blockrow-1-column-1 .tell-us-about-project-forms-block-wrapper input{width:100%;height:60px;-webkit-box-sizing:border-box;box-sizing:border-box;padding-left:24px;background-color:rgba(0,158,253,.05);border:1px solid rgba(0,83,206,.9);font-family:MulishRegular;font-size:16px;line-height:1.5;letter-spacing:.5px;color:rgba(0,83,206,.9);caret-color:rgba(0,158,253,.9);margin-bottom:15px}.project-service-wrapper footer.footer-light-wrapper .tell-us-about-project form .tell-us-about-project-forms-block-row-1 .tell-us-about-project-forms-blockrow-1-column-1 .tell-us-about-project-forms-block-wrapper input:hover{background-color:rgba(0,158,253,.1)}.project-service-wrapper footer.footer-light-wrapper .tell-us-about-project form .tell-us-about-project-forms-block-row-1 .tell-us-about-project-forms-blockrow-1-column-1 .tell-us-about-project-forms-block-wrapper input:not(.phone-input).active{border:1px solid #ff3c3c;outline:0}.project-service-wrapper footer.footer-light-wrapper .tell-us-about-project form .tell-us-about-project-forms-block-row-1 .tell-us-about-project-forms-blockrow-1-column-1 .tell-us-about-project-forms-block-wrapper input:not(.phone-input).active:hover{border:2px solid #ff3c3c;padding-left:23px}.project-service-wrapper footer.footer-light-wrapper .tell-us-about-project form .tell-us-about-project-forms-block-row-1 .tell-us-about-project-forms-blockrow-1-column-1 .tell-us-about-project-forms-block-wrapper input::-moz-placeholder,.project-service-wrapper footer.footer-light-wrapper .tell-us-about-project form .tell-us-about-project-forms-block-row-1 .tell-us-about-project-forms-blockrow-1-column-1 .tell-us-about-project-forms-block-wrapper input::-webkit-input-placeholder{opacity:.4;font-family:MulishRegular;font-size:16px;line-height:1.5;letter-spacing:.5px;color:rgba(0,83,206,.9)}.project-service-wrapper footer.footer-light-wrapper .tell-us-about-project form .tell-us-about-project-forms-block-row-1 .tell-us-about-project-forms-blockrow-1-column-1 .tell-us-about-project-forms-block-wrapper input:last-child{margin-bottom:0}.project-service-wrapper footer.footer-light-wrapper .tell-us-about-project form .tell-us-about-project-forms-block-row-1 .tell-us-about-project-forms-blockrow-1-column-1 .tell-us-about-project-forms-block-wrapper input:focus{background-color:rgba(0,158,253,.05);outline:0;border:2px solid rgba(0,83,206,.902)}.project-service-wrapper footer.footer-light-wrapper .tell-us-about-project form .tell-us-about-project-forms-block-row-1 .tell-us-about-project-forms-blockrow-1-column-2{width:63.2%}.project-service-wrapper footer.footer-light-wrapper .tell-us-about-project form .tell-us-about-project-forms-block-row-1 .tell-us-about-project-forms-blockrow-1-column-2 .error-span{margin-right:0}.project-service-wrapper footer.footer-light-wrapper .tell-us-about-project form .tell-us-about-project-forms-block-row-1 .tell-us-about-project-forms-blockrow-1-column-2 p{display:-ms-flexbox;display:-webkit-box;display:flex;-ms-flex-direction:row;-webkit-box-orient:horizontal;-webkit-box-direction:normal;flex-direction:row;margin-left:24px;font-family:MulishRegular;font-size:14px;line-height:1.71;letter-spacing:.4px;color:#081120}.project-service-wrapper footer.footer-light-wrapper .tell-us-about-project form .tell-us-about-project-forms-block-row-1 .tell-us-about-project-forms-blockrow-1-column-2 textarea{width:100%;height:203px;resize:vertical;min-height:56px;background-color:rgba(0,158,253,.05);border:1px solid rgba(0,83,206,.902);font-family:MulishRegular;font-size:16px;line-height:1.5;letter-spacing:.5px;color:rgba(0,83,206,.9);caret-color:rgba(0,158,253,.9);outline:0;padding-left:24px;padding-top:18px;vertical-align:top;margin-bottom:38px;-webkit-box-sizing:border-box;box-sizing:border-box}.project-service-wrapper footer.footer-light-wrapper .tell-us-about-project form .tell-us-about-project-forms-block-row-1 .tell-us-about-project-forms-blockrow-1-column-2 textarea.active{outline:0;border:1px solid #ff3c3c;background-color:rgba(0,158,253,.05)}.project-service-wrapper footer.footer-light-wrapper .tell-us-about-project form .tell-us-about-project-forms-block-row-1 .tell-us-about-project-forms-blockrow-1-column-2 textarea.active:hover{border:2px solid #ff3c3c;padding-left:23px;padding-top:17px}.project-service-wrapper footer.footer-light-wrapper .tell-us-about-project form .tell-us-about-project-forms-block-row-1 .tell-us-about-project-forms-blockrow-1-column-2 textarea:hover{background-color:rgba(0,158,253,.1)}.project-service-wrapper footer.footer-light-wrapper .tell-us-about-project form .tell-us-about-project-forms-block-row-1 .tell-us-about-project-forms-blockrow-1-column-2 textarea:focus{background-color:rgba(0,158,253,.05);outline:0;border:2px solid rgba(0,83,206,.902)}.project-service-wrapper footer.footer-light-wrapper .tell-us-about-project form .tell-us-about-project-forms-block-row-1 .tell-us-about-project-forms-blockrow-1-column-2 textarea::-moz-placeholder,.project-service-wrapper footer.footer-light-wrapper .tell-us-about-project form .tell-us-about-project-forms-block-row-1 .tell-us-about-project-forms-blockrow-1-column-2 textarea::-webkit-input-placeholder{opacity:.4;font-family:MulishRegular;font-size:16px;line-height:1.5;letter-spacing:.5px;color:rgba(0,83,206,.9)}.project-service-wrapper footer.footer-light-wrapper .tell-us-about-project form .tell-us-about-project-forms-block-row-1 .tell-us-about-project-forms-blockrow-1-column-2 .checkbox-text{display:-ms-flexbox;display:-webkit-box;display:flex;-ms-flex-direction:row;-webkit-box-orient:horizontal;-webkit-box-direction:normal;flex-direction:row;margin-top:auto;margin-bottom:15px;font-family:MulishRegular;font-size:14px;line-height:1.29;letter-spacing:.4px;color:#fff;-ms-user-select:none;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none}.project-service-wrapper footer.footer-light-wrapper .tell-us-about-project form .tell-us-about-project-forms-block-row-1 .tell-us-about-project-forms-blockrow-1-column-2 .checkbox-text p{display:block}.project-service-wrapper footer.footer-light-wrapper .tell-us-about-project form .tell-us-about-project-forms-block-row-1 .tell-us-about-project-forms-blockrow-1-column-2 .checkbox-text p:first-child{margin-left:0}.project-service-wrapper footer.footer-light-wrapper .tell-us-about-project form .tell-us-about-project-forms-block-row-2{-ms-flex-align:center;-webkit-box-align:center;align-items:center;-ms-flex-pack:justify;-webkit-box-pack:justify;justify-content:space-between;margin-top:27px;font-family:MulishRegular;font-size:14px;line-height:1.29;letter-spacing:.4px;color:#081120}.project-service-wrapper footer.footer-light-wrapper .tell-us-about-project form .tell-us-about-project-forms-block-row-2 .tell-us-about-project-checkbox-wrapper{display:-ms-flexbox;display:-webkit-box;display:flex;-ms-flex-direction:row;-webkit-box-orient:horizontal;-webkit-box-direction:normal;flex-direction:row;-ms-flex-align:center;-webkit-box-align:center;align-items:center;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-ms-flex-pack:justify;-webkit-box-pack:justify;justify-content:space-between}.project-service-wrapper footer.footer-light-wrapper .tell-us-about-project form .tell-us-about-project-forms-block-row-2 .tell-us-about-project-checkbox-wrapper [type=checkbox]:checked+label:before,.project-service-wrapper footer.footer-light-wrapper .tell-us-about-project form .tell-us-about-project-forms-block-row-2 .tell-us-about-project-checkbox-wrapper [type=checkbox]:not(:checked)+label:before{min-width:18px;width:18px;position:static}.project-service-wrapper footer.footer-light-wrapper .tell-us-about-project form .tell-us-about-project-forms-block-row-2 .tell-us-about-project-checkbox-wrapper [type=checkbox]:checked+label:after,.project-service-wrapper footer.footer-light-wrapper .tell-us-about-project form .tell-us-about-project-forms-block-row-2 .tell-us-about-project-checkbox-wrapper [type=checkbox]:not(:checked)+label:after{position:relative;left:-18px;-ms-flex-order:1;-webkit-box-ordinal-group:2;order:1}.project-service-wrapper footer.footer-light-wrapper .tell-us-about-project form .tell-us-about-project-forms-block-row-2 .tell-us-about-project-checkbox-wrapper label{display:-ms-flexbox;display:-webkit-box;display:flex;-ms-flex-direction:row;-webkit-box-orient:horizontal;-webkit-box-direction:normal;flex-direction:row;-ms-flex-align:center;-webkit-box-align:center;align-items:center;padding:0;-ms-user-select:none;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none}.project-service-wrapper footer.footer-light-wrapper .tell-us-about-project form .tell-us-about-project-forms-block-row-2 .tell-us-about-project-checkbox-wrapper label span{white-space:normal;-ms-flex-order:2;-webkit-box-ordinal-group:3;order:2;position:relative;left:-8px}.project-service-wrapper footer.footer-light-wrapper .tell-us-about-project form .tell-us-about-project-forms-block-row-2 .tell-us-about-project-checkbox-wrapper button{width:355px;height:50px;border:none;font-family:MulishMedium;font-size:11px;font-weight:500;letter-spacing:.5px;text-align:center;color:#fff}.project-service-wrapper footer.footer-light-wrapper .footer-menu{padding-top:40px;margin:0 11.5%}.project-service-wrapper footer.footer-light-wrapper .footer-menu .footer-menu-row1{display:-ms-flexbox;display:-webkit-box;display:flex;-ms-flex-direction:row;-webkit-box-orient:horizontal;-webkit-box-direction:normal;flex-direction:row;-ms-flex-pack:justify;-webkit-box-pack:justify;justify-content:space-between}.project-service-wrapper footer.footer-light-wrapper .footer-menu .footer-menu-row1 ul a{text-decoration:none;font-family:MulishRegular;font-size:14px;line-height:1.57;letter-spacing:.4px;color:#909396;-webkit-transition:color .2s;transition:color .2s}.project-service-wrapper footer.footer-light-wrapper .footer-menu .footer-menu-row1 ul a:hover{color:#081120}.project-service-wrapper footer.footer-light-wrapper .footer-menu .footer-menu-row1 ul li{list-style-type:none;margin-bottom:10px}.project-service-wrapper footer.footer-light-wrapper .footer-menu .footer-menu-row1 ul>li{font-family:Mulish;font-size:14px;line-height:1.29;letter-spacing:.4px;color:#081120}.project-service-wrapper footer.footer-light-wrapper .footer-menu .footer-menu-row1 .footer-menu-row1-column1 a.logo-place img{width:166px;height:12px;-o-object-fit:cover;object-fit:cover}.project-service-wrapper footer.footer-light-wrapper .footer-menu .footer-menu-row1 .footer-menu-row1-column1 p{width:145px;font-family:MulishRegular;font-size:14px!important;line-height:1.57;letter-spacing:.4px;color:#909396;margin-top:16px}.project-service-wrapper footer.footer-light-wrapper .footer-separator hr{margin-top:26px;height:2px;color:rgba(219,223,229,.6)}.project-service-wrapper footer.footer-light-wrapper .footer-bottom-block{display:-ms-flexbox;display:-webkit-box;display:flex;-ms-flex-pack:justify;-webkit-box-pack:justify;justify-content:space-between;-ms-flex-align:center;-webkit-box-align:center;align-items:center;margin:26px 11.5% 20px;font-family:MulishRegular;font-size:14px;line-height:1.29;letter-spacing:.4px;color:#909396}.project-service-wrapper footer.footer-light-wrapper .footer-bottom-block .footer-bottom-block-column{width:33.333%}.project-service-wrapper footer.footer-light-wrapper .footer-bottom-block .footer-bottom-block-column-1{display:-ms-flexbox;display:-webkit-box;display:flex;-ms-flex-pack:start;-webkit-box-pack:start;justify-content:flex-start}.project-service-wrapper footer.footer-light-wrapper .footer-bottom-block .footer-bottom-block-column-1 p a{text-decoration:none;font-family:MulishRegular;font-size:14px;line-height:1.29;letter-spacing:.4px;color:#909396}.project-service-wrapper footer.footer-light-wrapper .footer-bottom-block .footer-bottom-block-column-1 p img{width:4px;height:4px;margin:0 10px 1px 6px}.project-service-wrapper footer.footer-light-wrapper .footer-bottom-block .footer-bottom-block-column-2{display:-ms-flexbox;display:-webkit-box;display:flex;-ms-flex-pack:center;-webkit-box-pack:center;justify-content:center}.project-service-wrapper footer.footer-light-wrapper .footer-bottom-block .footer-bottom-block-column-2 p{color:#909396}.project-service-wrapper footer.footer-light-wrapper .footer-bottom-block .footer-bottom-block-column-3{display:-ms-flexbox;display:-webkit-box;display:flex;-ms-flex-direction:row;-webkit-box-orient:horizontal;-webkit-box-direction:normal;flex-direction:row;-ms-flex-pack:end;-webkit-box-pack:end;justify-content:flex-end}.project-service-wrapper footer.footer-light-wrapper .footer-bottom-block .footer-bottom-block-column-3 a{display:block;width:26px;height:26px;margin-right:14px}.project-service-wrapper footer.footer-light-wrapper .footer-bottom-block .footer-bottom-block-column-3 a:last-child{margin-right:0}.project-service-wrapper .solute-wrapper{padding:87px 24.8% 0 11.4%;background-color:#081120}.project-service-wrapper .solute-wrapper h2{font-family:Mulish;font-size:40px;font-weight:700;letter-spacing:.5px;color:#fff;margin-bottom:12px}.project-service-wrapper .solute-wrapper h5{font-family:MulishRegular;font-size:20px;line-height:1.4;letter-spacing:.5px;color:#fff;margin-bottom:40px}.project-service-wrapper .solute-wrapper .explore-projects{width:127px;display:-ms-flexbox;display:-webkit-box;display:flex;-ms-flex-direction:row;-webkit-box-orient:horizontal;-webkit-box-direction:normal;flex-direction:row;-ms-flex-align:center;-webkit-box-align:center;align-items:center;margin-bottom:70px;cursor:pointer}.project-service-wrapper .solute-wrapper .explore-projects img{width:13px;height:9px;margin-right:10px}.project-service-wrapper .solute-wrapper .explore-projects p{min-width:100%;font-family:MulishRegular;font-size:14px;line-height:1.29;letter-spacing:.4px;color:#fff}.project-service-wrapper .solute-wrapper .select-wrapper{display:-ms-flexbox;display:-webkit-box;display:flex;-ms-flex-direction:row;-webkit-box-orient:horizontal;-webkit-box-direction:normal;flex-direction:row;-ms-flex-align:center;-webkit-box-align:center;align-items:center}.project-service-wrapper .solute-wrapper .select-wrapper p{font-size:16px;font-family:MulishRegular;line-height:1.5;letter-spacing:.5px;color:#fff;margin-right:14px}.project-service-wrapper .solute-wrapper .select-wrapper .select-block{width:324px;background-color:#fff;border:1px solid #fff;border-bottom:0}.project-service-wrapper .solute-wrapper .select-wrapper .select-block.active{border:1px solid rgba(0,83,206,.9);border-bottom:0}.project-service-wrapper .solute-wrapper .select-wrapper .select-block p{display:-ms-flexbox;display:-webkit-box;display:flex;-ms-flex-direction:row;-webkit-box-orient:horizontal;-webkit-box-direction:normal;flex-direction:row;-ms-flex-pack:justify;-webkit-box-pack:justify;justify-content:space-between;-ms-flex-align:center;-webkit-box-align:center;align-items:center;padding:13px 20px 13px 16px;color:#081120;cursor:pointer;font-family:MulishRegular;font-size:14px;line-height:1.29;letter-spacing:.4px}.project-service-wrapper .solute-wrapper .select-wrapper .select-block p.active{color:#909396}.project-service-wrapper .solute-wrapper .select-wrapper .select-block p img{width:13px;height:9px;-webkit-transition:.4s;transition:.4s}.project-service-wrapper .solute-wrapper .select-wrapper .select-block p img.active{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.project-service-wrapper .solute-wrapper .select-wrapper .select-block ul{width:324px;display:none;position:absolute;z-index:3;margin-left:-1px;list-style-type:none;background-color:#fff;border:1px solid #fff;border-top:0}.project-service-wrapper .solute-wrapper .select-wrapper .select-block ul>li{font-family:MulishRegular;font-size:14px;line-height:1.29;letter-spacing:.4px;padding-left:16px;padding-right:20px}.project-service-wrapper .solute-wrapper .select-wrapper .select-block ul.active{border:1px solid rgba(0,83,206,.9);border-top:0}.project-service-wrapper .solute-wrapper .select-wrapper .select-block ul li{display:-ms-flexbox;display:-webkit-box;display:flex;-ms-flex-align:center;-webkit-box-align:center;align-items:center;border-top:1px solid #dbdfe5;height:44px;color:#909396}.project-service-wrapper .block-425{display:none;margin:0 3.8%}.project-service-wrapper .block-425 p{font-size:14px;line-height:1.5;letter-spacing:.5px;color:#081120;margin-bottom:6px}.project-service-wrapper .block-425 .select-block{width:100%;background-color:#fff;border:1px solid rgba(0,83,206,.9)}.project-service-wrapper .block-425 .select-block p{display:-ms-flexbox;display:-webkit-box;display:flex;-ms-flex-direction:row;-webkit-box-orient:horizontal;-webkit-box-direction:normal;flex-direction:row;-ms-flex-pack:justify;-webkit-box-pack:justify;justify-content:space-between;-ms-flex-align:center;-webkit-box-align:center;align-items:center;margin-bottom:0;font-family:MulishRegular;font-size:14px;line-height:1.29;letter-spacing:.4px;color:#081120;height:44px;padding-left:16px;padding-right:20px}.project-service-wrapper .block-425 .select-block p.active{color:#909396}.project-service-wrapper .block-425 .select-block p img{width:13px;height:9px;-webkit-transition:.2s;transition:.2s}.project-service-wrapper .block-425 .select-block p img.active{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.project-service-wrapper .block-425 .select-block ul{display:none;list-style-type:none}.project-service-wrapper .block-425 .select-block ul>li{font-family:MulishRegular;font-size:14px;line-height:1.29;letter-spacing:.4px;color:#081120;height:44px;padding-left:16px;padding-right:20px}.project-service-wrapper .block-425 .select-block ul li{display:-ms-flexbox;display:-webkit-box;display:flex;-ms-flex-align:center;-webkit-box-align:center;align-items:center;border-top:1px solid #dbdfe5}.project-service-wrapper .recent-projects-images-block{margin-top:71px}.project-service-wrapper .recent-projects-images-block .recent-projects__skinview-wrapper{margin-bottom:90px;cursor:pointer}.project-service-wrapper .recent-projects-images-block .skinview-block{background-size:cover;background-position:50%;background-repeat:no-repeat;width:100%;height:390px}.project-service-wrapper .recent-projects-images-block .skinview-block,.project-service-wrapper .recent-projects-images-block .skinview-inside-content-block{position:relative;display:-ms-flexbox;display:-webkit-box;display:flex;-ms-flex-direction:row;-webkit-box-orient:horizontal;-webkit-box-direction:normal;flex-direction:row}.project-service-wrapper .recent-projects-images-block .skinview-inside-content-block{z-index:2;padding-left:52px;padding-top:45px;background-color:#fff;margin:-50px 260px 0}.project-service-wrapper .recent-projects-images-block .skinview-inside-content-block .skinview-inside-content-block-column1{width:53%}.project-service-wrapper .recent-projects-images-block .skinview-inside-content-block .skinview-inside-content-block-column1 p{font-family:MulishRegular;font-size:14px;line-height:1.43;letter-spacing:.4px;color:rgba(0,83,206,.9);margin-bottom:6px}.project-service-wrapper .recent-projects-images-block .skinview-inside-content-block .skinview-inside-content-block-column1 p img{width:4px;height:4px;margin-right:6px;margin-left:2px;margin-bottom:2px}.project-service-wrapper .recent-projects-images-block .skinview-inside-content-block .skinview-inside-content-block-column1 h4{margin-bottom:29px}.project-service-wrapper .recent-projects-images-block .skinview-inside-content-block .skinview-inside-content-block-column1 p.small-gray{color:#5e6063}.project-service-wrapper .recent-projects-images-block .skinview-inside-content-block .skinview-inside-content-block-column2{display:-ms-flexbox;display:-webkit-box;display:flex;-ms-flex-align:center;-webkit-box-align:center;align-items:center;-ms-flex-pack:center;-webkit-box-pack:center;justify-content:center;width:47%}.project-service-wrapper .recent-projects-images-block .skinview-inside-content-block .skinview-inside-content-block-column2 .gradient-button{display:-ms-flexbox;display:-webkit-box;display:flex;-ms-flex-pack:center;-webkit-box-pack:center;justify-content:center;-ms-flex-align:center;-webkit-box-align:center;align-items:center;width:220px;height:44px;background-image:linear-gradient(79deg,rgba(0,83,206,.9),rgba(0,158,253,.89));font-family:MulishMedium;font-size:11px;font-weight:500;letter-spacing:.5px;text-align:center;color:#fff;border:none;-webkit-box-sizing:border-box;box-sizing:border-box}.project-service-wrapper .recent-projects-images-block .recent-projects__skinview-wrapper:hover .hover-block__big-case{opacity:.89}.project-service-wrapper .global-leader-wrapper{display:-ms-flexbox;display:-webkit-box;display:flex;-ms-flex-direction:row;-webkit-box-orient:horizontal;-webkit-box-direction:normal;flex-direction:row;-ms-flex-pack:justify;-webkit-box-pack:justify;justify-content:space-between;background-color:#081120;padding:104px 11.4%;margin-top:60px}.project-service-wrapper .global-leader-wrapper .column1{width:63.156%}.project-service-wrapper .global-leader-wrapper .column1 h2{font-family:Mulish;font-size:40px;font-weight:700;letter-spacing:.5px;color:#fff;margin-bottom:12px}.project-service-wrapper .global-leader-wrapper .column1 h2 span{white-space:nowrap}.project-service-wrapper .global-leader-wrapper .column1 h2 .column2-img{margin-left:3px;background-size:cover}.project-service-wrapper .global-leader-wrapper .column1 p{max-width:100%;font-family:MulishRegular;font-size:16px;line-height:1.5;letter-spacing:.5px;color:#fff}.project-service-wrapper .global-leader-wrapper .column2{width:49%;display:-ms-flexbox;display:-webkit-box;display:flex;-ms-flex-direction:row;-webkit-box-orient:horizontal;-webkit-box-direction:normal;flex-direction:row;-ms-flex-pack:end;-webkit-box-pack:end;justify-content:flex-end;-ms-flex-align:center;-webkit-box-align:center;align-items:center}.project-service-wrapper .global-leader-wrapper .column2 .column2-img{width:167px;height:180px;background-size:cover}.project-service-wrapper .global-leader-wrapper .column2 .column2-img:nth-child(n+2){margin-left:-41px}.project-service-wrapper footer.footer-light-wrapper .tell-us-about-project .tell-us-about-project-text-block h2{display:none}.project-service-wrapper footer.footer-light-wrapper .tell-us-about-project .tell-us-about-project-text-block h2.looking-to-build{display:block}.project-service-wrapper footer.footer-light-wrapper .tell-us-about-project .tell-us-about-project-text-block h2.looking-to-build img.ques-sign{width:26px;height:36px}@media (max-width:768px){.project-service-wrapper h2{font-size:36px!important}}@media (max-width:450px){.project-service-wrapper h1{font-family:Mulish;font-size:28px!important;font-weight:700;letter-spacing:.4px}.project-service-wrapper h5,.project-service-wrapper p{font-family:MulishRegular;font-size:16px!important;line-height:1.5;letter-spacing:.5px}.project-service-wrapper h2{font-family:Mulish;font-size:28px!important;font-weight:700;letter-spacing:.3px}.project-service-wrapper h3{font-size:20px!important}}@media (max-width:1300px){.project-service-wrapper header.header-dark-wrapper{display:-ms-flexbox;display:-webkit-box;display:flex;-ms-flex-pack:justify;-webkit-box-pack:justify;justify-content:space-between;padding:0 4.1%}.project-service-wrapper header.header-dark-wrapper ul li{margin-right:30px}}@media (max-width:1100px){.project-service-wrapper header.header-dark-wrapper a.a-hamburger{display:-ms-flexbox;display:-webkit-box;display:flex;-ms-flex-direction:column;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;-ms-flex-align:center;-webkit-box-align:center;align-items:center;-ms-flex-pack:center;-webkit-box-pack:center;justify-content:center;width:24px;height:24px;margin-left:auto;border:none;cursor:pointer}.project-service-wrapper header.header-dark-wrapper a.a-hamburger .hamburger-blue-line{width:18px;height:2px;background-color:#fff}.project-service-wrapper header.header-dark-wrapper a.a-hamburger .hamburger-blue-line:nth-child(2){margin-top:4px}.project-service-wrapper header.header-dark-wrapper .hide-menu ul{margin-right:0}.project-service-wrapper header.header-dark-wrapper hr{display:block;width:56px;height:2px;color:#dbdfe5;-webkit-transform:rotate(90deg);transform:rotate(90deg)}.project-service-wrapper header.header-dark-wrapper ul{display:none}}@media (max-width:768px){.project-service-wrapper header.header-dark-wrapper{padding:0 3.1%;-ms-flex-wrap:nowrap;flex-wrap:nowrap}.project-service-wrapper header.header-dark-wrapper a{display:-ms-flexbox;display:-webkit-box;display:flex;-ms-flex-direction:column;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;-ms-flex-align:center;-webkit-box-align:center;align-items:center;-ms-flex-pack:center;-webkit-box-pack:center;justify-content:center;width:24px;height:24px;border:none}.project-service-wrapper header.header-dark-wrapper a .hamburger-blue-line{width:18px;height:2px;background-color:#fff}.project-service-wrapper header.header-dark-wrapper a .hamburger-blue-line:nth-child(2){margin-top:4px}.project-service-wrapper header.header-dark-wrapper ul{display:none}.project-service-wrapper header.header-dark-wrapper .hide-menu{padding:33px 28px 233px 24px}}@media (max-width:480px){.project-service-wrapper header.header-dark-wrapper .hr,.project-service-wrapper header.header-dark-wrapper a.touch,.project-service-wrapper header.header-dark-wrapper hr{display:none}.project-service-wrapper header.header-dark-wrapper .hide-menu ul li a{font-size:20px}.project-service-wrapper header.header-dark-wrapper .hide-menu__button p{font-size:20px!important}}@media (max-width:1300px){.project-service-wrapper footer.footer-light-wrapper .tell-us-about-project .tell-us-about-project-text-block{margin-left:4.1%}.project-service-wrapper footer.footer-light-wrapper .tell-us-about-project form{margin:0 42px}.project-service-wrapper footer.footer-light-wrapper .footer-menu{margin:0 4.1%}.project-service-wrapper footer.footer-light-wrapper .footer-bottom-block{margin:30px 4.1% 22px}}@media (max-width:850px){.project-service-wrapper footer.footer-light-wrapper{width:100%}.project-service-wrapper footer.footer-light-wrapper .tell-us-about-project .tell-us-about-project-text-block{margin:0 4.1% 60px}.project-service-wrapper footer.footer-light-wrapper .tell-us-about-project .tell-us-about-project-text-block h2{font-size:32px}.project-service-wrapper footer.footer-light-wrapper .tell-us-about-project .tell-us-about-project-text-block h5{font-size:16px}.project-service-wrapper footer.footer-light-wrapper .tell-us-about-project form{margin:0 auto}.project-service-wrapper footer.footer-light-wrapper .tell-us-about-project form .tell-us-about-project-forms-block-row-1{width:77.6%;margin:0 auto;-ms-flex-direction:column;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column}.project-service-wrapper footer.footer-light-wrapper .tell-us-about-project form .tell-us-about-project-forms-block-row-1 .tell-us-about-project-forms-blockrow-1-column-1{width:100%;margin:0 auto}.project-service-wrapper footer.footer-light-wrapper .tell-us-about-project form .tell-us-about-project-forms-block-row-1 .tell-us-about-project-forms-blockrow-1-column-1 .tell-us-about-project-forms-block-wrapper p{max-width:100%;width:auto}.project-service-wrapper footer.footer-light-wrapper .tell-us-about-project form .tell-us-about-project-forms-block-row-1 .tell-us-about-project-forms-blockrow-1-column-1 .tell-us-about-project-forms-block-wrapper input{padding:0 0 0 24px;-webkit-box-sizing:border-box;box-sizing:border-box;width:100%;margin:0 0 15px}.project-service-wrapper footer.footer-light-wrapper .tell-us-about-project form .tell-us-about-project-forms-block-row-1 .tell-us-about-project-forms-blockrow-1-column-2{width:100%}.project-service-wrapper footer.footer-light-wrapper .tell-us-about-project form .tell-us-about-project-forms-block-row-1 .tell-us-about-project-forms-blockrow-1-column-2 p{margin-top:16px}.project-service-wrapper footer.footer-light-wrapper .tell-us-about-project form .tell-us-about-project-forms-block-row-1 .tell-us-about-project-forms-blockrow-1-column-2 textarea{width:100%;padding:18px 0 0 24px;-webkit-box-sizing:border-box;box-sizing:border-box}.project-service-wrapper footer.footer-light-wrapper .tell-us-about-project form .tell-us-about-project-forms-block-row-1 .tell-us-about-project-forms-blockrow-1-column-2 .checkbox-text{display:-ms-flexbox;display:-webkit-box;display:flex;-ms-flex-direction:row;-webkit-box-orient:horizontal;-webkit-box-direction:normal;flex-direction:row;-ms-flex-pack:center;-webkit-box-pack:center;justify-content:center}.project-service-wrapper footer.footer-light-wrapper .tell-us-about-project form .tell-us-about-project-forms-block-row-1 .tell-us-about-project-forms-blockrow-1-column-2 .checkbox-text p{margin:0}.project-service-wrapper footer.footer-light-wrapper .tell-us-about-project form .tell-us-about-project-forms-block-row-1 .tell-us-about-project-forms-blockrow-1-column-2 .checkbox-text p:first-child{margin-right:34px}.project-service-wrapper footer.footer-light-wrapper .tell-us-about-project form .tell-us-about-project-forms-block-row-2{margin-top:38px}.project-service-wrapper footer.footer-light-wrapper .tell-us-about-project form .tell-us-about-project-forms-block-row-2 .tell-us-about-project-checkbox-wrapper{-ms-flex-direction:column;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;-ms-flex-align:center;-webkit-box-align:center;align-items:center}.project-service-wrapper footer.footer-light-wrapper .tell-us-about-project form .tell-us-about-project-forms-block-row-2 .tell-us-about-project-checkbox-wrapper p{width:77.6%;-ms-flex-order:1;-webkit-box-ordinal-group:2;order:1;margin-top:30px}.project-service-wrapper footer.footer-light-wrapper .tell-us-about-project form .tell-us-about-project-forms-block-row-2 .tell-us-about-project-checkbox-wrapper button{width:77.6%;margin:0 auto}.project-service-wrapper footer.footer-light-wrapper .footer-menu{margin:0 3.1%}.project-service-wrapper footer.footer-light-wrapper .footer-menu .footer-menu-row1{-ms-flex-wrap:wrap;flex-wrap:wrap}.project-service-wrapper footer.footer-light-wrapper .footer-menu .footer-menu-row1 .footer-menu-row1-column1{display:-ms-flexbox;display:-webkit-box;display:flex;-ms-flex-direction:column;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;-ms-flex-pack:center;-webkit-box-pack:center;justify-content:center;margin-bottom:46px;width:100%}.project-service-wrapper footer.footer-light-wrapper .footer-menu .footer-menu-row1 .footer-menu-row1-column1 p{text-align:center;width:100%}.project-service-wrapper footer.footer-light-wrapper .footer-menu .footer-menu-row1 .footer-menu-row1-column1 .logo-place{margin:0 auto}.project-service-wrapper footer.footer-light-wrapper .footer-menu .footer-menu-row1 .footer-menu-row1-column4{width:31%}.project-service-wrapper footer.footer-light-wrapper .footer-bottom-block .footer-bottom-block-column-2{text-align:center}.project-service-wrapper footer.footer-light-wrapper .footer-bottom-block .footer-bottom-block-column-2 p{width:139px;font-size:12px}}@media (max-width:540px){.project-service-wrapper footer.footer-light-wrapper .tell-us-about-project{padding:50px 12px 34px}.project-service-wrapper footer.footer-light-wrapper .tell-us-about-project .tell-us-about-project-text-block{margin:0 0 22px}.project-service-wrapper footer.footer-light-wrapper .tell-us-about-project .tell-us-about-project-text-block h2{font-size:20px!important}.project-service-wrapper footer.footer-light-wrapper .tell-us-about-project .tell-us-about-project-text-block h2 img{width:4px;height:4px}.project-service-wrapper footer.footer-light-wrapper .tell-us-about-project .tell-us-about-project-text-block h2.got-a-project img.ques-sign,.project-service-wrapper footer.footer-light-wrapper .tell-us-about-project .tell-us-about-project-text-block h2.looking-to-build img.ques-sign{width:15px!important;height:20px!important}.project-service-wrapper footer.footer-light-wrapper .tell-us-about-project form,.project-service-wrapper footer.footer-light-wrapper .tell-us-about-project form .tell-us-about-project-forms-block-row-1,.project-service-wrapper footer.footer-light-wrapper .tell-us-about-project form .tell-us-about-project-forms-block-row-2 .tell-us-about-project-checkbox-wrapper button,.project-service-wrapper footer.footer-light-wrapper .tell-us-about-project form .tell-us-about-project-forms-block-row-2 .tell-us-about-project-checkbox-wrapper p{width:100%}.project-service-wrapper footer.footer-light-wrapper .tell-us-about-project .tell-us-about-project-text-block h5{font-size:14px}.project-service-wrapper footer.footer-light-wrapper .tell-us-about-project form .tell-us-about-project-forms-block-row-1 .tell-us-about-project-forms-blockrow-1-column-2 .checkbox-text{-ms-flex-direction:column;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;-ms-flex-pack:normal;-webkit-box-pack:normal;justify-content:normal}.project-service-wrapper footer.footer-light-wrapper .tell-us-about-project form .tell-us-about-project-forms-block-row-1 .tell-us-about-project-forms-blockrow-1-column-2 .checkbox-text p:first-child{margin-bottom:18px}.project-service-wrapper footer.footer-light-wrapper .tell-us-about-project form .tell-us-about-project-forms-block-row-2 .tell-us-about-project-checkbox-wrapper label{font-size:12px}.project-service-wrapper footer.footer-light-wrapper .footer-menu{margin-bottom:50px;padding-top:27px}.project-service-wrapper footer.footer-light-wrapper .footer-menu .footer-menu-row1 ul a{color:#5e6063}.project-service-wrapper footer.footer-light-wrapper .footer-menu .footer-menu-row1 .footer-menu-row1-column1{display:-ms-flexbox;display:-webkit-box;display:flex;-ms-flex-direction:column;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column}.project-service-wrapper footer.footer-light-wrapper .footer-menu .footer-menu-row1 .footer-menu-row1-column1 .logo-place{margin:10px 0 0;text-align:left}.project-service-wrapper footer.footer-light-wrapper .footer-menu .footer-menu-row1 .footer-menu-row1-column1 p{margin:10px 0 0;text-align:left;width:84.4%}.project-service-wrapper footer.footer-light-wrapper .footer-bottom-block{-ms-flex-direction:column;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;-ms-flex-align:start;-webkit-box-align:start;align-items:flex-start;margin:25px 3.1% 41px}.project-service-wrapper footer.footer-light-wrapper .footer-bottom-block p{font-size:14px!important}.project-service-wrapper footer.footer-light-wrapper .footer-bottom-block .footer-bottom-block-column-1{width:100%}.project-service-wrapper footer.footer-light-wrapper .footer-bottom-block .footer-bottom-block-column-1 p.hide-p{display:block}.project-service-wrapper footer.footer-light-wrapper .footer-bottom-block .footer-bottom-block-column-1 p:last-child{display:-ms-flexbox;display:-webkit-box;display:flex;-ms-flex-direction:column;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;margin-top:14px;margin-bottom:24px}.project-service-wrapper footer.footer-light-wrapper .footer-bottom-block .footer-bottom-block-column-1 p:last-child a:first-child{margin-bottom:16px}.project-service-wrapper footer.footer-light-wrapper .footer-bottom-block .footer-bottom-block-column-2{width:100%;margin:24px 0;-ms-flex-order:1;-webkit-box-ordinal-group:2;order:1;text-align:left;-ms-flex-pack:start;-webkit-box-pack:start;justify-content:flex-start}.project-service-wrapper footer.footer-light-wrapper .footer-bottom-block .footer-bottom-block-column-2 p{width:auto;font-size:12px!important}.project-service-wrapper footer.footer-light-wrapper .footer-bottom-block .footer-bottom-block-column-3{width:auto}}.gpdr-wrapper h2,.gpdr-wrapper h4{font-weight:700;color:#081120;line-height:normal}@media (max-width:1100px){.project-service-wrapper .global-leader-wrapper{padding:104px 4.1%}.project-service-wrapper .global-leader-wrapper .column2 .column2-img{width:134px;height:144px;background-size:cover}}@media (max-width:1024px){.project-service-wrapper .solute-wrapper{padding:120px 10.4% 0 4.1%}.project-service-wrapper .recent-projects-images-block .skinview-inside-content-block{margin:-50px 93px 0}.project-service-wrapper .global-leader-wrapper{padding:104px 4.1%}.project-service-wrapper .global-leader-wrapper .column2 .column2-img{width:134px;height:144px;background-size:cover}}@media (max-width:768px){.project-service-wrapper .solute-wrapper{padding:80px 7.4% 0 3.1%}.project-service-wrapper .recent-projects-images-block .skinview-inside-content-block{margin:-50px 24px 0}.project-service-wrapper .global-leader-wrapper{padding:89px 11% 47px;-ms-flex-direction:column;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;-ms-flex-align:center;-webkit-box-align:center;align-items:center}.project-service-wrapper .global-leader-wrapper h2,.project-service-wrapper .global-leader-wrapper p{text-align:center}.project-service-wrapper .global-leader-wrapper h2{width:61.2%;margin-bottom:15px}.project-service-wrapper .global-leader-wrapper p{margin-bottom:37px;width:90%}.project-service-wrapper .global-leader-wrapper .column1{display:-ms-flexbox;display:-webkit-box;display:flex;-ms-flex-direction:column;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;-ms-flex-align:center;-webkit-box-align:center;align-items:center;width:100%}.project-service-wrapper .global-leader-wrapper .column1 h2{width:70%}.project-service-wrapper .global-leader-wrapper .column2{width:100%;-ms-flex-pack:center;-webkit-box-pack:center;justify-content:center}}@media (max-width:425px){.project-service-wrapper .solute-wrapper{padding:60px 11.9% 78px 3.8%;margin-bottom:20px}.project-service-wrapper .solute-wrapper .select-wrapper{display:none}.project-service-wrapper .solute-wrapper .explore-projects{margin-bottom:0}.project-service-wrapper .block-425{display:block}.project-service-wrapper .recent-projects-images-block .skinview-inside-content-block{-ms-flex-wrap:wrap;flex-wrap:wrap;padding:24px 6.1% 0}.project-service-wrapper .recent-projects-images-block .skinview-inside-content-block .skinview-inside-content-block-column1{display:-ms-flexbox;display:-webkit-box;display:flex;-ms-flex-direction:column;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;-ms-flex-wrap:wrap;flex-wrap:wrap;width:100%}.project-service-wrapper .recent-projects-images-block .skinview-inside-content-block .skinview-inside-content-block-column1 p{-ms-flex-order:1;-webkit-box-ordinal-group:2;order:1}.project-service-wrapper .recent-projects-images-block .skinview-inside-content-block .skinview-inside-content-block-column1 h4{-ms-flex-order:0;-webkit-box-ordinal-group:1;order:0}.project-service-wrapper .recent-projects-images-block .skinview-inside-content-block .skinview-inside-content-block-column1 p.small-gray{display:none}.project-service-wrapper .recent-projects-images-block .skinview-inside-content-block .skinview-inside-content-block-column2{display:-ms-flexbox;display:-webkit-box;display:flex;-ms-flex-pack:start;-webkit-box-pack:start;justify-content:flex-start;width:100%}.project-service-wrapper .recent-projects-images-block .button-wrapper,.project-service-wrapper .recent-projects-images-block .recent-projects__skinview-wrapper:nth-child(4){display:none}.project-service-wrapper .global-leader-wrapper{padding:60px 5.7% 75px;margin-top:50px}.project-service-wrapper .global-leader-wrapper .column1 h2{width:80.9%;font-size:20px!important}.project-service-wrapper .global-leader-wrapper .column1 p{font-size:14px;margin-bottom:58px}.project-service-wrapper .global-leader-wrapper .column2 .column2-img{width:107px;height:115px;background-size:cover}}.gpdr-wrapper h2{font-family:Mulish;font-size:40px;letter-spacing:.5px}.gpdr-wrapper h4{font-family:Mulish;letter-spacing:.3px}.gpdr-wrapper h5{font-family:MulishRegular;font-size:20px;line-height:1.4;letter-spacing:.5px;color:#5e6063;font-weight:400}.gpdr-wrapper p.small-gray{font-family:MulishRegular;font-size:14px;line-height:1.43;letter-spacing:.4px;color:rgba(94,96,99,.8)}.gpdr-wrapper p.small-dark-blue-gray{font-family:MulishRegular;font-size:14px;line-height:1.29;letter-spacing:.4px;color:#081120}.gpdr-wrapper a{text-decoration:none}.gpdr-wrapper .header-wrapper{position:fixed;top:0;width:100%;z-index:20;background-color:#fff}.gpdr-wrapper header.header-dark-wrapper{display:-ms-flexbox;display:-webkit-box;display:flex;-ms-flex-align:center;-webkit-box-align:center;align-items:center;-ms-flex-pack:justify;-webkit-box-pack:justify;justify-content:space-between;height:76px;padding:0 11.4%;background-color:#081120}.gpdr-wrapper header.header-dark-wrapper a.logo-place{display:inline-block}.gpdr-wrapper header.header-dark-wrapper ul{display:-ms-flexbox;display:-webkit-box;display:flex;-ms-flex-direction:row;-webkit-box-orient:horizontal;-webkit-box-direction:normal;flex-direction:row;-ms-flex-pack:justify;-webkit-box-pack:justify;justify-content:space-between;vertical-align:top;margin-left:auto;margin-right:34px}.gpdr-wrapper header.header-dark-wrapper ul li{white-space:nowrap;display:inline-block;margin-right:30px}.gpdr-wrapper header.header-dark-wrapper ul li a{text-decoration:none;font-family:MulishRegular;font-size:16px;line-height:1.5;letter-spacing:.5px;color:hsla(0,0%,100%,.8);-webkit-transition:color .2s;transition:color .2s}.gpdr-wrapper header.header-dark-wrapper ul li a:hover{color:#fff}.gpdr-wrapper header.header-dark-wrapper ul li a.active{color:rgba(0,83,206,.9)}.gpdr-wrapper header.header-dark-wrapper ul li:last-child{margin-right:0}.gpdr-wrapper header.header-dark-wrapper hr{display:none}.gpdr-wrapper header.header-dark-wrapper a.touch{display:-ms-flexbox;display:-webkit-box;display:flex;-ms-flex-pack:center;-webkit-box-pack:center;justify-content:center;-ms-flex-align:center;-webkit-box-align:center;align-items:center;min-width:180px;height:44px;border:1px solid #fff;background-color:#081120;text-align:center;font-family:MulishMedium;font-size:11px;font-weight:500;letter-spacing:.5px;color:#fff;-webkit-box-sizing:border-box;box-sizing:border-box}.gpdr-wrapper header.header-dark-wrapper a.touch:active,.gpdr-wrapper header.header-dark-wrapper a.touch:hover{border:2px solid #fff;background-image:linear-gradient(283deg,#081120,#081120)!important}.gpdr-wrapper header.header-dark-wrapper a.touch:active{outline:0;color:#fff}.gpdr-wrapper header.header-dark-wrapper a.touch:focus{outline:0;background-image:linear-gradient(283deg,#081120,#081120)!important;border:2px solid #fff!important}.gpdr-wrapper header.header-dark-wrapper .hide-menu{position:fixed;top:0;left:100%;width:100%;height:100vh;padding:33px 47px 102px 42px;z-index:5;overflow-y:scroll;-webkit-box-sizing:border-box;box-sizing:border-box;background-color:#081120}.gpdr-wrapper header.header-dark-wrapper .hide-menu a{width:auto;height:auto;white-space:nowrap}.gpdr-wrapper header.header-dark-wrapper .hide-menu ul{display:-ms-flexbox;display:-webkit-box;display:flex;-ms-flex-direction:column;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;-ms-flex-align:center;-webkit-box-align:center;align-items:center;padding-top:0}.gpdr-wrapper header.header-dark-wrapper .hide-menu ul li{margin-right:0;margin-bottom:34px}.gpdr-wrapper header.header-dark-wrapper .hide-menu ul li a{text-decoration:none;font-family:Mulish;font-size:34px;line-height:1.18;letter-spacing:1.1px;text-align:center;color:hsla(0,0%,100%,.8);-webkit-transition:color .2s;transition:color .2s}.gpdr-wrapper header.header-dark-wrapper .hide-menu ul li a:hover{color:#fff}.gpdr-wrapper header.header-dark-wrapper .hide-menu ul li a.active{border-bottom:2px solid rgba(0,83,206,.9);padding-bottom:2px}.gpdr-wrapper header.header-dark-wrapper .hide-menu.active{left:0;-webkit-transition:.5s;transition:.5s}.gpdr-wrapper header.header-dark-wrapper .hide-menu.disactive{left:100%;-webkit-transition:.5s;transition:.5s}.gpdr-wrapper header.header-dark-wrapper .hide-menu__top-block{-ms-flex-pack:justify;-webkit-box-pack:justify;justify-content:space-between;margin-bottom:58px}.gpdr-wrapper header.header-dark-wrapper .cancel-icon,.gpdr-wrapper header.header-dark-wrapper .hide-menu__top-block{display:-ms-flexbox;display:-webkit-box;display:flex;-ms-flex-direction:row;-webkit-box-orient:horizontal;-webkit-box-direction:normal;flex-direction:row}.gpdr-wrapper header.header-dark-wrapper .cancel-icon{-ms-flex-pack:center;-webkit-box-pack:center;justify-content:center;-ms-flex-align:center;-webkit-box-align:center;align-items:center;width:21px;height:21px;cursor:pointer}.gpdr-wrapper header.header-dark-wrapper .cancel-icon:hover .cancel-icon-line{background-image:linear-gradient(45deg,rgba(0,83,206,.9),rgba(0,158,253,.89))}.gpdr-wrapper header.header-dark-wrapper .cancel-icon-line{width:4px;height:21px;background-color:#fff}.gpdr-wrapper header.header-dark-wrapper .cancel-icon-line:first-child{-webkit-transform:rotate(45deg);transform:rotate(45deg)}.gpdr-wrapper header.header-dark-wrapper .cancel-icon-line:last-child{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);margin-left:-4px}.gpdr-wrapper header.header-dark-wrapper .hr{width:350px;height:2px;margin:0 auto 34px;opacity:.5;background-color:#fff}.gpdr-wrapper header.header-dark-wrapper .hide-menu__button{-o-object-fit:contain;object-fit:contain;font-family:Mulish;font-size:34px;line-height:1.18;letter-spacing:1.1px;text-align:center;cursor:pointer}.gpdr-wrapper header.header-dark-wrapper .hide-menu__button span{background-image:linear-gradient(80deg,rgba(0,83,206,.9),rgba(0,158,253,.89));-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;-moz-text-fill-color:transparent}.gpdr-wrapper header.header-dark-wrapper .hide-menu__button span:hover{background-image:linear-gradient(257deg,#0053ce,#009efd)}.gpdr-wrapper footer.footer-light-wrapper .tell-us-about-project{padding-top:58px;padding-bottom:103px;background-color:#fff}.gpdr-wrapper footer.footer-light-wrapper .tell-us-about-project .tell-us-about-project-text-block{margin:0 11.4%}.gpdr-wrapper footer.footer-light-wrapper .tell-us-about-project .tell-us-about-project-text-block h2{margin-bottom:12px;color:#081120}.gpdr-wrapper footer.footer-light-wrapper .tell-us-about-project .tell-us-about-project-text-block h2 span{white-space:nowrap}.gpdr-wrapper footer.footer-light-wrapper .tell-us-about-project .tell-us-about-project-text-block h2 img{margin-left:4px}.gpdr-wrapper footer.footer-light-wrapper .tell-us-about-project .tell-us-about-project-text-block h2 img.ques-sign{width:26px;height:36px}.gpdr-wrapper footer.footer-light-wrapper .tell-us-about-project .tell-us-about-project-text-block h2.got-a-project,.gpdr-wrapper footer.footer-light-wrapper .tell-us-about-project .tell-us-about-project-text-block h2.looking-to-build{display:none}.gpdr-wrapper footer.footer-light-wrapper .tell-us-about-project .tell-us-about-project-text-block h5{font-family:MulishRegular;font-size:20px;line-height:1.4;letter-spacing:.5px;color:#5e6063;margin-right:11.4%}.gpdr-wrapper footer.footer-light-wrapper .tell-us-about-project form{width:auto;margin:0 11.4%}.gpdr-wrapper footer.footer-light-wrapper .tell-us-about-project form [type=checkbox]:checked,.gpdr-wrapper footer.footer-light-wrapper .tell-us-about-project form [type=checkbox]:not(:checked){position:absolute;left:-9999px}.gpdr-wrapper footer.footer-light-wrapper .tell-us-about-project form [type=checkbox]:checked+label,.gpdr-wrapper footer.footer-light-wrapper .tell-us-about-project form [type=checkbox]:not(:checked)+label{position:relative;padding-left:1.95em;cursor:pointer}.gpdr-wrapper footer.footer-light-wrapper .tell-us-about-project form [type=checkbox]:checked+label:before,.gpdr-wrapper footer.footer-light-wrapper .tell-us-about-project form [type=checkbox]:not(:checked)+label:before{content:"";position:absolute;width:18px;height:18px;-webkit-box-sizing:border-box;box-sizing:border-box;left:0;top:-1px;border:1px solid #004ab6;background:#fff;-webkit-box-shadow:inset 0 1px 3px rgba(0,0,0,.1);box-shadow:inset 0 1px 3px rgba(0,0,0,.1)}.gpdr-wrapper footer.footer-light-wrapper .tell-us-about-project form [type=checkbox]:checked+label:after,.gpdr-wrapper footer.footer-light-wrapper .tell-us-about-project form [type=checkbox]:not(:checked)+label:after{content:url(//www.integrasources.com/wp-content/themes/integra/img/i/enabled.svg);position:absolute;left:0;top:0;font-size:1.4em;line-height:.8;-webkit-transition:all .2s;transition:all .2s}.gpdr-wrapper footer.footer-light-wrapper .tell-us-about-project form [type=checkbox]:not(:checked)+label:after{opacity:0;-webkit-transform:scale(0);transform:scale(0)}.gpdr-wrapper footer.footer-light-wrapper .tell-us-about-project form [type=checkbox]:checked+label:after{opacity:1;-webkit-transform:scale(1);transform:scale(1)}.gpdr-wrapper footer.footer-light-wrapper .tell-us-about-project form [type=checkbox]:disabled:checked+label:before,.gpdr-wrapper footer.footer-light-wrapper .tell-us-about-project form [type=checkbox]:disabled:not(:checked)+label:before{-webkit-box-shadow:none;box-shadow:none;border-color:#bbb;background-color:#ddd}.gpdr-wrapper footer.footer-light-wrapper .tell-us-about-project form [type=checkbox]:disabled:checked+label:after{color:#999}.gpdr-wrapper footer.footer-light-wrapper .tell-us-about-project form [type=checkbox]:disabled+label{color:#aaa}.gpdr-wrapper footer.footer-light-wrapper .tell-us-about-project form [type=checkbox]:checked:hover+label:before,.gpdr-wrapper footer.footer-light-wrapper .tell-us-about-project form [type=checkbox]:not(:checked):hover+label:before{border:1px solid #004ab6;background-color:rgba(219,223,229,.4)}.gpdr-wrapper footer.footer-light-wrapper .tell-us-about-project form .error-span{display:block;margin-left:auto;font-family:MulishRegular;font-size:12px;line-height:2;letter-spacing:.4px;text-align:right;color:#ff3c3c;opacity:0;-webkit-transition:.3s;transition:.3s}.gpdr-wrapper footer.footer-light-wrapper .tell-us-about-project form .error-span.active{opacity:1}.gpdr-wrapper footer.footer-light-wrapper .tell-us-about-project form .tell-us-about-project-forms-block-row-1{display:-ms-flexbox;display:-webkit-box;display:flex;-ms-flex-direction:row;-webkit-box-orient:horizontal;-webkit-box-direction:normal;flex-direction:row}.gpdr-wrapper footer.footer-light-wrapper .tell-us-about-project form .tell-us-about-project-forms-block-row-1 .tell-us-about-project-forms-blockrow-1-column-1{margin-right:3.94%;width:37.8%}.gpdr-wrapper footer.footer-light-wrapper .tell-us-about-project form .tell-us-about-project-forms-block-row-1 .tell-us-about-project-forms-blockrow-1-column-1 .tell-us-about-project-forms-block-wrapper{display:-ms-flexbox;display:-webkit-box;display:flex;-ms-flex-direction:column;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;-ms-flex-pack:justify;-webkit-box-pack:justify;justify-content:space-between;height:100%}.gpdr-wrapper footer.footer-light-wrapper .tell-us-about-project form .tell-us-about-project-forms-block-row-1 .tell-us-about-project-forms-blockrow-1-column-1 .tell-us-about-project-forms-block-wrapper p{width:100%;-webkit-box-sizing:border-box;box-sizing:border-box;display:-ms-flexbox;display:-webkit-box;display:flex;-ms-flex-direction:row;-webkit-box-orient:horizontal;-webkit-box-direction:normal;flex-direction:row;padding-left:24px;font-family:MulishRegular;font-size:14px;line-height:1.71;letter-spacing:.4px;color:#081120}.gpdr-wrapper footer.footer-light-wrapper .tell-us-about-project form .tell-us-about-project-forms-block-row-1 .tell-us-about-project-forms-blockrow-1-column-1 .tell-us-about-project-forms-block-wrapper input{width:100%;height:60px;-webkit-box-sizing:border-box;box-sizing:border-box;padding-left:24px;background-color:rgba(0,158,253,.05);border:1px solid rgba(0,83,206,.9);font-family:MulishRegular;font-size:16px;line-height:1.5;letter-spacing:.5px;color:rgba(0,83,206,.9);caret-color:rgba(0,158,253,.9);margin-bottom:15px}.gpdr-wrapper footer.footer-light-wrapper .tell-us-about-project form .tell-us-about-project-forms-block-row-1 .tell-us-about-project-forms-blockrow-1-column-1 .tell-us-about-project-forms-block-wrapper input:hover{background-color:rgba(0,158,253,.1)}.gpdr-wrapper footer.footer-light-wrapper .tell-us-about-project form .tell-us-about-project-forms-block-row-1 .tell-us-about-project-forms-blockrow-1-column-1 .tell-us-about-project-forms-block-wrapper input:not(.phone-input).active{border:1px solid #ff3c3c;outline:0}.gpdr-wrapper footer.footer-light-wrapper .tell-us-about-project form .tell-us-about-project-forms-block-row-1 .tell-us-about-project-forms-blockrow-1-column-1 .tell-us-about-project-forms-block-wrapper input:not(.phone-input).active:hover{border:2px solid #ff3c3c;padding-left:23px}.gpdr-wrapper footer.footer-light-wrapper .tell-us-about-project form .tell-us-about-project-forms-block-row-1 .tell-us-about-project-forms-blockrow-1-column-1 .tell-us-about-project-forms-block-wrapper input::-moz-placeholder,.gpdr-wrapper footer.footer-light-wrapper .tell-us-about-project form .tell-us-about-project-forms-block-row-1 .tell-us-about-project-forms-blockrow-1-column-1 .tell-us-about-project-forms-block-wrapper input::-webkit-input-placeholder{opacity:.4;font-family:MulishRegular;font-size:16px;line-height:1.5;letter-spacing:.5px;color:rgba(0,83,206,.9)}.gpdr-wrapper footer.footer-light-wrapper .tell-us-about-project form .tell-us-about-project-forms-block-row-1 .tell-us-about-project-forms-blockrow-1-column-1 .tell-us-about-project-forms-block-wrapper input:last-child{margin-bottom:0}.gpdr-wrapper footer.footer-light-wrapper .tell-us-about-project form .tell-us-about-project-forms-block-row-1 .tell-us-about-project-forms-blockrow-1-column-1 .tell-us-about-project-forms-block-wrapper input:focus{background-color:rgba(0,158,253,.05);outline:0;border:2px solid rgba(0,83,206,.902)}.gpdr-wrapper footer.footer-light-wrapper .tell-us-about-project form .tell-us-about-project-forms-block-row-1 .tell-us-about-project-forms-blockrow-1-column-2{width:63.2%}.gpdr-wrapper footer.footer-light-wrapper .tell-us-about-project form .tell-us-about-project-forms-block-row-1 .tell-us-about-project-forms-blockrow-1-column-2 .error-span{margin-right:0}.gpdr-wrapper footer.footer-light-wrapper .tell-us-about-project form .tell-us-about-project-forms-block-row-1 .tell-us-about-project-forms-blockrow-1-column-2 p{display:-ms-flexbox;display:-webkit-box;display:flex;-ms-flex-direction:row;-webkit-box-orient:horizontal;-webkit-box-direction:normal;flex-direction:row;margin-left:24px;font-family:MulishRegular;font-size:14px;line-height:1.71;letter-spacing:.4px;color:#081120}.gpdr-wrapper footer.footer-light-wrapper .tell-us-about-project form .tell-us-about-project-forms-block-row-1 .tell-us-about-project-forms-blockrow-1-column-2 textarea{width:100%;height:203px;resize:vertical;min-height:56px;background-color:rgba(0,158,253,.05);border:1px solid rgba(0,83,206,.902);font-family:MulishRegular;font-size:16px;line-height:1.5;letter-spacing:.5px;color:rgba(0,83,206,.9);caret-color:rgba(0,158,253,.9);outline:0;padding-left:24px;padding-top:18px;vertical-align:top;margin-bottom:38px;-webkit-box-sizing:border-box;box-sizing:border-box}.gpdr-wrapper footer.footer-light-wrapper .tell-us-about-project form .tell-us-about-project-forms-block-row-1 .tell-us-about-project-forms-blockrow-1-column-2 textarea.active{outline:0;border:1px solid #ff3c3c;background-color:rgba(0,158,253,.05)}.gpdr-wrapper footer.footer-light-wrapper .tell-us-about-project form .tell-us-about-project-forms-block-row-1 .tell-us-about-project-forms-blockrow-1-column-2 textarea.active:hover{border:2px solid #ff3c3c;padding-left:23px;padding-top:17px}.gpdr-wrapper footer.footer-light-wrapper .tell-us-about-project form .tell-us-about-project-forms-block-row-1 .tell-us-about-project-forms-blockrow-1-column-2 textarea:hover{background-color:rgba(0,158,253,.1)}.gpdr-wrapper footer.footer-light-wrapper .tell-us-about-project form .tell-us-about-project-forms-block-row-1 .tell-us-about-project-forms-blockrow-1-column-2 textarea:focus{background-color:rgba(0,158,253,.05);outline:0;border:2px solid rgba(0,83,206,.902)}.gpdr-wrapper footer.footer-light-wrapper .tell-us-about-project form .tell-us-about-project-forms-block-row-1 .tell-us-about-project-forms-blockrow-1-column-2 textarea::-moz-placeholder,.gpdr-wrapper footer.footer-light-wrapper .tell-us-about-project form .tell-us-about-project-forms-block-row-1 .tell-us-about-project-forms-blockrow-1-column-2 textarea::-webkit-input-placeholder{opacity:.4;font-family:MulishRegular;font-size:16px;line-height:1.5;letter-spacing:.5px;color:rgba(0,83,206,.9)}.gpdr-wrapper footer.footer-light-wrapper .tell-us-about-project form .tell-us-about-project-forms-block-row-1 .tell-us-about-project-forms-blockrow-1-column-2 textarea:focus::-moz-placeholder,.gpdr-wrapper footer.footer-light-wrapper .tell-us-about-project form .tell-us-about-project-forms-block-row-1 .tell-us-about-project-forms-blockrow-1-column-2 textarea:focus::-webkit-input-placeholder{color:transparent}.gpdr-wrapper footer.footer-light-wrapper .tell-us-about-project form .tell-us-about-project-forms-block-row-1 .tell-us-about-project-forms-blockrow-1-column-2 .checkbox-text{display:-ms-flexbox;display:-webkit-box;display:flex;-ms-flex-direction:row;-webkit-box-orient:horizontal;-webkit-box-direction:normal;flex-direction:row;margin-top:auto;margin-bottom:15px;font-family:MulishRegular;font-size:14px;line-height:1.29;letter-spacing:.4px;color:#fff;-ms-user-select:none;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none}.gpdr-wrapper footer.footer-light-wrapper .tell-us-about-project form .tell-us-about-project-forms-block-row-1 .tell-us-about-project-forms-blockrow-1-column-2 .checkbox-text p{display:block}.gpdr-wrapper footer.footer-light-wrapper .tell-us-about-project form .tell-us-about-project-forms-block-row-1 .tell-us-about-project-forms-blockrow-1-column-2 .checkbox-text p:first-child{margin-left:0}.gpdr-wrapper footer.footer-light-wrapper .tell-us-about-project form .tell-us-about-project-forms-block-row-2{-ms-flex-align:center;-webkit-box-align:center;align-items:center;-ms-flex-pack:justify;-webkit-box-pack:justify;justify-content:space-between;margin-top:27px;font-family:MulishRegular;font-size:14px;line-height:1.29;letter-spacing:.4px;color:#081120}.gpdr-wrapper footer.footer-light-wrapper .tell-us-about-project form .tell-us-about-project-forms-block-row-2 .tell-us-about-project-checkbox-wrapper{display:-ms-flexbox;display:-webkit-box;display:flex;-ms-flex-direction:row;-webkit-box-orient:horizontal;-webkit-box-direction:normal;flex-direction:row;-ms-flex-align:center;-webkit-box-align:center;align-items:center;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-ms-flex-pack:justify;-webkit-box-pack:justify;justify-content:space-between}.gpdr-wrapper footer.footer-light-wrapper .tell-us-about-project form .tell-us-about-project-forms-block-row-2 .tell-us-about-project-checkbox-wrapper [type=checkbox]:checked+label:before,.gpdr-wrapper footer.footer-light-wrapper .tell-us-about-project form .tell-us-about-project-forms-block-row-2 .tell-us-about-project-checkbox-wrapper [type=checkbox]:not(:checked)+label:before{min-width:18px;width:18px;position:static}.gpdr-wrapper footer.footer-light-wrapper .tell-us-about-project form .tell-us-about-project-forms-block-row-2 .tell-us-about-project-checkbox-wrapper [type=checkbox]:checked+label:after,.gpdr-wrapper footer.footer-light-wrapper .tell-us-about-project form .tell-us-about-project-forms-block-row-2 .tell-us-about-project-checkbox-wrapper [type=checkbox]:not(:checked)+label:after{position:relative;left:-18px;-ms-flex-order:1;-webkit-box-ordinal-group:2;order:1}.gpdr-wrapper footer.footer-light-wrapper .tell-us-about-project form .tell-us-about-project-forms-block-row-2 .tell-us-about-project-checkbox-wrapper label{display:-ms-flexbox;display:-webkit-box;display:flex;-ms-flex-direction:row;-webkit-box-orient:horizontal;-webkit-box-direction:normal;flex-direction:row;-ms-flex-align:center;-webkit-box-align:center;align-items:center;padding:0;-ms-user-select:none;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none}.gpdr-wrapper footer.footer-light-wrapper .tell-us-about-project form .tell-us-about-project-forms-block-row-2 .tell-us-about-project-checkbox-wrapper label span{white-space:normal;-ms-flex-order:2;-webkit-box-ordinal-group:3;order:2;position:relative;left:-8px}.gpdr-wrapper footer.footer-light-wrapper .tell-us-about-project form .tell-us-about-project-forms-block-row-2 .tell-us-about-project-checkbox-wrapper button{width:355px;height:50px;border:none;font-family:MulishMedium;font-size:11px;font-weight:500;letter-spacing:.5px;text-align:center;color:#fff}.gpdr-wrapper footer.footer-light-wrapper .footer-menu{padding-top:40px;margin:0 11.5%}.gpdr-wrapper footer.footer-light-wrapper .footer-menu .footer-menu-row1{display:-ms-flexbox;display:-webkit-box;display:flex;-ms-flex-direction:row;-webkit-box-orient:horizontal;-webkit-box-direction:normal;flex-direction:row;-ms-flex-pack:justify;-webkit-box-pack:justify;justify-content:space-between}.gpdr-wrapper footer.footer-light-wrapper .footer-menu .footer-menu-row1 ul a{text-decoration:none;font-family:MulishRegular;font-size:14px;line-height:1.57;letter-spacing:.4px;color:#909396;-webkit-transition:color .2s;transition:color .2s}.gpdr-wrapper footer.footer-light-wrapper .footer-menu .footer-menu-row1 ul a:hover{color:#081120}.gpdr-wrapper footer.footer-light-wrapper .footer-menu .footer-menu-row1 ul li{list-style-type:none;margin-bottom:10px}.gpdr-wrapper footer.footer-light-wrapper .footer-menu .footer-menu-row1 ul>li{font-family:Mulish;font-size:14px;line-height:1.29;letter-spacing:.4px;color:#081120}.gpdr-wrapper footer.footer-light-wrapper .footer-menu .footer-menu-row1 .footer-menu-row1-column1 a.logo-place img{width:166px;height:12px;-o-object-fit:cover;object-fit:cover}.error403 header.header .hide-menu__button,.error404 header.header .hide-menu__button{-o-object-fit:contain;object-fit:contain;cursor:pointer}.gpdr-wrapper footer.footer-light-wrapper .footer-menu .footer-menu-row1 .footer-menu-row1-column1 p{width:145px;font-family:MulishRegular;font-size:14px!important;line-height:1.57;letter-spacing:.4px;color:#909396;margin-top:16px}.gpdr-wrapper footer.footer-light-wrapper .footer-separator hr{margin-top:26px;height:2px;color:rgba(219,223,229,.6)}.gpdr-wrapper footer.footer-light-wrapper .footer-bottom-block{display:-ms-flexbox;display:-webkit-box;display:flex;-ms-flex-pack:justify;-webkit-box-pack:justify;justify-content:space-between;-ms-flex-align:center;-webkit-box-align:center;align-items:center;margin:26px 11.5% 20px;font-family:MulishRegular;font-size:14px;line-height:1.29;letter-spacing:.4px;color:#909396}.gpdr-wrapper footer.footer-light-wrapper .footer-bottom-block .footer-bottom-block-column{width:33.333%}.gpdr-wrapper footer.footer-light-wrapper .footer-bottom-block .footer-bottom-block-column-1{display:-ms-flexbox;display:-webkit-box;display:flex;-ms-flex-pack:start;-webkit-box-pack:start;justify-content:flex-start}.gpdr-wrapper footer.footer-light-wrapper .footer-bottom-block .footer-bottom-block-column-1 p a{text-decoration:none;font-family:MulishRegular;font-size:14px;line-height:1.29;letter-spacing:.4px;color:#909396}.gpdr-wrapper footer.footer-light-wrapper .footer-bottom-block .footer-bottom-block-column-1 p img{width:4px;height:4px;margin:0 10px 1px 6px}.gpdr-wrapper footer.footer-light-wrapper .footer-bottom-block .footer-bottom-block-column-2{display:-ms-flexbox;display:-webkit-box;display:flex;-ms-flex-pack:center;-webkit-box-pack:center;justify-content:center}.gpdr-wrapper footer.footer-light-wrapper .footer-bottom-block .footer-bottom-block-column-2 p{color:#909396}.gpdr-wrapper footer.footer-light-wrapper .footer-bottom-block .footer-bottom-block-column-3{display:-ms-flexbox;display:-webkit-box;display:flex;-ms-flex-direction:row;-webkit-box-orient:horizontal;-webkit-box-direction:normal;flex-direction:row;-ms-flex-pack:end;-webkit-box-pack:end;justify-content:flex-end}.gpdr-wrapper footer.footer-light-wrapper .footer-bottom-block .footer-bottom-block-column-3 a{display:block;width:26px;height:26px;margin-right:14px}.gpdr-wrapper footer.footer-light-wrapper .footer-bottom-block .footer-bottom-block-column-3 a:last-child{margin-right:0}.gpdr-wrapper .solute-wrapper{padding:50px 31.1% 86px;margin-bottom:26px;background-color:#081120}.gpdr-wrapper .solute-wrapper h2{font-family:Mulish;font-size:40px;font-weight:700;letter-spacing:.5px;text-align:center;color:#fff;margin-bottom:12px}.gpdr-wrapper .solute-wrapper h2 span{white-space:nowrap}.gpdr-wrapper .solute-wrapper h2 img{margin-left:2px}.gpdr-wrapper .solute-wrapper h5{font-family:MulishRegular;font-size:20px;font-weight:400;line-height:1.4;letter-spacing:.5px;text-align:center;color:#fff}.gpdr-wrapper .solute-menu-wrapper{margin-left:11.6%;margin-bottom:100px;display:-ms-flexbox;display:-webkit-box;display:flex;-ms-flex-direction:row;-webkit-box-orient:horizontal;-webkit-box-direction:normal;flex-direction:row}.gpdr-wrapper .solute-menu-wrapper h5{font-weight:400;margin-right:69px;cursor:pointer}.gpdr-wrapper .solute-menu-wrapper h5:hover{color:rgba(0,83,206,.9)}.gpdr-wrapper .solute-menu-wrapper h5:first-child.active~h5:last-child:after{left:142px}.gpdr-wrapper .solute-menu-wrapper h5:last-child{position:relative;margin-right:0}.gpdr-wrapper .solute-menu-wrapper h5:last-child:after{content:"";position:absolute;top:-26px;left:-332px;border:13px solid transparent;border-top:18px solid #081120;-webkit-transition:.4s;transition:.4s}.gpdr-wrapper .solute-menu-wrapper h5:last-child.active:after{left:14px}.gpdr-wrapper .main-text-wrapper{margin:0 28.7%}.gpdr-wrapper .main-text-wrapper p{font-family:MulishRegular;font-size:18px;line-height:1.44;letter-spacing:.6px;color:#5e6063;margin:20px 0}.gpdr-wrapper .main-text-wrapper p.header-p{font-family:Mulish;font-size:20px;font-weight:700;line-height:1.3;letter-spacing:.6px;color:#081120;margin-top:70px;margin-bottom:20px}.gpdr-wrapper .hr{height:3px;background-color:#dbdfe5;margin:40px 0 40px 28.7%}.gpdr-wrapper footer.footer-light-wrapper .tell-us-about-project{display:none}@media (max-width:768px){.gpdr-wrapper h2{font-size:36px!important}}@media (max-width:450px){.gpdr-wrapper h1{font-family:Mulish;font-size:28px!important;font-weight:700;letter-spacing:.4px}.gpdr-wrapper h5,.gpdr-wrapper p{font-family:MulishRegular;font-size:16px!important;line-height:1.5;letter-spacing:.5px}.gpdr-wrapper h2{font-family:Mulish;font-size:28px!important;font-weight:700;letter-spacing:.3px}.gpdr-wrapper h3{font-size:20px!important}}@media (max-width:1300px){.gpdr-wrapper header.header-dark-wrapper{display:-ms-flexbox;display:-webkit-box;display:flex;-ms-flex-pack:justify;-webkit-box-pack:justify;justify-content:space-between;padding:0 4.1%}.gpdr-wrapper header.header-dark-wrapper ul li{margin-right:30px}}@media (max-width:1100px){.gpdr-wrapper header.header-dark-wrapper a.a-hamburger{display:-ms-flexbox;display:-webkit-box;display:flex;-ms-flex-direction:column;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;-ms-flex-align:center;-webkit-box-align:center;align-items:center;-ms-flex-pack:center;-webkit-box-pack:center;justify-content:center;width:24px;height:24px;margin-left:auto;border:none;cursor:pointer}.gpdr-wrapper header.header-dark-wrapper a.a-hamburger .hamburger-blue-line{width:18px;height:2px;background-color:#fff}.gpdr-wrapper header.header-dark-wrapper a.a-hamburger .hamburger-blue-line:nth-child(2){margin-top:4px}.gpdr-wrapper header.header-dark-wrapper .hide-menu ul{margin-right:0}.gpdr-wrapper header.header-dark-wrapper hr{display:block;width:56px;height:2px;color:#dbdfe5;-webkit-transform:rotate(90deg);transform:rotate(90deg)}.gpdr-wrapper header.header-dark-wrapper ul{display:none}}@media (max-width:768px){.gpdr-wrapper header.header-dark-wrapper{padding:0 3.1%;-ms-flex-wrap:nowrap;flex-wrap:nowrap}.gpdr-wrapper header.header-dark-wrapper a{display:-ms-flexbox;display:-webkit-box;display:flex;-ms-flex-direction:column;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;-ms-flex-align:center;-webkit-box-align:center;align-items:center;-ms-flex-pack:center;-webkit-box-pack:center;justify-content:center;width:24px;height:24px;border:none}.gpdr-wrapper header.header-dark-wrapper a .hamburger-blue-line{width:18px;height:2px;background-color:#fff}.gpdr-wrapper header.header-dark-wrapper a .hamburger-blue-line:nth-child(2){margin-top:4px}.gpdr-wrapper header.header-dark-wrapper ul{display:none}.gpdr-wrapper header.header-dark-wrapper .hide-menu{padding:33px 28px 233px 24px}}@media (max-width:480px){.gpdr-wrapper header.header-dark-wrapper .hr,.gpdr-wrapper header.header-dark-wrapper a.touch,.gpdr-wrapper header.header-dark-wrapper hr{display:none}.gpdr-wrapper header.header-dark-wrapper .hide-menu ul li a{font-size:20px}.gpdr-wrapper header.header-dark-wrapper .hide-menu__button p{font-size:20px!important}}@media (max-width:1300px){.gpdr-wrapper footer.footer-light-wrapper .tell-us-about-project .tell-us-about-project-text-block{margin-left:4.1%}.gpdr-wrapper footer.footer-light-wrapper .tell-us-about-project form{margin:0 42px}.gpdr-wrapper footer.footer-light-wrapper .footer-menu{margin:0 4.1%}.gpdr-wrapper footer.footer-light-wrapper .footer-bottom-block{margin:30px 4.1% 22px}}@media (max-width:850px){.gpdr-wrapper footer.footer-light-wrapper{width:100%}.gpdr-wrapper footer.footer-light-wrapper .tell-us-about-project .tell-us-about-project-text-block{margin:0 4.1% 60px}.gpdr-wrapper footer.footer-light-wrapper .tell-us-about-project .tell-us-about-project-text-block h2{font-size:32px}.gpdr-wrapper footer.footer-light-wrapper .tell-us-about-project .tell-us-about-project-text-block h5{font-size:16px}.gpdr-wrapper footer.footer-light-wrapper .tell-us-about-project form{margin:0 auto}.gpdr-wrapper footer.footer-light-wrapper .tell-us-about-project form .tell-us-about-project-forms-block-row-1{width:77.6%;margin:0 auto;-ms-flex-direction:column;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column}.gpdr-wrapper footer.footer-light-wrapper .tell-us-about-project form .tell-us-about-project-forms-block-row-1 .tell-us-about-project-forms-blockrow-1-column-1{width:100%;margin:0 auto}.gpdr-wrapper footer.footer-light-wrapper .tell-us-about-project form .tell-us-about-project-forms-block-row-1 .tell-us-about-project-forms-blockrow-1-column-1 .tell-us-about-project-forms-block-wrapper p{max-width:100%;width:auto}.gpdr-wrapper footer.footer-light-wrapper .tell-us-about-project form .tell-us-about-project-forms-block-row-1 .tell-us-about-project-forms-blockrow-1-column-1 .tell-us-about-project-forms-block-wrapper input{padding:0 0 0 24px;-webkit-box-sizing:border-box;box-sizing:border-box;width:100%;margin:0 0 15px}.gpdr-wrapper footer.footer-light-wrapper .tell-us-about-project form .tell-us-about-project-forms-block-row-1 .tell-us-about-project-forms-blockrow-1-column-2{width:100%}.gpdr-wrapper footer.footer-light-wrapper .tell-us-about-project form .tell-us-about-project-forms-block-row-1 .tell-us-about-project-forms-blockrow-1-column-2 p{margin-top:16px}.gpdr-wrapper footer.footer-light-wrapper .tell-us-about-project form .tell-us-about-project-forms-block-row-1 .tell-us-about-project-forms-blockrow-1-column-2 textarea{width:100%;padding:18px 0 0 24px;-webkit-box-sizing:border-box;box-sizing:border-box}.gpdr-wrapper footer.footer-light-wrapper .tell-us-about-project form .tell-us-about-project-forms-block-row-1 .tell-us-about-project-forms-blockrow-1-column-2 .checkbox-text{display:-ms-flexbox;display:-webkit-box;display:flex;-ms-flex-direction:row;-webkit-box-orient:horizontal;-webkit-box-direction:normal;flex-direction:row;-ms-flex-pack:center;-webkit-box-pack:center;justify-content:center}.gpdr-wrapper footer.footer-light-wrapper .tell-us-about-project form .tell-us-about-project-forms-block-row-1 .tell-us-about-project-forms-blockrow-1-column-2 .checkbox-text p{margin:0}.gpdr-wrapper footer.footer-light-wrapper .tell-us-about-project form .tell-us-about-project-forms-block-row-1 .tell-us-about-project-forms-blockrow-1-column-2 .checkbox-text p:first-child{margin-right:34px}.gpdr-wrapper footer.footer-light-wrapper .tell-us-about-project form .tell-us-about-project-forms-block-row-2{margin-top:38px}.gpdr-wrapper footer.footer-light-wrapper .tell-us-about-project form .tell-us-about-project-forms-block-row-2 .tell-us-about-project-checkbox-wrapper{-ms-flex-direction:column;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;-ms-flex-align:center;-webkit-box-align:center;align-items:center}.gpdr-wrapper footer.footer-light-wrapper .tell-us-about-project form .tell-us-about-project-forms-block-row-2 .tell-us-about-project-checkbox-wrapper p{width:77.6%;-ms-flex-order:1;-webkit-box-ordinal-group:2;order:1;margin-top:30px}.gpdr-wrapper footer.footer-light-wrapper .tell-us-about-project form .tell-us-about-project-forms-block-row-2 .tell-us-about-project-checkbox-wrapper button{width:77.6%;margin:0 auto}.gpdr-wrapper footer.footer-light-wrapper .footer-menu{margin:0 3.1%}.gpdr-wrapper footer.footer-light-wrapper .footer-menu .footer-menu-row1{-ms-flex-wrap:wrap;flex-wrap:wrap}.gpdr-wrapper footer.footer-light-wrapper .footer-menu .footer-menu-row1 .footer-menu-row1-column1{display:-ms-flexbox;display:-webkit-box;display:flex;-ms-flex-direction:column;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;-ms-flex-pack:center;-webkit-box-pack:center;justify-content:center;margin-bottom:46px;width:100%}.gpdr-wrapper footer.footer-light-wrapper .footer-menu .footer-menu-row1 .footer-menu-row1-column1 p{text-align:center;width:100%}.gpdr-wrapper footer.footer-light-wrapper .footer-menu .footer-menu-row1 .footer-menu-row1-column1 .logo-place{margin:0 auto}.gpdr-wrapper footer.footer-light-wrapper .footer-menu .footer-menu-row1 .footer-menu-row1-column4{width:31%}.gpdr-wrapper footer.footer-light-wrapper .footer-bottom-block .footer-bottom-block-column-2{text-align:center}.gpdr-wrapper footer.footer-light-wrapper .footer-bottom-block .footer-bottom-block-column-2 p{width:139px;font-size:12px}}.error403 .wrapper,.error404 .wrapper{max-width:1440px;-webkit-box-sizing:border-box;box-sizing:border-box}@media (max-width:540px){.gpdr-wrapper footer.footer-light-wrapper .tell-us-about-project{padding:50px 12px 34px}.gpdr-wrapper footer.footer-light-wrapper .tell-us-about-project .tell-us-about-project-text-block{margin:0 0 22px}.gpdr-wrapper footer.footer-light-wrapper .tell-us-about-project .tell-us-about-project-text-block h2{font-size:20px!important}.gpdr-wrapper footer.footer-light-wrapper .tell-us-about-project .tell-us-about-project-text-block h2 img{width:4px;height:4px}.gpdr-wrapper footer.footer-light-wrapper .tell-us-about-project .tell-us-about-project-text-block h2.got-a-project img.ques-sign,.gpdr-wrapper footer.footer-light-wrapper .tell-us-about-project .tell-us-about-project-text-block h2.looking-to-build img.ques-sign{width:15px!important;height:20px!important}.gpdr-wrapper footer.footer-light-wrapper .tell-us-about-project form,.gpdr-wrapper footer.footer-light-wrapper .tell-us-about-project form .tell-us-about-project-forms-block-row-1,.gpdr-wrapper footer.footer-light-wrapper .tell-us-about-project form .tell-us-about-project-forms-block-row-2 .tell-us-about-project-checkbox-wrapper button,.gpdr-wrapper footer.footer-light-wrapper .tell-us-about-project form .tell-us-about-project-forms-block-row-2 .tell-us-about-project-checkbox-wrapper p{width:100%}.gpdr-wrapper footer.footer-light-wrapper .tell-us-about-project .tell-us-about-project-text-block h5{font-size:14px}.gpdr-wrapper footer.footer-light-wrapper .tell-us-about-project form .tell-us-about-project-forms-block-row-1 .tell-us-about-project-forms-blockrow-1-column-2 .checkbox-text{-ms-flex-direction:column;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;-ms-flex-pack:normal;-webkit-box-pack:normal;justify-content:normal}.gpdr-wrapper footer.footer-light-wrapper .tell-us-about-project form .tell-us-about-project-forms-block-row-1 .tell-us-about-project-forms-blockrow-1-column-2 .checkbox-text p:first-child{margin-bottom:18px}.gpdr-wrapper footer.footer-light-wrapper .tell-us-about-project form .tell-us-about-project-forms-block-row-2 .tell-us-about-project-checkbox-wrapper label{font-size:12px}.gpdr-wrapper footer.footer-light-wrapper .footer-menu{margin-bottom:50px;padding-top:27px}.gpdr-wrapper footer.footer-light-wrapper .footer-menu .footer-menu-row1 ul a{color:#5e6063}.gpdr-wrapper footer.footer-light-wrapper .footer-menu .footer-menu-row1 .footer-menu-row1-column1{display:-ms-flexbox;display:-webkit-box;display:flex;-ms-flex-direction:column;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column}.gpdr-wrapper footer.footer-light-wrapper .footer-bottom-block .footer-bottom-block-column-1 p,.gpdr-wrapper footer.footer-light-wrapper .footer-bottom-block .footer-bottom-block-column-1 p img,.gpdr-wrapper footer.footer-light-wrapper .footer-menu .footer-menu-row1 .footer-menu-row1-column3,.gpdr-wrapper footer.footer-light-wrapper .footer-menu .footer-menu-row1 .footer-menu-row1-column4{display:none}.gpdr-wrapper footer.footer-light-wrapper .footer-menu .footer-menu-row1 .footer-menu-row1-column1 .logo-place{margin:10px 0 0;text-align:left}.gpdr-wrapper footer.footer-light-wrapper .footer-menu .footer-menu-row1 .footer-menu-row1-column1 p{margin:10px 0 0;text-align:left;width:84.4%}.gpdr-wrapper footer.footer-light-wrapper .footer-bottom-block{-ms-flex-direction:column;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;-ms-flex-align:start;-webkit-box-align:start;align-items:flex-start;margin:25px 3.1% 41px}.gpdr-wrapper footer.footer-light-wrapper .footer-bottom-block p{font-size:14px!important}.gpdr-wrapper footer.footer-light-wrapper .footer-bottom-block .footer-bottom-block-column-1{width:100%}.gpdr-wrapper footer.footer-light-wrapper .footer-bottom-block .footer-bottom-block-column-1 p.hide-p{display:block}.gpdr-wrapper footer.footer-light-wrapper .footer-bottom-block .footer-bottom-block-column-1 p:last-child{display:-ms-flexbox;display:-webkit-box;display:flex;-ms-flex-direction:column;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;margin-top:14px;margin-bottom:24px}.gpdr-wrapper footer.footer-light-wrapper .footer-bottom-block .footer-bottom-block-column-1 p:last-child a:first-child{margin-bottom:16px}.gpdr-wrapper footer.footer-light-wrapper .footer-bottom-block .footer-bottom-block-column-2{width:100%;margin:24px 0;-ms-flex-order:1;-webkit-box-ordinal-group:2;order:1;text-align:left;-ms-flex-pack:start;-webkit-box-pack:start;justify-content:flex-start}.gpdr-wrapper footer.footer-light-wrapper .footer-bottom-block .footer-bottom-block-column-2 p{width:auto;font-size:12px!important}.gpdr-wrapper footer.footer-light-wrapper .footer-bottom-block .footer-bottom-block-column-3{width:auto}}@media (max-width:1024px){.gpdr-wrapper .solute-wrapper{padding:90px 23.4% 86px}.gpdr-wrapper .solute-wrapper:after{top:332px}.gpdr-wrapper .solute-menu-wrapper{margin-left:4.1%}.gpdr-wrapper .main-text-wrapper{margin:0 20%}.gpdr-wrapper .hr{height:2px;margin-left:20%}}@media (max-width:768px){.gpdr-wrapper .solute-wrapper{padding:95px 18.8% 91px}.gpdr-wrapper .solute-wrapper:after{top:342px}.gpdr-wrapper .solute-menu-wrapper{margin-left:3.3%}.gpdr-wrapper .solute-menu-wrapper h5{font-size:16px}.gpdr-wrapper .solute-menu-wrapper h5:first-child.active~h5:last-child:after{left:-132px}.gpdr-wrapper .solute-menu-wrapper h5:last-child{position:relative;margin-right:0}.gpdr-wrapper .solute-menu-wrapper h5:last-child:after{content:"";position:absolute;top:-26px;left:-298.5px;border:13px solid transparent;border-top:18px solid #081120;-webkit-transition:.4s;transition:.4s}.gpdr-wrapper .solute-menu-wrapper h5:last-child.active:after{left:9px}.gpdr-wrapper .main-text-wrapper{margin:0 15.5%}.gpdr-wrapper .hr{margin-left:15.5%}}@media (max-width:425px){.gpdr-wrapper .solute-wrapper{padding:60px 7.8% 70px}.gpdr-wrapper .solute-wrapper h2{font-size:28px;color:#fff}.gpdr-wrapper .solute-wrapper h2 img{display:none}.gpdr-wrapper .solute-wrapper h5{font-size:16px;color:#fff}.gpdr-wrapper .solute-wrapper:after{top:268px}.gpdr-wrapper .solute-menu-wrapper h5{font-size:16px;margin-right:20px}.gpdr-wrapper .solute-menu-wrapper h5:first-child.active~h5:last-child:after{left:-83px}.gpdr-wrapper .solute-menu-wrapper h5:last-child{position:relative;margin-right:0}.gpdr-wrapper .solute-menu-wrapper h5:last-child:after{content:"";position:absolute;top:-26px;left:-200.5px;border:13px solid transparent;border-top:18px solid #081120;-webkit-transition:.4s;transition:.4s}.gpdr-wrapper .solute-menu-wrapper h5:last-child.active:after{left:9px}.gpdr-wrapper .main-text-wrapper{margin-left:3.8%;margin-right:11.9%}.gpdr-wrapper .main-text-wrapper p{font-size:14px}.gpdr-wrapper .main-text-wrapper p.header-p{font-size:14px;margin-top:40px;margin-bottom:10px}.gpdr-wrapper .hr{margin-left:3.8%}}.error404 h2,.error404 h4{font-weight:700;color:#081120;line-height:normal}.error404 h2{font-family:Mulish;font-size:40px;letter-spacing:.5px}.error404 h4{font-family:Mulish;letter-spacing:.3px}.error404 h5{font-family:MulishRegular;font-size:20px;line-height:1.4;letter-spacing:.5px;color:#5e6063;font-weight:400}.error404 p.small-dark-blue-gray,.error404 p.small-gray{font-size:14px;letter-spacing:.4px;font-family:MulishRegular}.error404 p.small-gray{line-height:1.43;color:rgba(94,96,99,.8)}.error404 p.small-dark-blue-gray{line-height:1.29;color:#081120}.error404 a{text-decoration:none}.error404 .header-wrapper{position:fixed;top:0;width:100%;z-index:20;background-color:#fff}.error404 header.header{display:-ms-flexbox;display:-webkit-box;display:flex;-ms-flex-align:center;-webkit-box-align:center;align-items:center;-ms-flex-pack:justify;-webkit-box-pack:justify;justify-content:space-between;height:76px;margin:0 11.4%}.error404 header.header a.logo-place{display:inline-block;width:148px;height:12px}.error404 header.header ul{display:-ms-flexbox;display:-webkit-box;display:flex;-ms-flex-direction:row;-webkit-box-orient:horizontal;-webkit-box-direction:normal;flex-direction:row;-ms-flex-pack:justify;-webkit-box-pack:justify;justify-content:space-between;vertical-align:top;margin-left:auto;margin-right:34px}.error404 header.header ul li{white-space:nowrap;display:inline-block;margin-right:30px}.error404 header.header ul li a{text-decoration:none;font-family:MulishRegular;font-size:16px;line-height:1.5;letter-spacing:.5px;color:#5e6063;-webkit-transition:color .2s;transition:color .2s}.error404 header.header ul li a:hover{color:#081120}.error404 header.header ul li a.active{color:rgba(0,83,206,.9)}.error404 header.header ul li:last-child{margin-right:0}.error404 header.header hr{display:none}.error404 header.header a.touch{display:-ms-flexbox;display:-webkit-box;display:flex;-ms-flex-pack:center;-webkit-box-pack:center;justify-content:center;-ms-flex-align:center;-webkit-box-align:center;align-items:center;min-width:180px;height:44px;border:1px solid rgba(0,83,206,.9);background-color:#fff;text-align:center;font-family:MulishMedium;font-size:11px;font-weight:500;letter-spacing:.5px;color:rgba(0,83,206,.9);-webkit-box-sizing:border-box;box-sizing:border-box}.error404 header.header .hide-menu__button,.error404 header.header .hide-menu ul li a{font-size:34px;line-height:1.18;letter-spacing:1.1px;font-family:Mulish;font-weight:700;text-align:center}.error404 header.header a.touch:hover{border:2px solid rgba(0,83,206,.9);background-image:linear-gradient(283deg,#fff,#fff)!important}.error404 header.header a.touch:focus{outline:0;background-image:linear-gradient(283deg,rgba(219,223,229,.4),rgba(219,223,229,.4))!important;border:2px solid rgba(0,83,206,.9)!important}.error404 header.header a.touch:active{outline:0;border:2px solid rgba(0,83,206,.9);background-image:linear-gradient(283deg,#fff,#fff)!important;color:rgba(0,83,206,.9)}.error404 header.header .hide-menu{position:fixed;top:0;left:100%;width:100%;height:100vh;padding:33px 47px 102px 42px;z-index:5;overflow-y:scroll;-webkit-box-sizing:border-box;box-sizing:border-box;background-color:#081120}.error404 header.header .hide-menu a{width:auto;height:auto;white-space:nowrap}.error404 header.header .hide-menu ul{display:-ms-flexbox;display:-webkit-box;display:flex;-ms-flex-direction:column;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;-ms-flex-align:center;-webkit-box-align:center;align-items:center;padding-top:0}.error404 header.header .hide-menu ul li{margin-right:0;margin-bottom:34px}.error404 header.header .hide-menu ul li a{text-decoration:none;color:hsla(0,0%,100%,.8);-webkit-transition:color .2s;transition:color .2s}.error404 header.header .hide-menu ul li a:hover{color:#fff}.error404 header.header .hide-menu ul li a.active{border-bottom:2px solid rgba(0,83,206,.9);padding-bottom:2px}.error404 header.header .hide-menu.active{left:0;-webkit-transition:.5s;transition:.5s}.error404 header.header .hide-menu.disactive{left:100%;-webkit-transition:.5s;transition:.5s}.error404 header.header .hide-menu__top-block{-ms-flex-pack:justify;-webkit-box-pack:justify;justify-content:space-between;margin-bottom:58px}.error404 header.header .cancel-icon,.error404 header.header .hide-menu__top-block{display:-ms-flexbox;display:-webkit-box;display:flex;-ms-flex-direction:row;-webkit-box-orient:horizontal;-webkit-box-direction:normal;flex-direction:row}.error404 header.header .cancel-icon{-ms-flex-pack:center;-webkit-box-pack:center;justify-content:center;-ms-flex-align:center;-webkit-box-align:center;align-items:center;width:21px;height:21px;cursor:pointer}.error404 header.header .cancel-icon:hover .cancel-icon-line{background-image:linear-gradient(45deg,rgba(0,83,206,.9),rgba(0,158,253,.89))}.error404 header.header .cancel-icon-line{width:4px;height:21px;background-color:#fff}.error404 header.header .cancel-icon-line:first-child{-webkit-transform:rotate(45deg);transform:rotate(45deg)}.error404 header.header .cancel-icon-line:last-child{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);margin-left:-4px}.error404 header.header .hr{width:350px;height:2px;margin:0 auto 34px;opacity:.5;background-color:#fff}.error404 header.header .hide-menu__button span{background-image:linear-gradient(80deg,rgba(0,83,206,.9),rgba(0,158,253,.89));-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;-moz-text-fill-color:transparent}.error404 header.header .hide-menu__button span:hover{background-image:linear-gradient(257deg,#0053ce,#009efd)}.error404 .wrapper{width:100%;height:100%;padding:226px 0 0 11.5%;display:-ms-flexbox;display:-webkit-box;display:flex;-ms-flex-direction:column;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;-ms-flex-pack:justify;-webkit-box-pack:justify;justify-content:space-between}.error404 .wrapper__img{width:355.6px;height:135.5px}.error404 .wrapper__h2,.error404 .wrapper__h5{width:80%;font-style:normal;font-stretch:normal;letter-spacing:.5px}.error404 .wrapper__h2{font-family:Mulish;font-size:40px!important;font-weight:700;line-height:normal;color:#081120;margin:53.5px 0 12px}.error404 .wrapper__br{display:none}.error404 .wrapper__h5{font-family:MulishRegular;font-size:20px!important;font-weight:400;line-height:1.4;color:#5e6063;margin-bottom:40px}.error404 .wrapper__button{display:-ms-flexbox;display:-webkit-box;display:flex;-ms-flex-pack:center;-webkit-box-pack:center;justify-content:center;-ms-flex-align:center;-webkit-box-align:center;align-items:center;width:286px;height:50px;background-image:linear-gradient(82deg,rgba(0,83,206,.9),rgba(0,158,253,.89));font-family:MulishMedium;font-size:11px;font-weight:500;letter-spacing:.5px;text-transform:uppercase;text-align:center;color:#fff;border:none;-webkit-box-sizing:border-box;box-sizing:border-box}.error404 .wrapper__button:hover{background-image:linear-gradient(257deg,rgba(0,83,206,.9),rgba(0,158,253,.89))}.error404 .wrapper__button:active,.error404 .wrapper__button:disabled,.error404 .wrapper__button:focus{background-image:linear-gradient(283deg,#004ab6,#008ce0)}.error404 .wrapper__button:focus{border:1px solid #081120}.error404 .wrapper__button:disabled{opacity:.4;border:1px solid rgba(0,83,206,.9)}@media (max-width:768px){.error404 h2{font-size:36px!important}}@media (max-width:450px){.error404 h1{font-family:Mulish;font-size:28px!important;font-weight:700;letter-spacing:.4px}.error404 h5,.error404 p{font-family:MulishRegular;font-size:16px!important;line-height:1.5;letter-spacing:.5px}.error404 h2{font-family:Mulish;font-size:28px!important;font-weight:700;letter-spacing:.3px}.error404 h3{font-size:20px!important}}@media (max-width:1520px){.error404 header.header ul li{margin-right:30px}}@media (max-width:1300px){.error404 header.header{display:-ms-flexbox;display:-webkit-box;display:flex;-ms-flex-pack:justify;-webkit-box-pack:justify;justify-content:space-between;margin:0 42px}}@media (max-width:1100px){.error404 header.header a.a-hamburger{display:-ms-flexbox;display:-webkit-box;display:flex;-ms-flex-direction:column;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;-ms-flex-align:center;-webkit-box-align:center;align-items:center;-ms-flex-pack:center;-webkit-box-pack:center;justify-content:center;width:24px;height:24px;margin-left:auto;border:none;cursor:pointer}.error404 header.header a.a-hamburger .hamburger-blue-line{width:18px;height:2px;background-color:rgba(0,83,206,.9)}.error404 header.header a.a-hamburger .hamburger-blue-line:nth-child(2){margin-top:4px}.error404 header.header .hide-menu ul{margin-right:0}.error404 header.header hr{display:block;width:56px;height:2px;color:#dbdfe5;-webkit-transform:rotate(90deg);transform:rotate(90deg);margin:0}.error404 header.header ul{display:none}}.error403 h2,.error403 h4{font-weight:700;color:#081120;line-height:normal}@media (max-width:768px){.error404 header.header{margin:0 3.1%;-ms-flex-wrap:nowrap;flex-wrap:nowrap}.error404 header.header .hide-menu{padding:33px 28px 233px 24px}}@media (max-width:480px){.error404 header.header .hr,.error404 header.header a.touch,.error404 header.header hr{display:none}.error404 header.header .hide-menu ul li a{font-size:20px}.error404 header.header .hide-menu__button p{font-size:20px!important}}@media (max-width:1024px){.error404 .wrapper{padding:124.9px 0 0 3.5%}}@media (max-width:768px){.error404 .wrapper{padding:280px 3.5% 0}.error404 .wrapper__h2{font-size:36px!important;margin:47.4px 0 12px}.error404 .wrapper__h5{font-size:16px!important}}@media (max-width:450px){.error404 .wrapper{padding:112px 8.5% 0 3.5%}.error404 .wrapper__img{width:209.2px;height:79.7px}.error404 .wrapper__h2{font-size:28px!important;letter-spacing:.4px}.error404 .wrapper__br{display:block}.error404 .wrapper__h5{width:88%}.error404 .wrapper__button{width:180px;height:40px}}.error403 h2{font-family:Mulish;font-size:40px;letter-spacing:.5px}.error403 h4{font-family:Mulish;letter-spacing:.3px}.error403 h5{font-family:MulishRegular;font-size:20px;line-height:1.4;letter-spacing:.5px;color:#5e6063;font-weight:400}.error403 p.small-dark-blue-gray,.error403 p.small-gray{font-size:14px;letter-spacing:.4px;font-family:MulishRegular}.error403 p.small-gray{line-height:1.43;color:rgba(94,96,99,.8)}.error403 p.small-dark-blue-gray{line-height:1.29;color:#081120}.error403 a{text-decoration:none}.error403 .header-wrapper{position:fixed;top:0;width:100%;z-index:20;background-color:#fff}.error403 header.header{display:-ms-flexbox;display:-webkit-box;display:flex;-ms-flex-align:center;-webkit-box-align:center;align-items:center;-ms-flex-pack:justify;-webkit-box-pack:justify;justify-content:space-between;height:76px;margin:0 11.4%}.error403 header.header a.logo-place{display:inline-block;width:148px;height:12px}.error403 header.header ul{display:-ms-flexbox;display:-webkit-box;display:flex;-ms-flex-direction:row;-webkit-box-orient:horizontal;-webkit-box-direction:normal;flex-direction:row;-ms-flex-pack:justify;-webkit-box-pack:justify;justify-content:space-between;vertical-align:top;margin-left:auto;margin-right:34px}.error403 header.header ul li{white-space:nowrap;display:inline-block;margin-right:30px}.error403 header.header ul li a{text-decoration:none;font-family:MulishRegular;font-size:16px;line-height:1.5;letter-spacing:.5px;color:#5e6063;-webkit-transition:color .2s;transition:color .2s}.error403 header.header ul li a:hover{color:#081120}.error403 header.header ul li a.active{color:rgba(0,83,206,.9)}.error403 header.header ul li:last-child{margin-right:0}.error403 header.header hr{display:none}.error403 header.header a.touch{display:-ms-flexbox;display:-webkit-box;display:flex;-ms-flex-pack:center;-webkit-box-pack:center;justify-content:center;-ms-flex-align:center;-webkit-box-align:center;align-items:center;min-width:180px;height:44px;border:1px solid rgba(0,83,206,.9);background-color:#fff;text-align:center;font-family:MulishMedium;font-size:11px;font-weight:500;letter-spacing:.5px;color:rgba(0,83,206,.9);-webkit-box-sizing:border-box;box-sizing:border-box}.error403 header.header .hide-menu__button,.error403 header.header .hide-menu ul li a{font-size:34px;line-height:1.18;letter-spacing:1.1px;font-family:Mulish;font-weight:700;text-align:center}.error403 header.header a.touch:hover{border:2px solid rgba(0,83,206,.9);background-image:linear-gradient(283deg,#fff,#fff)!important}.error403 header.header a.touch:focus{outline:0;background-image:linear-gradient(283deg,rgba(219,223,229,.4),rgba(219,223,229,.4))!important;border:2px solid rgba(0,83,206,.9)!important}.error403 header.header a.touch:active{outline:0;border:2px solid rgba(0,83,206,.9);background-image:linear-gradient(283deg,#fff,#fff)!important;color:rgba(0,83,206,.9)}.error403 header.header .hide-menu{position:fixed;top:0;left:100%;width:100%;height:100vh;padding:33px 47px 102px 42px;z-index:5;overflow-y:scroll;-webkit-box-sizing:border-box;box-sizing:border-box;background-color:#081120}.error403 header.header .hide-menu a{width:auto;height:auto;white-space:nowrap}.error403 header.header .hide-menu ul{display:-ms-flexbox;display:-webkit-box;display:flex;-ms-flex-direction:column;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;-ms-flex-align:center;-webkit-box-align:center;align-items:center;padding-top:0}.error403 header.header .hide-menu ul li{margin-right:0;margin-bottom:34px}.error403 header.header .hide-menu ul li a{text-decoration:none;color:hsla(0,0%,100%,.8);-webkit-transition:color .2s;transition:color .2s}.error403 header.header .hide-menu ul li a:hover{color:#fff}.error403 header.header .hide-menu ul li a.active{border-bottom:2px solid rgba(0,83,206,.9);padding-bottom:2px}.error403 header.header .hide-menu.active{left:0;-webkit-transition:.5s;transition:.5s}.error403 header.header .hide-menu.disactive{left:100%;-webkit-transition:.5s;transition:.5s}.error403 header.header .hide-menu__top-block{-ms-flex-pack:justify;-webkit-box-pack:justify;justify-content:space-between;margin-bottom:58px}.error403 header.header .cancel-icon,.error403 header.header .hide-menu__top-block{display:-ms-flexbox;display:-webkit-box;display:flex;-ms-flex-direction:row;-webkit-box-orient:horizontal;-webkit-box-direction:normal;flex-direction:row}.error403 header.header .cancel-icon{-ms-flex-pack:center;-webkit-box-pack:center;justify-content:center;-ms-flex-align:center;-webkit-box-align:center;align-items:center;width:21px;height:21px;cursor:pointer}.error403 header.header .cancel-icon:hover .cancel-icon-line{background-image:linear-gradient(45deg,rgba(0,83,206,.9),rgba(0,158,253,.89))}.error403 header.header .cancel-icon-line{width:4px;height:21px;background-color:#fff}.error403 header.header .cancel-icon-line:first-child{-webkit-transform:rotate(45deg);transform:rotate(45deg)}.error403 header.header .cancel-icon-line:last-child{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);margin-left:-4px}.error403 header.header .hr{width:350px;height:2px;margin:0 auto 34px;opacity:.5;background-color:#fff}.error403 header.header .hide-menu__button span{background-image:linear-gradient(80deg,rgba(0,83,206,.9),rgba(0,158,253,.89));-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;-moz-text-fill-color:transparent}.error403 header.header .hide-menu__button span:hover{background-image:linear-gradient(257deg,#0053ce,#009efd)}.error403 .wrapper{width:100%;height:100%;padding:226px 0 0 11.5%;display:-ms-flexbox;display:-webkit-box;display:flex;-ms-flex-direction:column;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;-ms-flex-pack:justify;-webkit-box-pack:justify;justify-content:space-between}.error403 .wrapper__img{width:355.6px;height:135.5px}.error403 .wrapper__h2,.error403 .wrapper__h5{width:80%;letter-spacing:.5px;font-style:normal;font-stretch:normal}.error403 .wrapper__h2{font-family:Mulish;font-size:40px!important;font-weight:700;line-height:normal;color:#081120;margin:53.5px 0 12px}.error403 .wrapper__h5{font-family:MulishRegular;font-size:20px!important;font-weight:400;line-height:1.4;color:#5e6063;margin-bottom:40px}.error403 .wrapper__button{display:-ms-flexbox;display:-webkit-box;display:flex;-ms-flex-pack:center;-webkit-box-pack:center;justify-content:center;-ms-flex-align:center;-webkit-box-align:center;align-items:center;width:286px;height:50px;background-image:linear-gradient(82deg,rgba(0,83,206,.9),rgba(0,158,253,.89));font-family:MulishMedium;font-size:11px;font-weight:500;letter-spacing:.5px;text-transform:uppercase;text-align:center;color:#fff;border:none;-webkit-box-sizing:border-box;box-sizing:border-box}.error403 .wrapper__button:hover{background-image:linear-gradient(257deg,rgba(0,83,206,.9),rgba(0,158,253,.89))}.error403 .wrapper__button:active,.error403 .wrapper__button:disabled,.error403 .wrapper__button:focus{background-image:linear-gradient(283deg,#004ab6,#008ce0)}.error403 .wrapper__button:focus{border:1px solid #081120}.error403 .wrapper__button:disabled{opacity:.4;border:1px solid rgba(0,83,206,.9)}@media (max-width:768px){.error403 h2{font-size:36px!important}}@media (max-width:450px){.error403 h1{font-family:Mulish;font-size:28px!important;font-weight:700;letter-spacing:.4px}.error403 h5,.error403 p{font-family:MulishRegular;font-size:16px!important;line-height:1.5;letter-spacing:.5px}.error403 h2{font-family:Mulish;font-size:28px!important;font-weight:700;letter-spacing:.3px}.error403 h3{font-size:20px!important}}@media (max-width:1520px){.error403 header.header ul li{margin-right:30px}}@media (max-width:1300px){.error403 header.header{display:-ms-flexbox;display:-webkit-box;display:flex;-ms-flex-pack:justify;-webkit-box-pack:justify;justify-content:space-between;margin:0 42px}}@media (max-width:1100px){.error403 header.header a.a-hamburger{display:-ms-flexbox;display:-webkit-box;display:flex;-ms-flex-direction:column;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;-ms-flex-align:center;-webkit-box-align:center;align-items:center;-ms-flex-pack:center;-webkit-box-pack:center;justify-content:center;width:24px;height:24px;margin-left:auto;border:none;cursor:pointer}.error403 header.header a.a-hamburger .hamburger-blue-line{width:18px;height:2px;background-color:rgba(0,83,206,.9)}.error403 header.header a.a-hamburger .hamburger-blue-line:nth-child(2){margin-top:4px}.error403 header.header .hide-menu ul{margin-right:0}.error403 header.header hr{display:block;width:56px;height:2px;color:#dbdfe5;-webkit-transform:rotate(90deg);transform:rotate(90deg);margin:0}.error403 header.header ul{display:none}}@media (max-width:768px){.error403 header.header{margin:0 3.1%;-ms-flex-wrap:nowrap;flex-wrap:nowrap}.error403 header.header .hide-menu{padding:33px 28px 233px 24px}}@media (max-width:480px){.error403 header.header .hr,.error403 header.header a.touch,.error403 header.header hr{display:none}.error403 header.header .hide-menu ul li a{font-size:20px}.error403 header.header .hide-menu__button p{font-size:20px!important}}.inputfile+label,.sub-title{font-family:MulishRegular;font-weight:400;display:inline-block}@media (max-width:1024px){.error403 .wrapper{padding:124.9px 0 0 3.5%}}@media (max-width:768px){.error403 .wrapper{padding:280px 3.5% 0}.error403 .wrapper__h2{font-size:36px!important;margin:47.4px 0 12px}.error403 .wrapper__h5{font-size:16px!important}}@media (max-width:450px){.error403 .wrapper{padding:112px 8.5% 0 3.5%}.error403 .wrapper__img{width:209.2px;height:79.7px}.error403 .wrapper__h2{font-size:28px!important;letter-spacing:.4px}.error403 .wrapper__h5{width:88%}.error403 .wrapper__button{width:180px;height:40px}}.inputfile{width:.1px;height:.1px;opacity:0;overflow:hidden;position:absolute;z-index:-1}.inputfile+label{color:#fff;background-color:#000;width:100%;font-size:14px;font-style:normal;font-stretch:normal;line-height:67px;letter-spacing:.44px;text-align:center;color:hsla(0,0%,100%,.4);height:68px;opacity:.5;border:2px dashed hsla(0,0%,100%,.3);background-color:rgba(0,83,206,.24)}.left-sidebar{width:256px;height:502px;border:1px solid var(--blue-90);background-color:rgba(0,83,206,.05);float:left}.sub-title{font-size:20px;line-height:1.4;letter-spacing:.5px;color:#5e6063;margin-bottom:24px;width:100%}.block_table_content{overflow:hidden;margin-top:24px}.block_table_content .col p{float:left;width:46.65%;font-size:16px;letter-spacing:.2px;margin-right:15px}.block_table_content .col-2 p{margin-right:0}.content-page{overflow:hidden;margin-left:244px}.content-page ul{color:#081120;font-size:16px;letter-spacing:.2px;list-style:square;margin-top:25px}.content-page ul li{margin-bottom:23px;list-style-type:none}.content-page ul li:before{color:#0053ce;content:"▪";padding-right:8px;height:7px;width:7px;font-size:13px;vertical-align:top;line-height:20px}.scholarship-icons{margin-top:12px;vertical-align:middle}.scholarship-icons img{float:left}.scholarship-icons-caption{line-height:37px;font-size:14px}.winners-wrapper{width:100%}.winners-wrapper .winners-text{border-left-style:solid;border-left-width:2px;border-image-source:linear-gradient(1deg,rgba(0,83,206,.9),rgba(0,158,253,.89));border-image-slice:1;font-size:24px;line-height:42px;padding-left:20px;padding-bottom:0}.winners-wrapper .winner-person{margin-top:20px}.winners-wrapper .winner-person img{height:70px;width:70px;float:left;margin-right:10px}.winners-wrapper .winner-person span{font-family:Mulish;font-size:16px;font-weight:700;font-style:normal;font-stretch:normal;line-height:4.3;letter-spacing:.5px;color:#0053ce;vertical-align:middle}@media (max-width:955px){.block_table_content .col p{width:100%}}@media (max-width:768px) and (max-width:320px){footer .tell-us-about-project form .tell-us-about-project-forms-block-row-2 .tell-us-about-project-checkbox-wrapper{text-align:left}}@media (max-width:768px){.feature-base{width:auto;border:0}.scholarship-icons{float:left;margin-right:62px}.scholarship-icons-text{width:100%;display:inline-block}.content-page{margin-left:24px}.scholarship-icons-person-caption{float:none}footer .tell-us-about-project form .tell-us-about-project-forms-block-row-1{display:block}footer .tell-us-about-project form .tell-us-about-project-forms-block-row-1 .tell-us-about-project-forms-blockrow-1-column-1{width:100%}footer .tell-us-about-project form .tell-us-about-project-forms-block-row-1 .tell-us-about-project-forms-blockrow-1-column-2{display:block;width:100%}footer .tell-us-about-project form .tell-us-about-project-forms-block-row-2 .tell-us-about-project-checkbox-wrapper{margin-bottom:24px}.solute-wrapper{margin-bottom:0}}.jssocials-share-logo{cursor:pointer}.tell-us-about-project-forms-block-wrapper{width:100%}@media (max-width:850px){body footer div.tell-us-about-project form div.tell-us-about-project-forms-block-row-2 button{margin:24px auto 14px;width:100%}}@media (max-width:1300px){footer .tell-us-about-project form{margin:0 42px}footer .footer-menu{margin:0 4.1%}footer .footer-bottom-block{margin:30px 4.1% 22px}}@media (max-width:1024px){footer{width:100%}footer .tell-us-about-project .tell-us-about-project-text-block{margin:0 4.1% 60px}footer .tell-us-about-project .tell-us-about-project-text-block h2{font-size:38px}footer .tell-us-about-project .tell-us-about-project-text-block h5{font-size:16px}.tell-us-about-project-forms-block-row-1,.tell-us-about-project-forms-block-row-2{margin:0 auto;-ms-flex-direction:column;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column}footer .tell-us-about-project form .tell-us-about-project-forms-block-row-1 .tell-us-about-project-forms-blockrow-1-column-1 .tell-us-about-project-forms-block-wrapper input{padding:0 0 0 24px;-webkit-box-sizing:border-box;box-sizing:border-box;width:90%;margin:0 0 15px}footer .tell-us-about-project form .tell-us-about-project-forms-block-row-1 .tell-us-about-project-forms-blockrow-1-column-2{width:100%}footer .tell-us-about-project form .tell-us-about-project-forms-block-row-1 .tell-us-about-project-forms-blockrow-1-column-2 p{margin-top:16px}footer .tell-us-about-project form .tell-us-about-project-forms-block-row-1 .tell-us-about-project-forms-blockrow-1-column-2 textarea{width:100%;padding:18px 0 0 24px;-webkit-box-sizing:border-box;box-sizing:border-box}footer .tell-us-about-project form .tell-us-about-project-forms-block-row-1 .tell-us-about-project-forms-blockrow-1-column-2 .checkbox-text{display:-ms-flexbox;display:-webkit-box;display:flex;-ms-flex-direction:row;-webkit-box-orient:horizontal;-webkit-box-direction:normal;flex-direction:row}footer .tell-us-about-project form .tell-us-about-project-forms-block-row-1 .tell-us-about-project-forms-blockrow-1-column-2 .checkbox-text p{margin:0}footer .tell-us-about-project form .tell-us-about-project-forms-block-row-1 .tell-us-about-project-forms-blockrow-1-column-2 .checkbox-text p:first-child{margin-right:34px}footer .tell-us-about-project form .tell-us-about-project-forms-block-row-1 .tell-us-about-project-checkbox-wrapper{-ms-flex-direction:column;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;-ms-flex-align:center;-webkit-box-align:center;align-items:center}footer .tell-us-about-project form .tell-us-about-project-forms-block-row-1 button{width:77.6%;margin:10px auto}footer .footer-menu{margin:0 3.1%}footer .footer-menu .footer-menu-row1{-ms-flex-wrap:wrap;flex-wrap:wrap}footer .footer-menu .footer-menu-row1 .footer-menu-row1-column1{display:-ms-flexbox;display:-webkit-box;display:flex;-ms-flex-direction:column;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;-ms-flex-pack:center;-webkit-box-pack:center;justify-content:center;margin-bottom:46px;width:100%}footer .footer-menu .footer-menu-row1 .footer-menu-row1-column1 p{text-align:center;width:100%!important}footer .footer-menu .footer-menu-row1 .footer-menu-row1-column1 .logo-place{margin:0 auto}footer .footer-menu .footer-menu-row1 .footer-menu-row1-column4{width:31%}footer .footer-bottom-block .footer-bottom-block-column-2{text-align:center}footer .footer-bottom-block .footer-bottom-block-column-2 p{width:139px;font-size:12px}.tell-us-about-project-forms-block-row-1,.tell-us-about-project-forms-block-row-2{width:100%}}article{-webkit-column-count:2;-moz-column-count:2;column-count:2;-webkit-column-gap:30px;-moz-column-gap:30px;column-gap:30px}.share-header{margin-top:26px;margin-bottom:4px}@media (max-width:1023px){footer .tell-us-about-project form .tell-us-about-project-forms-block-row-1 .tell-us-about-project-forms-blockrow-1-column-1{width:100%;margin:0 auto;overflow:hidden}}@media (max-width:768px){.scholarship-icons,.share-header{display:inline-block;margin-top:0}footer .tell-us-about-project form .tell-us-about-project-forms-block-row-1 .tell-us-about-project-forms-blockrow-1-column-1 .tell-us-about-project-forms-block-wrapper input,footer .tell-us-about-project form .tell-us-about-project-forms-block-row-1 button{width:100%}.scholarship-icons{margin-left:12px}.share-header{float:left}}@media (max-width:540px){article{-webkit-column-count:1;-moz-column-count:1;column-count:1}footer .tell-us-about-project{padding:50px 12px 34px}footer .tell-us-about-project .tell-us-about-project-text-block{margin:0 0 22px}footer .tell-us-about-project .tell-us-about-project-text-block h2{font-size:20px}footer .tell-us-about-project .tell-us-about-project-text-block h2 img{width:4px;height:4px}footer .tell-us-about-project .tell-us-about-project-text-block h2.got-a-project img.ques-sign,footer .tell-us-about-project .tell-us-about-project-text-block h2.looking-to-build img.ques-sign{width:15px!important;height:20px!important}footer .tell-us-about-project form,footer .tell-us-about-project form .tell-us-about-project-forms-block-row-1,footer .tell-us-about-project form .tell-us-about-project-forms-block-row-1 .tell-us-about-project-checkbox-wrapper p,footer .tell-us-about-project form .tell-us-about-project-forms-block-row-1 button{width:100%}footer .tell-us-about-project .tell-us-about-project-text-block h5{font-size:14px}footer .tell-us-about-project form .tell-us-about-project-forms-block-row-1 .tell-us-about-project-forms-blockrow-1-column-2 .checkbox-text{-ms-flex-direction:column!important;-webkit-box-orient:vertical!important;-webkit-box-direction:normal!important;flex-direction:column!important;-ms-flex-pack:normal;-webkit-box-pack:normal;justify-content:normal}footer .tell-us-about-project form .tell-us-about-project-forms-block-row-1 .tell-us-about-project-forms-blockrow-1-column-2 .checkbox-text p:first-child{margin-bottom:18px}footer .tell-us-about-project form .tell-us-about-project-forms-block-row-1 .tell-us-about-project-checkbox-wrapper label{font-size:12px}footer .footer-menu{padding-top:27px}footer .footer-menu .footer-menu-row1 ul a{color:#5e6063}footer .footer-menu .footer-menu-row1 .footer-menu-row1-column1{display:-ms-flexbox;display:-webkit-box;display:flex;-ms-flex-direction:column;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column}footer .footer-bottom-block .footer-bottom-block-column-1 p,footer .footer-bottom-block .footer-bottom-block-column-1 p img,footer .footer-menu .footer-menu-row1 .footer-menu-row1-column3,footer .footer-menu .footer-menu-row1 .footer-menu-row1-column4,footer .footer-menu .footer-menu-row1 hr{display:none}footer .footer-menu .footer-menu-row1 .footer-menu-row1-column1 .logo-place{margin:10px 0 0;text-align:left}footer .footer-menu .footer-menu-row1 .footer-menu-row1-column1 p{margin:10px 0 0;text-align:left;width:84.4%}footer .footer-bottom-block{-ms-flex-direction:column;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;-ms-flex-align:start;-webkit-box-align:start;align-items:flex-start;margin:25px 3.1% 41px}footer .footer-bottom-block p{font-size:14px!important}footer .footer-bottom-block .footer-bottom-block-column-1{width:100%}footer .footer-bottom-block .footer-bottom-block-column-1 p.hide-p{display:block}footer .footer-bottom-block .footer-bottom-block-column-1 p:last-child{display:-ms-flexbox;display:-webkit-box;display:flex;-ms-flex-direction:column;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;margin-top:14px;margin-bottom:24px}footer .footer-bottom-block .footer-bottom-block-column-1 p:last-child a:first-child{margin-bottom:16px}footer .footer-bottom-block .footer-bottom-block-column-2{width:100%;margin:24px 0;-ms-flex-order:1;-webkit-box-ordinal-group:2;order:1;text-align:left;-ms-flex-pack:start;-webkit-box-pack:start;justify-content:flex-start}footer .footer-bottom-block .footer-bottom-block-column-2 p{width:auto;font-size:12px!important}footer .footer-bottom-block .footer-bottom-block-column-3{width:auto}.content-page{margin:0}}.footer-bottom-block .footer-bottom-block-column-1 p a{font-family:MulishRegular;font-size:14px;line-height:1.29;letter-spacing:.4px;color:#909396}.integra-sources{font-family:MulishRegular;font-size:24px;font-weight:400;font-style:normal;font-stretch:normal;line-height:1.75;width:75%}.wp-block-lazyblock-iot-cloud-platforms .learn,.wp-block-lazyblock-iot-service-blocks .learn{display:block;width:94px;margin-bottom:53px;text-decoration:none;font-family:MulishMedium;font-size:11px;font-weight:100;letter-spacing:.5px;color:rgba(0,83,206,.9);text-transform:uppercase}.wp-block-lazyblock-iot-cloud-platforms .learn img,.wp-block-lazyblock-iot-service-blocks .learn img{margin-left:4px;height:9px;width:9px;-webkit-transition:.4s;transition:.4s}[type=radio]:checked,[type=radio]:not(:checked){position:absolute;left:-9999px}[type=radio]:checked+label,[type=radio]:not(:checked)+label{position:relative;padding-left:28px;cursor:pointer;line-height:20px;display:inline-block;margin-left:24px}[type=radio]:checked+label:before,[type=radio]:not(:checked)+label:before{content:"";position:absolute;width:18px;height:18px;-webkit-box-sizing:border-box;box-sizing:border-box;left:0;top:-1px;border:1px solid #004ab6;background:#fff;-webkit-box-shadow:inset 0 1px 3px rgba(0,0,0,.1);box-shadow:inset 0 1px 3px rgba(0,0,0,.1)}[type=radio]:checked+label:after,[type=radio]:not(:checked)+label:after{width:12px;height:12px;background:#f87da9;border-radius:100%;-webkit-transition:all .2s ease}[type=radio]:not(:checked)+label:after{content:"";position:absolute;top:4px;left:4px;-webkit-transition:all .2s ease;transition:all .2s ease;opacity:0;-webkit-transform:scale(0);transform:scale(0)}[type=radio]:checked+label:after{content:url(//www.integrasources.com/wp-content/themes/integra/img/i/enabled.svg);position:absolute;top:0;left:0;font-size:1.4em;line-height:.8;-webkit-transition:all .2s;transition:all .2s}footer .tell-us-about-project form [type=radio]:checked:hover+label:before,footer .tell-us-about-project form [type=radio]:not(:checked):hover+label:before{border:1px solid #004ab6;background-color:rgba(219,223,229,.4)}label.active:before{border:1px solid #ff3c3c!important}input,select,textarea{outline:0}footer.footer-light-wrapper ::-webkit-resizer{background:url(//www.integrasources.com/wp-content/themes/integra/img/i/drag-shape-blue.svg) no-repeat}footer ::-webkit-resizer{background:url(//www.integrasources.com/wp-content/themes/integra/img/i/drag-shape-white.svg) no-repeat}footer.footer-light-wrapper .tell-us-about-project{padding-top:58px;padding-bottom:103px;background-color:#fff}footer.footer-light-wrapper .tell-us-about-project .tell-us-about-project-text-block h2{margin-bottom:12px;color:#081120}footer.footer-light-wrapper .tell-us-about-project .tell-us-about-project-text-block h2 span{white-space:nowrap}footer.footer-light-wrapper .tell-us-about-project .tell-us-about-project-text-block h2 img{margin-left:4px}footer.footer-light-wrapper .tell-us-about-project .tell-us-about-project-text-block h2 img.ques-sign{width:26px;height:36px}footer.footer-light-wrapper .tell-us-about-project .tell-us-about-project-text-block h2.got-a-project,footer.footer-light-wrapper .tell-us-about-project .tell-us-about-project-text-block h2.looking-to-build{display:none}footer.footer-light-wrapper .tell-us-about-project .tell-us-about-project-text-block h5{font-family:MulishRegular;font-size:20px;line-height:1.4;letter-spacing:.5px;color:#5e6063;margin-right:11.4%}footer.footer-light-wrapper .tell-us-about-project form [type=checkbox]:checked,footer.footer-light-wrapper .tell-us-about-project form [type=checkbox]:not(:checked){position:absolute;left:-9999px}footer.footer-light-wrapper .tell-us-about-project form [type=checkbox]:checked+label,footer.footer-light-wrapper .tell-us-about-project form [type=checkbox]:not(:checked)+label{position:relative;padding-left:1.95em;cursor:pointer}footer.footer-light-wrapper .tell-us-about-project form [type=checkbox]:checked+label:before,footer.footer-light-wrapper .tell-us-about-project form [type=checkbox]:not(:checked)+label:before{content:"";position:absolute;width:18px;height:18px;-webkit-box-sizing:border-box;box-sizing:border-box;left:0;top:-1px;border:1px solid #004ab6;background:#fff;-webkit-box-shadow:inset 0 1px 3px rgba(0,0,0,.1);box-shadow:inset 0 1px 3px rgba(0,0,0,.1)}footer.footer-light-wrapper .tell-us-about-project form [type=checkbox]:checked+label:after,footer.footer-light-wrapper .tell-us-about-project form [type=checkbox]:not(:checked)+label:after{content:url(//www.integrasources.com/wp-content/themes/integra/img/i/enabled.svg);position:absolute;left:0;top:0;font-size:1.4em;line-height:.8;-webkit-transition:all .2s;transition:all .2s}footer.footer-light-wrapper .tell-us-about-project form [type=checkbox]:not(:checked)+label:after{opacity:0;-webkit-transform:scale(0);transform:scale(0)}footer.footer-light-wrapper .tell-us-about-project form [type=checkbox]:checked+label:after{opacity:1;-webkit-transform:scale(1);transform:scale(1)}footer.footer-light-wrapper .tell-us-about-project form [type=checkbox]:disabled:checked+label:before,footer.footer-light-wrapper .tell-us-about-project form [type=checkbox]:disabled:not(:checked)+label:before{-webkit-box-shadow:none;box-shadow:none;border-color:#bbb;background-color:#ddd}footer.footer-light-wrapper .tell-us-about-project form [type=checkbox]:disabled:checked+label:after{color:#999}footer.footer-light-wrapper .tell-us-about-project form [type=checkbox]:disabled+label{color:#aaa}footer.footer-light-wrapper .tell-us-about-project form [type=checkbox]:checked:hover+label:before,footer.footer-light-wrapper .tell-us-about-project form [type=checkbox]:not(:checked):hover+label:before{border:1px solid #004ab6;background-color:rgba(219,223,229,.4)}footer.footer-light-wrapper .tell-us-about-project form .error-span{display:block;margin-left:auto;font-family:MulishRegular;font-size:12px;line-height:2;letter-spacing:.4px;text-align:right;color:#ff3c3c;opacity:0;-webkit-transition:.3s;transition:.3s}footer.footer-light-wrapper .tell-us-about-project form .error-span.active{opacity:1}footer.footer-light-wrapper .tell-us-about-project form .tell-us-about-project-forms-block-row-1{display:-ms-flexbox;display:-webkit-box;display:flex;-ms-flex-direction:row;-webkit-box-orient:horizontal;-webkit-box-direction:normal;flex-direction:row}footer.footer-light-wrapper .tell-us-about-project form .tell-us-about-project-forms-block-row-1 .tell-us-about-project-forms-blockrow-1-column-1{margin-right:3.94%;width:37.8%}footer.footer-light-wrapper .tell-us-about-project form .tell-us-about-project-forms-block-row-1 .tell-us-about-project-forms-blockrow-1-column-1 .tell-us-about-project-forms-block-wrapper{height:100%}footer.footer-light-wrapper .tell-us-about-project form .tell-us-about-project-forms-block-row-1 .tell-us-about-project-forms-blockrow-1-column-1 .tell-us-about-project-forms-block-wrapper p{width:100%;-webkit-box-sizing:border-box;box-sizing:border-box;display:-ms-flexbox;display:-webkit-box;display:flex;-ms-flex-direction:row;-webkit-box-orient:horizontal;-webkit-box-direction:normal;flex-direction:row;padding-left:24px;font-family:MulishRegular;font-size:14px;line-height:1.71;letter-spacing:.4px;color:#081120}footer.footer-light-wrapper .tell-us-about-project form .tell-us-about-project-forms-block-row-1 .tell-us-about-project-forms-blockrow-1-column-1 .tell-us-about-project-forms-block-wrapper input{width:100%;height:60px;-webkit-box-sizing:border-box;box-sizing:border-box;padding-left:24px;background-color:rgba(0,158,253,.05);border:1px solid rgba(0,83,206,.9);font-family:MulishRegular;font-size:16px;line-height:1.5;letter-spacing:.5px;color:rgba(0,83,206,.9);caret-color:rgba(0,158,253,.9);margin-bottom:15px}@media (max-width:768px){footer.footer-light-wrapper .tell-us-about-project form .tell-us-about-project-forms-block-row-1 .tell-us-about-project-forms-blockrow-1-column-1 .tell-us-about-project-forms-block-wrapper input{height:50px}}@media (max-width:425px){footer.footer-light-wrapper .tell-us-about-project form .tell-us-about-project-forms-block-row-1 .tell-us-about-project-forms-blockrow-1-column-1 .tell-us-about-project-forms-block-wrapper input{height:44px}}footer.footer-light-wrapper .tell-us-about-project form .tell-us-about-project-forms-block-row-1 .tell-us-about-project-forms-blockrow-1-column-1 .tell-us-about-project-forms-block-wrapper input:hover{background-color:rgba(0,158,253,.1)}footer.footer-light-wrapper .tell-us-about-project form .tell-us-about-project-forms-block-row-1 .tell-us-about-project-forms-blockrow-1-column-1 .tell-us-about-project-forms-block-wrapper input:not(.phone-input).active{border:1px solid #ff3c3c;outline:0}footer.footer-light-wrapper .tell-us-about-project form .tell-us-about-project-forms-block-row-1 .tell-us-about-project-forms-blockrow-1-column-1 .tell-us-about-project-forms-block-wrapper input:not(.phone-input).active:hover{border:2px solid #ff3c3c;padding-left:23px}footer.footer-light-wrapper .tell-us-about-project form .tell-us-about-project-forms-block-row-1 .tell-us-about-project-forms-blockrow-1-column-1 .tell-us-about-project-forms-block-wrapper input::-moz-placeholder,footer.footer-light-wrapper .tell-us-about-project form .tell-us-about-project-forms-block-row-1 .tell-us-about-project-forms-blockrow-1-column-1 .tell-us-about-project-forms-block-wrapper input::-webkit-input-placeholder{opacity:.4;font-family:MulishRegular;font-size:16px;line-height:1.5;letter-spacing:.5px;color:rgba(0,83,206,.9)}footer.footer-light-wrapper .tell-us-about-project form .tell-us-about-project-forms-block-row-1 .tell-us-about-project-forms-blockrow-1-column-1 .tell-us-about-project-forms-block-wrapper input:last-child{margin-bottom:0}footer.footer-light-wrapper .tell-us-about-project form .tell-us-about-project-forms-block-row-1 .tell-us-about-project-forms-blockrow-1-column-1 .tell-us-about-project-forms-block-wrapper input:focus{background-color:rgba(0,158,253,.05);outline:0;border:2px solid rgba(0,83,206,.902)}footer.footer-light-wrapper .tell-us-about-project form .tell-us-about-project-forms-block-row-1 .tell-us-about-project-forms-blockrow-1-column-2{width:58.2%}footer.footer-light-wrapper .tell-us-about-project form .tell-us-about-project-forms-block-row-1 .tell-us-about-project-forms-blockrow-1-column-2 .error-span{margin-right:0}footer.footer-light-wrapper .tell-us-about-project form .tell-us-about-project-forms-block-row-1 .tell-us-about-project-forms-blockrow-1-column-2 p{display:-ms-flexbox;display:-webkit-box;display:flex;-ms-flex-direction:row;-webkit-box-orient:horizontal;-webkit-box-direction:normal;flex-direction:row;margin-left:24px;font-family:MulishRegular;font-size:14px;line-height:1.71;letter-spacing:.4px;color:#081120}footer.footer-light-wrapper .tell-us-about-project form .tell-us-about-project-forms-block-row-1 .tell-us-about-project-forms-blockrow-1-column-2 textarea{width:100%;height:203px;resize:vertical;min-height:203px;background-color:rgba(0,158,253,.05);border:1px solid rgba(0,83,206,.902);font-family:MulishRegular;font-size:16px;line-height:1.5;letter-spacing:.5px;color:rgba(0,83,206,.9);caret-color:rgba(0,158,253,.9);outline:0;padding-left:24px;padding-top:18px;vertical-align:top;margin-bottom:38px;-webkit-box-sizing:border-box;box-sizing:border-box}footer.footer-light-wrapper .tell-us-about-project form .tell-us-about-project-forms-block-row-1 .tell-us-about-project-forms-blockrow-1-column-2 textarea.active{outline:0;border:1px solid #ff3c3c;background-color:rgba(0,158,253,.05)}footer.footer-light-wrapper .tell-us-about-project form .tell-us-about-project-forms-block-row-1 .tell-us-about-project-forms-blockrow-1-column-2 textarea.active:focus,footer.footer-light-wrapper .tell-us-about-project form .tell-us-about-project-forms-block-row-1 .tell-us-about-project-forms-blockrow-1-column-2 textarea.active:hover{border:1px solid #ff3c3c}footer.footer-light-wrapper .tell-us-about-project form .tell-us-about-project-forms-block-row-1 .tell-us-about-project-forms-blockrow-1-column-2 textarea:hover{background-color:rgba(0,158,253,.1)}footer.footer-light-wrapper .tell-us-about-project form .tell-us-about-project-forms-block-row-1 .tell-us-about-project-forms-blockrow-1-column-2 textarea:focus{background-color:rgba(0,158,253,.05);outline:0}footer.footer-light-wrapper .tell-us-about-project form .tell-us-about-project-forms-block-row-1 .tell-us-about-project-forms-blockrow-1-column-2 textarea::-moz-placeholder,footer.footer-light-wrapper .tell-us-about-project form .tell-us-about-project-forms-block-row-1 .tell-us-about-project-forms-blockrow-1-column-2 textarea::-webkit-input-placeholder{opacity:.4;font-family:MulishRegular;font-size:16px;line-height:1.5;letter-spacing:.5px;color:rgba(0,83,206,.9)}footer.footer-light-wrapper .tell-us-about-project form .tell-us-about-project-forms-block-row-1 .tell-us-about-project-forms-blockrow-1-column-2 .checkbox-text{display:-ms-flexbox;display:-webkit-box;display:flex;-ms-flex-direction:row;-webkit-box-orient:horizontal;-webkit-box-direction:normal;flex-direction:row;margin-top:auto;margin-bottom:15px;font-family:MulishRegular;font-size:14px;line-height:1.29;letter-spacing:.4px;color:#fff;-ms-user-select:none;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none}footer.footer-light-wrapper .tell-us-about-project form .tell-us-about-project-forms-block-row-1 .tell-us-about-project-forms-blockrow-1-column-2 .checkbox-text p{display:block}footer.footer-light-wrapper .tell-us-about-project form .tell-us-about-project-forms-block-row-1 .tell-us-about-project-forms-blockrow-1-column-2 .checkbox-text p:first-child{margin-left:0}footer.footer-light-wrapper .tell-us-about-project form .tell-us-about-project-forms-block-row-2{-ms-flex-align:center;-webkit-box-align:center;align-items:center;-ms-flex-pack:justify;-webkit-box-pack:justify;justify-content:space-between;margin-top:27px;font-family:MulishRegular;font-size:14px;line-height:1.29;letter-spacing:.4px;color:#081120}footer.footer-light-wrapper .tell-us-about-project form .tell-us-about-project-forms-block-row-2 .tell-us-about-project-checkbox-wrapper{display:-ms-flexbox;display:-webkit-box;display:flex;-ms-flex-direction:row;-webkit-box-orient:horizontal;-webkit-box-direction:normal;flex-direction:row;-ms-flex-align:center;-webkit-box-align:center;align-items:center;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-ms-flex-pack:justify;-webkit-box-pack:justify;justify-content:space-between}footer.footer-light-wrapper .tell-us-about-project form .tell-us-about-project-forms-block-row-2 .tell-us-about-project-checkbox-wrapper [type=checkbox]:checked+label:before,footer.footer-light-wrapper .tell-us-about-project form .tell-us-about-project-forms-block-row-2 .tell-us-about-project-checkbox-wrapper [type=checkbox]:not(:checked)+label:before{min-width:18px;width:18px;position:static}footer.footer-light-wrapper .tell-us-about-project form .tell-us-about-project-forms-block-row-2 .tell-us-about-project-checkbox-wrapper [type=checkbox]:checked+label:after,footer.footer-light-wrapper .tell-us-about-project form .tell-us-about-project-forms-block-row-2 .tell-us-about-project-checkbox-wrapper [type=checkbox]:not(:checked)+label:after{position:relative;left:-18px;-ms-flex-order:1;-webkit-box-ordinal-group:2;order:1}footer.footer-light-wrapper .tell-us-about-project form .tell-us-about-project-forms-block-row-2 .tell-us-about-project-checkbox-wrapper label{display:-ms-flexbox;display:-webkit-box;display:flex;-ms-flex-direction:row;-webkit-box-orient:horizontal;-webkit-box-direction:normal;flex-direction:row;-ms-flex-align:center;-webkit-box-align:center;align-items:center;padding:0;-ms-user-select:none;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none}footer.footer-light-wrapper .tell-us-about-project form .tell-us-about-project-forms-block-row-2 .tell-us-about-project-checkbox-wrapper label span{white-space:normal;-ms-flex-order:2;-webkit-box-ordinal-group:3;order:2;position:relative;left:-8px}footer.footer-light-wrapper .tell-us-about-project form .tell-us-about-project-forms-block-row-2 .tell-us-about-project-checkbox-wrapper button{width:355px;height:50px;border:none;font-family:MulishMedium;font-size:11px;font-weight:500;letter-spacing:.5px;text-align:center;color:#fff}footer.footer-light-wrapper .footer-menu{padding-top:40px;margin:0 11.5%}footer.footer-light-wrapper .footer-menu .footer-menu-row1{display:-ms-flexbox;display:-webkit-box;display:flex;-ms-flex-direction:row;-webkit-box-orient:horizontal;-webkit-box-direction:normal;flex-direction:row;-ms-flex-pack:justify;-webkit-box-pack:justify;justify-content:space-between}footer.footer-light-wrapper .footer-menu .footer-menu-row1 ul a{text-decoration:none;font-family:MulishRegular;font-size:14px;line-height:1.57;letter-spacing:.4px;color:#909396;-webkit-transition:color .2s;transition:color .2s}footer.footer-light-wrapper .footer-menu .footer-menu-row1 ul a:hover{color:#081120}footer.footer-light-wrapper .footer-menu .footer-menu-row1 ul li{list-style-type:none;margin-bottom:10px}footer.footer-light-wrapper .footer-menu .footer-menu-row1 ul>li{font-family:Mulish;font-size:14px;line-height:1.29;letter-spacing:.4px;color:#081120}footer.footer-light-wrapper .footer-menu .footer-menu-row1 .footer-menu-row1-column1 a.logo-place img{width:166px;height:12px;-o-object-fit:cover;object-fit:cover}footer.footer-light-wrapper .footer-menu .footer-menu-row1 .footer-menu-row1-column1 p{width:145px;font-family:MulishRegular;font-size:14px!important;line-height:1.57;letter-spacing:.4px;color:#909396;margin-top:16px}footer.footer-light-wrapper .footer-separator hr{margin-top:26px;height:2px;color:rgba(219,223,229,.6)}footer.footer-light-wrapper .footer-bottom-block{display:-ms-flexbox;display:-webkit-box;display:flex;-ms-flex-pack:justify;-webkit-box-pack:justify;justify-content:space-between;-ms-flex-align:center;-webkit-box-align:center;align-items:center;margin:26px 11.5% 20px;font-family:MulishRegular;font-size:14px;line-height:1.29;letter-spacing:.4px;color:#909396}footer.footer-light-wrapper .footer-bottom-block .footer-bottom-block-column{width:33.333%}footer.footer-light-wrapper .footer-bottom-block .footer-bottom-block-column-1{display:-ms-flexbox;display:-webkit-box;display:flex;-ms-flex-pack:start;-webkit-box-pack:start;justify-content:flex-start}footer.footer-light-wrapper .footer-bottom-block .footer-bottom-block-column-1 p a{text-decoration:none;font-family:MulishRegular;font-size:14px;line-height:1.29;letter-spacing:.4px;color:#909396}footer.footer-light-wrapper .footer-bottom-block .footer-bottom-block-column-1 p img{width:4px;height:4px;margin:0 10px 1px 6px}footer.footer-light-wrapper .footer-bottom-block .footer-bottom-block-column-2{display:-ms-flexbox;display:-webkit-box;display:flex;-ms-flex-pack:center;-webkit-box-pack:center;justify-content:center}footer.footer-light-wrapper .footer-bottom-block .footer-bottom-block-column-2 p{color:#909396}footer.footer-light-wrapper .footer-bottom-block .footer-bottom-block-column-3{display:-ms-flexbox;display:-webkit-box;display:flex;-ms-flex-direction:row;-webkit-box-orient:horizontal;-webkit-box-direction:normal;flex-direction:row;-ms-flex-pack:end;-webkit-box-pack:end;justify-content:flex-end}footer.footer-light-wrapper .footer-bottom-block .footer-bottom-block-column-3 a{display:block;width:26px;height:26px;margin-right:14px}footer.footer-light-wrapper .footer-bottom-block .footer-bottom-block-column-3 a:last-child{margin-right:0}footer.footer-contact-us-wrapper .tell-us-about-project{padding-top:58px;padding-bottom:103px;background-color:#081120}footer.footer-contact-us-wrapper .tell-us-about-project .tell-us-about-project-text-block{margin-bottom:52px;margin-left:11.5%}footer.footer-contact-us-wrapper .tell-us-about-project .tell-us-about-project-text-block h2{margin-bottom:12px;color:#fff}footer.footer-contact-us-wrapper .tell-us-about-project .tell-us-about-project-text-block h2 span{white-space:nowrap}footer.footer-contact-us-wrapper .tell-us-about-project .tell-us-about-project-text-block h2 img{margin-left:4px}footer.footer-contact-us-wrapper .tell-us-about-project .tell-us-about-project-text-block h5{font-family:MulishRegular;font-size:20px;line-height:1.4;letter-spacing:.5px;color:#fff;margin-right:11.4%}footer.footer-contact-us-wrapper .tell-us-about-project form [type=checkbox]:checked,footer.footer-contact-us-wrapper .tell-us-about-project form [type=checkbox]:not(:checked){position:absolute;left:-9999px}footer.footer-contact-us-wrapper .tell-us-about-project form [type=checkbox]:checked+label,footer.footer-contact-us-wrapper .tell-us-about-project form [type=checkbox]:not(:checked)+label{position:relative;padding-left:1.95em;cursor:pointer}footer.footer-contact-us-wrapper .tell-us-about-project form [type=checkbox]:checked+label:before,footer.footer-contact-us-wrapper .tell-us-about-project form [type=checkbox]:not(:checked)+label:before{content:"";position:absolute;width:18px;height:18px;-webkit-box-sizing:border-box;box-sizing:border-box;left:0;top:-1px;border:1px solid #004ab6;background:#fff;-webkit-box-shadow:inset 0 1px 3px rgba(0,0,0,.1);box-shadow:inset 0 1px 3px rgba(0,0,0,.1)}footer.footer-contact-us-wrapper .tell-us-about-project form [type=checkbox]:checked+label:after,footer.footer-contact-us-wrapper .tell-us-about-project form [type=checkbox]:not(:checked)+label:after{content:url(//www.integrasources.com/wp-content/themes/integra/img/i/enabled.svg);position:absolute;left:0;top:0;font-size:1.4em;line-height:.8;-webkit-transition:all .2s;transition:all .2s}footer.footer-contact-us-wrapper .tell-us-about-project form [type=checkbox]:not(:checked)+label:after{opacity:0;-webkit-transform:scale(0);transform:scale(0)}footer.footer-contact-us-wrapper .tell-us-about-project form [type=checkbox]:checked+label:after{opacity:1;-webkit-transform:scale(1);transform:scale(1)}footer.footer-contact-us-wrapper .tell-us-about-project form [type=checkbox]:disabled:checked+label:before,footer.footer-contact-us-wrapper .tell-us-about-project form [type=checkbox]:disabled:not(:checked)+label:before{-webkit-box-shadow:none;box-shadow:none;border-color:#bbb;background-color:#ddd}footer.footer-contact-us-wrapper .tell-us-about-project form [type=checkbox]:disabled:checked+label:after{color:#999}footer.footer-contact-us-wrapper .tell-us-about-project form [type=checkbox]:disabled+label{color:#aaa}footer.footer-contact-us-wrapper .tell-us-about-project form [type=checkbox]:checked:hover+label:before,footer.footer-contact-us-wrapper .tell-us-about-project form [type=checkbox]:not(:checked):hover+label:before{border:1px solid #004ab6;background-color:rgba(219,223,229,.4)}footer.footer-contact-us-wrapper .tell-us-about-project form .error-span{display:block;margin-left:auto;font-family:MulishRegular;font-size:12px;line-height:2;letter-spacing:.4px;text-align:right;color:#ff3c3c;opacity:0;-webkit-transition:.3s;transition:.3s}footer.footer-contact-us-wrapper .tell-us-about-project form .error-span.active{opacity:1}footer.footer-contact-us-wrapper .tell-us-about-project form .tell-us-about-project-forms-block-row-1{display:-ms-flexbox;display:-webkit-box;display:flex;-ms-flex-direction:row;-webkit-box-orient:horizontal;-webkit-box-direction:normal;flex-direction:row}footer.footer-contact-us-wrapper .tell-us-about-project form .tell-us-about-project-forms-block-row-1 .tell-us-about-project-forms-blockrow-1-column-1{margin-right:3.94%;width:37.8%}footer.footer-contact-us-wrapper .tell-us-about-project form .tell-us-about-project-forms-block-row-1 .tell-us-about-project-forms-blockrow-1-column-1 .tell-us-about-project-forms-block-wrapper p{width:100%;-webkit-box-sizing:border-box;box-sizing:border-box;display:-ms-flexbox;display:-webkit-box;display:flex;-ms-flex-direction:row;-webkit-box-orient:horizontal;-webkit-box-direction:normal;flex-direction:row;padding-left:24px;font-family:MulishRegular;font-size:14px!important;line-height:1.71;letter-spacing:.4px;color:#fff}footer.footer-contact-us-wrapper .tell-us-about-project form .tell-us-about-project-forms-block-row-1 .tell-us-about-project-forms-blockrow-1-column-1 .tell-us-about-project-forms-block-wrapper p.input{margin-top:16px}footer.footer-contact-us-wrapper .tell-us-about-project form .tell-us-about-project-forms-block-row-1 .tell-us-about-project-forms-blockrow-1-column-1 .tell-us-about-project-forms-block-wrapper input,footer.footer-contact-us-wrapper .tell-us-about-project form .tell-us-about-project-forms-block-row-1 .tell-us-about-project-forms-blockrow-1-column-1 .tell-us-about-project-forms-block-wrapper select{width:100%;height:60px;padding-left:24px;background-color:rgba(0,83,206,.34);border:1px solid rgba(0,158,253,.9);font-family:MulishRegular;font-size:16px;line-height:1.5;letter-spacing:.5px;color:#fff;caret-color:rgba(0,158,253,.9);-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-appearance:none;-moz-appearance:none}@media (max-width:768px){footer.footer-contact-us-wrapper .tell-us-about-project form .tell-us-about-project-forms-block-row-1 .tell-us-about-project-forms-blockrow-1-column-1 .tell-us-about-project-forms-block-wrapper input,footer.footer-contact-us-wrapper .tell-us-about-project form .tell-us-about-project-forms-block-row-1 .tell-us-about-project-forms-blockrow-1-column-1 .tell-us-about-project-forms-block-wrapper select{height:50px}}@media (max-width:450px){footer.footer-contact-us-wrapper .tell-us-about-project form .tell-us-about-project-forms-block-row-1 .tell-us-about-project-forms-blockrow-1-column-1 .tell-us-about-project-forms-block-wrapper input,footer.footer-contact-us-wrapper .tell-us-about-project form .tell-us-about-project-forms-block-row-1 .tell-us-about-project-forms-blockrow-1-column-1 .tell-us-about-project-forms-block-wrapper select{height:44px}}footer.footer-contact-us-wrapper .tell-us-about-project form .tell-us-about-project-forms-block-row-1 .tell-us-about-project-forms-blockrow-1-column-1 .tell-us-about-project-forms-block-wrapper input:hover,footer.footer-contact-us-wrapper .tell-us-about-project form .tell-us-about-project-forms-block-row-1 .tell-us-about-project-forms-blockrow-1-column-1 .tell-us-about-project-forms-block-wrapper select:hover{background-color:rgba(0,83,206,.44)}footer.footer-contact-us-wrapper .tell-us-about-project form .tell-us-about-project-forms-block-row-1 .tell-us-about-project-forms-blockrow-1-column-1 .tell-us-about-project-forms-block-wrapper input:not(.phone-input).active{border:1px solid #ff3c3c;outline:0}footer.footer-contact-us-wrapper .tell-us-about-project form .tell-us-about-project-forms-block-row-1 .tell-us-about-project-forms-blockrow-1-column-1 .tell-us-about-project-forms-block-wrapper input:not(.phone-input).active:hover{border:2px solid #ff3c3c;padding-left:23px}footer.footer-contact-us-wrapper .tell-us-about-project form .tell-us-about-project-forms-block-row-1 .tell-us-about-project-forms-blockrow-1-column-1 .tell-us-about-project-forms-block-wrapper select{background-repeat:no-repeat;background-position:97% 50%;cursor:pointer}footer.footer-contact-us-wrapper .tell-us-about-project form .tell-us-about-project-forms-block-row-1 .tell-us-about-project-forms-blockrow-1-column-1 .tell-us-about-project-forms-block-wrapper select.active{background-color:rgba(0,83,206,.24);border:1px solid #ce3437}@media (max-width:850px){.case-page-wrapper footer.footer-light-wrapper{width:100%}.case-page-wrapper footer.footer-light-wrapper .tell-us-about-project .tell-us-about-project-text-block{margin:0 4.1% 60px}.case-page-wrapper footer.footer-light-wrapper .tell-us-about-project .tell-us-about-project-text-block h2{font-size:32px}.case-page-wrapper footer.footer-light-wrapper .tell-us-about-project .tell-us-about-project-text-block h5{font-size:16px}.case-page-wrapper footer.footer-light-wrapper .tell-us-about-project form{margin:0 auto}.case-page-wrapper footer.footer-light-wrapper .tell-us-about-project form .tell-us-about-project-forms-block-row-1{width:77.6%;margin:0 auto;-ms-flex-direction:column;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column}.case-page-wrapper footer.footer-light-wrapper .tell-us-about-project form .tell-us-about-project-forms-block-row-1 .tell-us-about-project-forms-blockrow-1-column-1{width:100%;margin:0 auto}.case-page-wrapper footer.footer-light-wrapper .tell-us-about-project form .tell-us-about-project-forms-block-row-1 .tell-us-about-project-forms-blockrow-1-column-1 .tell-us-about-project-forms-block-wrapper p{max-width:100%;width:auto}.case-page-wrapper footer.footer-light-wrapper .tell-us-about-project form .tell-us-about-project-forms-block-row-1 .tell-us-about-project-forms-blockrow-1-column-1 .tell-us-about-project-forms-block-wrapper input{padding:0 0 0 24px;-webkit-box-sizing:border-box;box-sizing:border-box;width:100%;margin:0 0 15px}.case-page-wrapper footer.footer-light-wrapper .tell-us-about-project form .tell-us-about-project-forms-block-row-1 .tell-us-about-project-forms-blockrow-1-column-2{width:100%}.case-page-wrapper footer.footer-light-wrapper .tell-us-about-project form .tell-us-about-project-forms-block-row-1 .tell-us-about-project-forms-blockrow-1-column-2 p{margin-top:16px}.case-page-wrapper footer.footer-light-wrapper .tell-us-about-project form .tell-us-about-project-forms-block-row-1 .tell-us-about-project-forms-blockrow-1-column-2 textarea{width:100%;padding:18px 0 0 24px;-webkit-box-sizing:border-box;box-sizing:border-box}.case-page-wrapper footer.footer-light-wrapper .tell-us-about-project form .tell-us-about-project-forms-block-row-1 .tell-us-about-project-forms-blockrow-1-column-2 .checkbox-text{display:-ms-flexbox;display:-webkit-box;display:flex;-ms-flex-direction:row;-webkit-box-orient:horizontal;-webkit-box-direction:normal;flex-direction:row;-ms-flex-pack:center;-webkit-box-pack:center;justify-content:center}.case-page-wrapper footer.footer-light-wrapper .tell-us-about-project form .tell-us-about-project-forms-block-row-1 .tell-us-about-project-forms-blockrow-1-column-2 .checkbox-text p{margin:0}.case-page-wrapper footer.footer-light-wrapper .tell-us-about-project form .tell-us-about-project-forms-block-row-1 .tell-us-about-project-forms-blockrow-1-column-2 .checkbox-text p:first-child{margin-right:34px}.case-page-wrapper footer.footer-light-wrapper .tell-us-about-project form .tell-us-about-project-forms-block-row-2{margin-top:38px}.case-page-wrapper footer.footer-light-wrapper .tell-us-about-project form .tell-us-about-project-forms-block-row-2 .tell-us-about-project-checkbox-wrapper{-ms-flex-direction:column;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;-ms-flex-align:center;-webkit-box-align:center;align-items:center}.case-page-wrapper footer.footer-light-wrapper .tell-us-about-project form .tell-us-about-project-forms-block-row-2 .tell-us-about-project-checkbox-wrapper p{width:77.6%;-ms-flex-order:1;-webkit-box-ordinal-group:2;order:1;margin-top:30px}footer .tell-us-about-project .wpcf7 form.wpcf7-form .tell-us-about-project-forms-block-row-2 .tell-us-about-project-checkbox-wrapper p{margin-top:30px}.single-service-wrapper footer .tell-us-about-project .wpcf7 form.wpcf7-form .tell-us-about-project-forms-block-row-2 .tell-us-about-project-checkbox-wrapper p{margin-top:0}.case-page-wrapper footer.footer-light-wrapper .tell-us-about-project form .tell-us-about-project-forms-block-row-2 .tell-us-about-project-checkbox-wrapper button{width:77.6%;margin:0 auto}.case-page-wrapper footer.footer-light-wrapper .footer-menu{margin:0 3.1%}.case-page-wrapper footer.footer-light-wrapper .footer-menu .footer-menu-row1{-ms-flex-wrap:wrap;flex-wrap:wrap}.case-page-wrapper footer.footer-light-wrapper .footer-menu .footer-menu-row1 .footer-menu-row1-column1{display:-ms-flexbox;display:-webkit-box;display:flex;-ms-flex-direction:column;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;-ms-flex-pack:center;-webkit-box-pack:center;justify-content:center;margin-bottom:46px;width:100%}.case-page-wrapper footer.footer-light-wrapper .footer-menu .footer-menu-row1 .footer-menu-row1-column1 p{text-align:center;width:100%}.case-page-wrapper footer.footer-light-wrapper .footer-menu .footer-menu-row1 .footer-menu-row1-column1 .logo-place{margin:0 auto}.case-page-wrapper footer.footer-light-wrapper .footer-menu .footer-menu-row1 .footer-menu-row1-column4{width:31%}.case-page-wrapper footer.footer-light-wrapper .footer-bottom-block .footer-bottom-block-column-2{text-align:center}.case-page-wrapper footer.footer-light-wrapper .footer-bottom-block .footer-bottom-block-column-2 p{width:139px;font-size:12px}}@media (max-width:540px){.case-page-wrapper footer.footer-light-wrapper .tell-us-about-project{padding:50px 12px 34px}.case-page-wrapper footer.footer-light-wrapper .tell-us-about-project .tell-us-about-project-text-block{margin:0 0 22px}.case-page-wrapper footer.footer-light-wrapper .tell-us-about-project .tell-us-about-project-text-block h2{font-size:24px!important;font-stretch:normal;font-style:normal;line-height:normal;letter-spacing:.3px}.case-page-wrapper footer.footer-light-wrapper .tell-us-about-project .tell-us-about-project-text-block h2 img{width:4px;height:4px}.case-page-wrapper footer.footer-light-wrapper .tell-us-about-project .tell-us-about-project-text-block h2.got-a-project img.ques-sign,.case-page-wrapper footer.footer-light-wrapper .tell-us-about-project .tell-us-about-project-text-block h2.looking-to-build img.ques-sign{width:15px!important;height:20px!important}.case-page-wrapper footer.footer-light-wrapper .tell-us-about-project form,.case-page-wrapper footer.footer-light-wrapper .tell-us-about-project form .tell-us-about-project-forms-block-row-1,.case-page-wrapper footer.footer-light-wrapper .tell-us-about-project form .tell-us-about-project-forms-block-row-2 .tell-us-about-project-checkbox-wrapper button,.case-page-wrapper footer.footer-light-wrapper .tell-us-about-project form .tell-us-about-project-forms-block-row-2 .tell-us-about-project-checkbox-wrapper p{width:100%}.case-page-wrapper footer.footer-light-wrapper .tell-us-about-project .tell-us-about-project-text-block h5{font-size:14px}.case-page-wrapper footer.footer-light-wrapper .tell-us-about-project form .tell-us-about-project-forms-block-row-1 .tell-us-about-project-forms-blockrow-1-column-2 .checkbox-text{-ms-flex-direction:column;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;-ms-flex-pack:normal;-webkit-box-pack:normal;justify-content:normal}.case-page-wrapper footer.footer-light-wrapper .tell-us-about-project form .tell-us-about-project-forms-block-row-1 .tell-us-about-project-forms-blockrow-1-column-2 .checkbox-text p:first-child{margin-bottom:18px}.case-page-wrapper footer.footer-light-wrapper .tell-us-about-project form .tell-us-about-project-forms-block-row-2 .tell-us-about-project-checkbox-wrapper label{font-size:12px;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.case-page-wrapper footer.footer-light-wrapper .footer-menu{padding-top:27px}.case-page-wrapper footer.footer-light-wrapper .footer-menu .footer-menu-row1 ul a{color:#5e6063}.case-page-wrapper footer.footer-light-wrapper .footer-menu .footer-menu-row1 .footer-menu-row1-column1{display:-ms-flexbox;display:-webkit-box;display:flex;-ms-flex-direction:column;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column}.case-page-wrapper footer.footer-light-wrapper .footer-bottom-block .footer-bottom-block-column-1 p,.case-page-wrapper footer.footer-light-wrapper .footer-bottom-block .footer-bottom-block-column-1 p img,.case-page-wrapper footer.footer-light-wrapper .footer-menu .footer-menu-row1 .footer-menu-row1-column3,.case-page-wrapper footer.footer-light-wrapper .footer-menu .footer-menu-row1 .footer-menu-row1-column4,.case-page-wrapper footer.footer-light-wrapper .footer-menu .footer-menu-row1 hr{display:none}.case-page-wrapper footer.footer-light-wrapper .footer-menu .footer-menu-row1 .footer-menu-row1-column1 .logo-place{margin:10px 0 0;text-align:left}.case-page-wrapper footer.footer-light-wrapper .footer-menu .footer-menu-row1 .footer-menu-row1-column1 p{margin:10px 0 0;text-align:left;width:84.4%}.case-page-wrapper footer.footer-light-wrapper .footer-bottom-block{-ms-flex-direction:column;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;-ms-flex-align:start;-webkit-box-align:start;align-items:flex-start;margin:25px 3.1% 41px}.case-page-wrapper footer.footer-light-wrapper .footer-bottom-block p{font-size:14px!important}.case-page-wrapper footer.footer-light-wrapper .footer-bottom-block .footer-bottom-block-column-1{width:100%}.case-page-wrapper footer.footer-light-wrapper .footer-bottom-block .footer-bottom-block-column-1 p.hide-p{display:block}.case-page-wrapper footer.footer-light-wrapper .footer-bottom-block .footer-bottom-block-column-1 p:last-child{display:-ms-flexbox;display:-webkit-box;display:flex;-ms-flex-direction:column;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;margin-top:14px;margin-bottom:24px}.case-page-wrapper footer.footer-light-wrapper .footer-bottom-block .footer-bottom-block-column-1 p:last-child a:first-child{margin-bottom:16px}.case-page-wrapper footer.footer-light-wrapper .footer-bottom-block .footer-bottom-block-column-2{width:100%;margin:24px 0;-ms-flex-order:1;-webkit-box-ordinal-group:2;order:1;text-align:left;-ms-flex-pack:start;-webkit-box-pack:start;justify-content:flex-start}.case-page-wrapper footer.footer-light-wrapper .footer-bottom-block .footer-bottom-block-column-2 p{width:auto;font-size:12px!important}.case-page-wrapper footer.footer-light-wrapper .footer-bottom-block .footer-bottom-block-column-3{width:auto}}h1,h2,h3,h4,h5{font-family:MulishBlack;color:#081120;font-style:normal;font-stretch:normal;line-height:normal;font-weight:400}h1{font-size:46px;letter-spacing:.58px}h2{font-size:38px;letter-spacing:.48px}h3{font-size:24px;letter-spacing:.33px}h4,h5{font-size:20px}h4{letter-spacing:.25px}#cookies-message button,.top-desc,h5{letter-spacing:.5px}h5{font-family:MulishRegular;line-height:1.4;color:#5e6063}.services-wrapper .solute-wrapper h1{color:#fff;margin-bottom:25px;line-height:1.13}.wp-block-lazyblock-services-cards .our-services-wrapper .inside-content-block h3.header{margin-bottom:0}.services-wrapper .our-technologies-wrapper .our-technologies-lists-wrapper .our-technologies-lists-row .our-technologies-lists-column1 h3,.services-wrapper .our-technologies-wrapper .our-technologies-lists-wrapper .our-technologies-lists-row .our-technologies-lists-column2 h3{color:#fff;margin-top:40px}.services-wrapper .top-desc{color:#fff}.they-trust-us-wrapper h2{text-align:center;margin-bottom:4px}footer .tell-us-about-project .tell-us-about-project-text-block h2{display:block!important}@media (max-width:700px){.case-page-wrapper .you-might-also-like-wrapper h2{font-size:20px!important}}.case-page-wrapper .you-might-also-like-wrapper .img-blocks-wrapper .more-wr{width:48%}.case-page-wrapper .you-might-also-like-wrapper .img-blocks-wrapper .learn-more{padding:20px 39px 20px 30px;-ms-flex-direction:row;-webkit-box-orient:horizontal;-webkit-box-direction:normal;flex-direction:row;-ms-flex-align:center;-webkit-box-align:center;align-items:center;font-family:MulishMedium;font-size:11px;font-weight:500;letter-spacing:.5px;color:rgba(0,83,206,.9)}.case-page-wrapper .you-might-also-like-wrapper .img-blocks-wrapper .learn-more.desctop{display:-webkit-box;display:-ms-flexbox;display:flex}.case-page-wrapper .you-might-also-like-wrapper .img-blocks-wrapper .learn-more.mobile{display:none}@media (max-width:1024px){.case-page-wrapper .you-might-also-like-wrapper .img-blocks-wrapper .learn-more{padding:20px 12px 30px 24px}}.case-page-wrapper .you-might-also-like-wrapper .img-blocks-wrapper .learn-more:hover img{margin-left:8px}.case-page-wrapper .you-might-also-like-wrapper .img-blocks-wrapper .learn-more img{margin-left:4px;width:9px;height:8px;-webkit-transition:.3s;transition:.3s}.case-page-wrapper .you-might-also-like-wrapper .img-blocks-wrapper .inside-block{overflow-y:hidden}.case-page-wrapper .solute-wrapper h1{margin-bottom:12px}@media (max-width:768px){.case-page-wrapper .solute-wrapper h1{font-size:36px}}@media (max-width:700px){.case-page-wrapper .you-might-also-like-wrapper .img-blocks-wrapper .learn-more.desctop{display:none}.case-page-wrapper .you-might-also-like-wrapper .img-blocks-wrapper .learn-more.mobile{display:-webkit-box;display:-ms-flexbox;display:flex}.case-page-wrapper .you-might-also-like-wrapper .img-blocks-wrapper .inside-block{height:auto;min-height:200px;padding-bottom:0}.case-page-wrapper .solute-wrapper h1{font-size:28px!important;margin:60px 0 0 12px}}.case-page-wrapper .solute-wrapper .top-desc{display:-ms-flexbox;display:-webkit-box;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-direction:row;-webkit-box-orient:horizontal;-webkit-box-direction:normal;flex-direction:row;-ms-flex-align:center;-webkit-box-align:center;align-items:center;margin-bottom:68px}@media (max-width:700px){.case-page-wrapper .solute-wrapper .top-desc{-ms-flex-direction:column;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;-ms-flex-align:start;-webkit-box-align:start;align-items:flex-start;font-size:16px;margin:12px 0 0 12px}}@media (max-width:768px){.case-page-wrapper .solute-wrapper .top-desc{font-size:16px!important;margin-bottom:40px}.article-wrapper .solute-wrapper h1{font-size:36px}}.case-page-wrapper .solute-wrapper .top-desc .column{display:-ms-flexbox;display:-webkit-box;display:flex;-ms-flex-direction:row;-webkit-box-orient:horizontal;-webkit-box-direction:normal;flex-direction:row;-ms-flex-align:center;-webkit-box-align:center;align-items:center}.case-page-wrapper .solute-wrapper .top-desc .column:first-child img{display:none}@media (max-width:700px){.case-page-wrapper .solute-wrapper .top-desc .column{margin-bottom:10px}.case-page-wrapper .solute-wrapper .top-desc .column:first-child img{display:inline}}.case-page-wrapper .solute-wrapper .top-desc .column img{width:4px;height:4px;margin:0 4px}.article-wrapper .solute-wrapper h1{max-width:100%;text-align:center;color:#fff}#cookies-message a:hover,#cookies-message button{color:rgba(0,83,206,.9)}.cloud_platforms .cloud_platforms_block .cloud_platforms_block_content h3{padding:14px 0 9px;text-align:center}#cookies-message{width:100%;position:fixed;font-family:MulishRegular;bottom:0;background:#fff;line-height:1.4;z-index:10;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-shadow:0 0 10px rgba(0,0,0,.5);box-shadow:0 0 10px rgba(0,0,0,.5);visibility:hidden;opacity:0;-webkit-transition:visibility 0s,opacity .5s linear;transition:visibility 0s,opacity .5s linear}@media (max-width:480px){#cookies-message{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}#cookies-message button{margin-bottom:20px}}#cookies-message button{text-transform:uppercase;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-pack:center;-webkit-box-pack:center;justify-content:center;-ms-flex-align:center;-webkit-box-align:center;align-items:center;min-width:180px;margin-right:20px;height:44px;-ms-flex-item-align:center;align-self:center;border:1px solid rgba(0,83,206,.9);background-color:#fff;text-align:center;font-family:MulishMedium;font-size:11px;font-weight:500;-webkit-box-sizing:border-box;box-sizing:border-box;cursor:pointer}#cookies-message button:hover{border:2px solid rgba(0,83,206,.9);background-image:linear-gradient(283deg,#fff,#fff)}#cookies-message div{padding:20px;max-width:100%}#cookies-message a{color:#000;-webkit-transition:.3s;transition:.3s}.case-page-wrapper .tell-us-about-project-checkbox-wrapper span{color:#081120}@media (max-width:540px){footer img[src$="ques-sign.svg"],footer img[src$="question.svg"]{width:17px!important;height:17px!important}}.top-desc{font-family:MulishRegular;font-size:20px;line-height:1.4;color:#5e6063;font-weight:400}@media (max-width:768px){.top-desc{font-size:16px}}@media (max-width:700px){.why-choose-us .why-choose-us-plate-block h3{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;margin:0 0 10px}}.solute-wrapper .solute-text-block div.top-desc{margin-bottom:30px}.services-wrapper .our-technologies-wrapper .our-technologies-lists-wrapper .our-technologies-lists-row .our-technologies-lists-column1 h3 span,.services-wrapper .our-technologies-wrapper .our-technologies-lists-wrapper .our-technologies-lists-row .our-technologies-lists-column2 h3 span{background-image:linear-gradient(47deg,rgba(0,83,206,.9),rgba(0,158,253,.89));font-family:Mulish;font-size:24px;font-weight:400;font-style:normal;font-stretch:normal;line-height:1.25;letter-spacing:.75px;-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.card-desc,.file-upload-form .pretty-load{font-size:14px}.card-desc{font-weight:400;font-style:normal;font-stretch:normal;letter-spacing:.44px}.article-wrapper .author-wrapper a{word-wrap:break-word}.article-wrapper .author-wrapper a:hover{text-decoration:underline}@media (max-width:870px){.article-wrapper .author-wrapper{margin:0 12px;width:auto}.article-wrapper .author-wrapper .column2{max-width:100%;margin:0 auto}}@media (max-width:720px){.article-wrapper .author-wrapper{margin:0 12px;width:auto}}.main-text-wrapper *{max-width:100%}.label-with-after-checkbox{font-size:14px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;height:18px}.label-with-after-checkbox:after,.label-with-after-checkbox:before{top:-4px!important}.file-upload-form .pretty-load::-webkit-input-placeholder{white-space:pre}.file-upload-form .pretty-load::-moz-placeholder{white-space:pre}.file-upload-form .pretty-load:-ms-input-placeholder{white-space:pre}.file-upload-form .pretty-load::-ms-input-placeholder{white-space:pre;color:hsla(0,0%,100%,.4)}.file-upload-form .pretty-load::placeholder{white-space:pre;color:hsla(0,0%,100%,.4)}.file-upload-form .pretty-load::-webkit-input-placeholder{white-space:pre-line;color:hsla(0,0%,100%,.4)}.file-upload-form .pretty-load::-moz-placeholder{white-space:pre-line;color:hsla(0,0%,100%,.4)}.file-upload-form .pretty-load:-ms-input-placeholder{white-space:pre-line;color:hsla(0,0%,100%,.4)}.file-upload-form .pretty-load:-moz-placeholder{white-space:pre-line;color:hsla(0,0%,100%,.4)}.set-shadow{opacity:.4}.loader{position:relative;left:50%;top:50%;z-index:1;width:120px;height:120px;margin:-75px 0 0 -75px;border-radius:50%;border:16px solid #f3f3f3;border-top-color:#3498db;-webkit-animation:spin 2s linear infinite;animation:spin 2s linear infinite}@-webkit-keyframes spin{0%{-webkit-transform:rotate(0)}to{-webkit-transform:rotate(1turn)}}@keyframes spin{0%{-webkit-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}#shares_bottom .jssocials-shares{display:-ms-flexbox;display:-webkit-box;display:flex;-ms-flex-direction:row;-webkit-box-orient:horizontal;-webkit-box-direction:normal;flex-direction:row;-ms-flex-align:center;-webkit-box-align:center;align-items:center;margin-left:2%}#shares_bottom .jssocials-shares .jssocials-share{margin-right:14px}.column2 p.the-project-is{padding-left:20px;border-style:solid;border-left-width:2px;border-image-source:linear-gradient(0deg,rgba(0,83,206,.9),rgba(0,158,253,.89));border-image-slice:1;font-family:MulishMedium!important;font-size:24px!important;font-weight:500!important;font-style:italic;line-height:1.75!important;color:#081120!important;margin:50px 0}.column2 p a{font-family:Mulish!important;font-weight:400;color:rgba(0,83,206,.9)}.column2 ul li{font-family:MulishRegular!important;font-size:18px;line-height:1.44;letter-spacing:.6px;color:#5e6063;margin-bottom:26px;margin-left:15px;list-style:none}.column2 ul li:before{content:"•";color:rgba(0,83,206,.9);display:inline-block;width:1em;margin-left:-1em}@media (max-width:570px){body.blog-wrapper .want-to-know-more-wrapper form button:nth-child(3){display:none}}#policy-error{display:block;position:relative;top:0;right:0;font-family:MulishRegular;font-size:12px;line-height:2;letter-spacing:.4px;color:#ff3c3c;margin-top:8px;text-align:left;opacity:0}.tell-us-about-project-checkbox-wrapper label.active+#policy-error,.tell-us-about-project-forms-blockrow-1-column-2 label.active+#policy-error{opacity:1}@media (max-width:1024px){.column3 .jssocials-shares{height:50px;width:410px;display:-ms-flexbox;display:-webkit-box;display:flex;-ms-flex-direction:row;-webkit-box-orient:horizontal;-webkit-box-direction:normal;flex-direction:row}.column3 .jssocials-shares .jssocials-share{-ms-flex-align:center;-webkit-box-align:center;align-items:center;margin-left:4.3%}}.solution-block .slider-p{width:51%!important;position:relative!important;top:-28px!important;font-family:RobotoMono!important;font-size:16px;line-height:1.75;letter-spacing:.4px;text-align:center;color:#909396!important}@media (max-width:768px){.solution-block .slider-p{top:-108px!important}}@media (max-width:1024px){.solution-block #shares{width:59%}}progress{width:100%;height:100%;opacity:.8}@-moz-document url-prefix(){progress{background-color:#000;-webkit-appearance:none}}progress[value]::-moz-progress-bar{background-color:#1ddc28}progress[value]::-webkit-progress-value{background-color:#1ddc28}@media (max-width:700px){#get-pdf-form .gradient-button:nth-child(3){display:none}}::-webkit-progress-bar{background-color:#000}.footer-light-wrapper input.edge-autofilled{background-color:rgba(0,158,253,.05)!important;background-image:none!important;color:#000!important}@media (max-width:450px){textarea{height:295px!important}}.footer-contact-us-wrapper input{margin-bottom:0}::-webkit-input-placeholder{opacity:1;-webkit-transition:opacity .5s;transition:opacity .5s}::-moz-placeholder{opacity:1;-moz-transition:opacity .5s;transition:opacity .5s}:-ms-input-placeholder{opacity:1;-ms-transition:opacity .5s;transition:opacity .5s}::-ms-input-placeholder{opacity:1;-webkit-transition:opacity .5s;-ms-transition:opacity .5s;transition:opacity .5s}::placeholder{opacity:1;-webkit-transition:opacity .5s;transition:opacity .5s}footer .tell-us-about-project ::-webkit-input-placeholder{color:hsla(0,0%,100%,.4)}footer .tell-us-about-project ::-moz-placeholder{color:hsla(0,0%,100%,.4)}footer .tell-us-about-project :-ms-input-placeholder{color:hsla(0,0%,100%,.4)}footer .tell-us-about-project ::-ms-input-placeholder{color:hsla(0,0%,100%,.4)}footer .tell-us-about-project ::placeholder{color:hsla(0,0%,100%,.4)}footer.footer-light-wrapper ::-webkit-input-placeholder{color:rgba(0,83,206,.9);opacity:.4}footer.footer-light-wrapper ::-moz-placeholder{color:rgba(0,83,206,.9);opacity:.4}footer.footer-light-wrapper :-ms-input-placeholder{color:rgba(0,83,206,.9);opacity:.4}footer.footer-light-wrapper ::-ms-input-placeholder{color:rgba(0,83,206,.9);opacity:.4}footer.footer-light-wrapper ::placeholder{color:rgba(0,83,206,.9);opacity:.4}@media (min-width:769px) and (max-width:1024px){footer .tell-us-about-project form .tell-us-about-project-forms-block-row-1 .tell-us-about-project-forms-blockrow-1-column-1 .tell-us-about-project-forms-block-wrapper p{width:90%}}.d-flex{display:-webkit-box;display:-ms-flexbox;display:flex}.d-flex.column{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}header #services{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}header #services a.hover{position:absolute;height:76px;width:70px;cursor:pointer}header #services a:active,header #services a:focus,header #services a:hover{outline:0}header #services img{width:9px;height:6px;margin-left:5px}header #services:hover ul.menu{top:40px;visibility:visible;opacity:1}header #services:hover>a{color:rgba(0,83,206,.9)}@media (max-width:480px){header .hide-menu__top-block{height:48px}header .hide-menu__top-block img{max-width:115px}header .hide-menu__top-block img.close{max-width:28px}}header .hide-menu__top-block .cancel-icon{margin-right:41px;width:auto!important;height:auto!important}header .hide-menu__top-block .cancel-icon .cancel-icon-line{background-color:rgba(0,83,206,.9)!important}header .hide-menu__top-block a{margin-left:41px}header .hide-menu{padding:33px 47px 0 42px!important}@media (max-width:768px){header .hide-menu__top-block .cancel-icon{margin-right:23px}header .hide-menu{padding:33px 24px 0!important}}header .hide-menu ul{-webkit-box-align:start!important;-ms-flex-align:start!important;align-items:start!important;margin-top:75px}@media (max-width:480px){header .hide-menu__top-block .cancel-icon{margin-right:12px}header .hide-menu__top-block a{margin-left:12px}header .hide-menu{padding:33px 14px 0!important}header .hide-menu ul{margin-top:52px}}header .hide-menu ul li{width:100%;border-bottom:1px solid rgba(219,223,229,.24);padding:24px 0;margin-bottom:0!important;display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important}@media (max-width:480px){header .hide-menu ul li{padding:16px 0}}header .hide-menu ul li.services-menu-li-mobile{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}header .hide-menu ul li.services-menu-li-mobile .menu-wrapper{display:none}header .hide-menu ul li.services-menu-li-mobile .with-mobile-submenu{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}@media (max-width:1100px){header .hide-menu ul li.services-menu-li-mobile .with-mobile-submenu a{width:80%!important}}header .hide-menu ul li.services-menu-li-mobile .with-mobile-submenu img.plus{-webkit-transition:-webkit-transform .4s;transition:-webkit-transform .4s;transition:transform .4s;transition:transform .4s,-webkit-transform .4s}@media (max-width:768px){header .hide-menu ul li.services-menu-li-mobile .with-mobile-submenu img.plus{margin-right:5px;padding:10px;position:absolute;right:15px}}@media (max-width:500px){header .hide-menu ul li.services-menu-li-mobile .with-mobile-submenu img.plus{position:absolute;right:3px;margin-right:0}}header .hide-menu ul li.services-menu-li-mobile.open img.plus{-webkit-transform:rotate(45deg);transform:rotate(45deg)}header .hide-menu ul li.services-menu-li-mobile ul.services-submenu-mobile{margin-left:20px;margin-top:0;display:-webkit-box;display:-ms-flexbox;display:flex}header .hide-menu ul li.services-menu-li-mobile ul.services-submenu-mobile li{border-bottom:0;padding:12px 0}@media (max-width:480px){header .hide-menu ul li.services-menu-li-mobile .with-mobile-submenu img.plus{width:39px;margin-right:5px}header .hide-menu ul li.services-menu-li-mobile ul.services-submenu-mobile li{padding:10px 0}}@media (max-width:480px) and (min-width:270px){header .hide-menu ul li.services-menu-li-mobile ul.services-submenu-mobile li{width:258px}}header .hide-menu ul li.services-menu-li-mobile ul.services-submenu-mobile li:first-child{padding-top:15px}@media (max-width:768px){header .hide-menu ul li.services-menu-li-mobile ul.services-submenu-mobile li:first-child{padding-top:20px}}header .hide-menu ul li.services-menu-li-mobile ul.services-submenu-mobile li:last-child{padding-bottom:0}header .hide-menu ul li.services-menu-li-mobile ul.services-submenu-mobile li a{color:#dbdfe5!important;font-family:Mulish!important;font-size:16px!important;font-stretch:normal!important;font-style:normal!important;line-height:1.13!important;letter-spacing:-.11px!important}@media (max-width:480px){header .hide-menu ul li.services-menu-li-mobile ul.services-submenu-mobile li:first-child{padding-top:30px}header .hide-menu ul li.services-menu-li-mobile ul.services-submenu-mobile li:last-child{padding-bottom:14px}header .hide-menu ul li.services-menu-li-mobile ul.services-submenu-mobile li a{font-size:14px!important;line-height:1.29!important;letter-spacing:-.1px!important}}header .hide-menu ul li:last-child{border-bottom:none}header .hide-menu ul li a{font-family:MulishMedium!important;font-size:34px!important;font-weight:500!important;font-stretch:normal!important;font-style:normal!important;line-height:1.18!important;letter-spacing:.43px!important;color:#fff!important;text-align:left!important;-webkit-box-align:start!important;-ms-flex-align:start!important;align-items:start!important;width:100%!important;outline:0;-webkit-tap-highlight-color:transparent}@media (max-width:768px){header .hide-menu ul li a{font-size:32px!important;line-height:1.25!important;letter-spacing:1px!important}}@media (max-width:480px){header .hide-menu ul li a{font-size:20px!important;line-height:normal!important;letter-spacing:.25px!important}}header .hide-menu ul li a.active{border-bottom:none!important}header .hide-menu ul li.contact-us span{background-image:linear-gradient(80deg,rgba(0,83,206,.9),rgba(0,158,253,.89));-webkit-background-clip:text;background-clip:text}@-moz-document url-prefix(){#services{pointer-events:none}}.header-wrapper{position:fixed;top:0;width:100%;z-index:20;background-color:#fff}@media (max-width:1024px){.cases-wrapper .solute-wrapper .top-desc{font-size:20px;font-stretch:normal;font-style:normal;line-height:1.4;letter-spacing:.5px}}.cases-wrapper .recent-projects-images-block .recent-projects__skinview-wrapper{margin-bottom:90px}@media (max-width:768px){.cases-wrapper .solute-wrapper h1{font-size:36px;letter-spacing:.45px}}.tell-us-about-project-forms-block-wrapper input,.tell-us-about-project-forms-block-wrapper textarea{max-width:inherit!important}@media (max-width:850px){footer.footer-light-wrapper div.tell-us-about-project div.tell-us-about-project-text-block,footer.footer-light-wrapper div.tell-us-about-project form{margin:0}footer.footer-light-wrapper div.tell-us-about-project div.tell-us-about-project-forms-block-row-1{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}footer.footer-light-wrapper div.tell-us-about-project div.tell-us-about-project-forms-block-row-1 .tell-us-about-project-forms-blockrow-1-column-1{width:100%;margin-right:0}footer.footer-light-wrapper div.tell-us-about-project div.tell-us-about-project-forms-block-row-1 .tell-us-about-project-forms-blockrow-1-column-2,footer.footer-light-wrapper div.tell-us-about-project div.tell-us-about-project-forms-block-row-2 div.tell-us-about-project-checkbox-wrapper button{width:100%}footer.footer-light-wrapper div.tell-us-about-project div.tell-us-about-project-forms-block-row-2 div.tell-us-about-project-checkbox-wrapper p label span,footer div.tell-us-about-project-forms-block-row-2 div.tell-us-about-project-checkbox-wrapper p label span{font-size:12px;line-height:18px;letter-spacing:.38px}}:root{--ck-z-default:1;--ck-z-modal:calc(var(--ck-z-default) + 999);--ck-color-base-foreground:#fafafa;--ck-color-base-background:#fff;--ck-color-base-border:#c4c4c4;--ck-color-base-action:#61b045;--ck-color-base-focus:#6cb5f9;--ck-color-base-text:#333;--ck-color-base-active:#198cf0;--ck-color-base-active-focus:#0e7fe1;--ck-color-base-error:#db3700;--ck-color-focus-border-coordinates:208,79%,51%;--ck-color-focus-border:hsl(var(--ck-color-focus-border-coordinates));--ck-color-focus-outer-shadow:#bcdefb;--ck-color-focus-disabled-shadow:rgba(119,186,248,0.3);--ck-color-focus-error-shadow:rgba(255,64,31,0.3);--ck-color-text:var(--ck-color-base-text);--ck-color-shadow-drop:rgba(0,0,0,0.15);--ck-color-shadow-drop-active:rgba(0,0,0,0.2);--ck-color-shadow-inner:rgba(0,0,0,0.1);--ck-color-button-default-background:transparent;--ck-color-button-default-hover-background:#e6e6e6;--ck-color-button-default-active-background:#d9d9d9;--ck-color-button-default-active-shadow:#bfbfbf;--ck-color-button-default-disabled-background:transparent;--ck-color-button-on-background:#dedede;--ck-color-button-on-hover-background:#c4c4c4;--ck-color-button-on-active-background:#bababa;--ck-color-button-on-active-shadow:#a1a1a1;--ck-color-button-on-disabled-background:#dedede;--ck-color-button-action-background:var(--ck-color-base-action);--ck-color-button-action-hover-background:#579e3d;--ck-color-button-action-active-background:#53973b;--ck-color-button-action-active-shadow:#498433;--ck-color-button-action-disabled-background:#7ec365;--ck-color-button-action-text:var(--ck-color-base-background);--ck-color-button-save:#008a00;--ck-color-button-cancel:#db3700;--ck-color-switch-button-off-background:#b0b0b0;--ck-color-switch-button-off-hover-background:#a3a3a3;--ck-color-switch-button-on-background:var(--ck-color-button-action-background);--ck-color-switch-button-on-hover-background:#579e3d;--ck-color-switch-button-inner-background:var(--ck-color-base-background);--ck-color-switch-button-inner-shadow:rgba(0,0,0,0.1);--ck-color-dropdown-panel-background:var(--ck-color-base-background);--ck-color-dropdown-panel-border:var(--ck-color-base-border);--ck-color-input-background:var(--ck-color-base-background);--ck-color-input-border:#c7c7c7;--ck-color-input-error-border:var(--ck-color-base-error);--ck-color-input-text:var(--ck-color-base-text);--ck-color-input-disabled-background:#f2f2f2;--ck-color-input-disabled-border:#c7c7c7;--ck-color-input-disabled-text:#5c5c5c;--ck-color-list-background:var(--ck-color-base-background);--ck-color-list-button-hover-background:var(--ck-color-button-default-hover-background);--ck-color-list-button-on-background:var(--ck-color-base-active);--ck-color-list-button-on-background-focus:var(--ck-color-base-active-focus);--ck-color-list-button-on-text:var(--ck-color-base-background);--ck-color-panel-background:var(--ck-color-base-background);--ck-color-panel-border:var(--ck-color-base-border);--ck-color-toolbar-background:var(--ck-color-base-foreground);--ck-color-toolbar-border:var(--ck-color-base-border);--ck-color-tooltip-background:var(--ck-color-base-text);--ck-color-tooltip-text:var(--ck-color-base-background);--ck-color-engine-placeholder-text:#707070;--ck-color-upload-bar-background:#6cb5f9;--ck-color-link-default:#0000f0;--ck-color-link-selected-background:rgba(31,177,255,0.1);--ck-disabled-opacity:0.5;--ck-focus-outer-shadow-geometry:0 0 0 3px;--ck-focus-outer-shadow:var(--ck-focus-outer-shadow-geometry) var(--ck-color-focus-outer-shadow);--ck-focus-disabled-outer-shadow:var(--ck-focus-outer-shadow-geometry) var(--ck-color-focus-disabled-shadow);--ck-focus-error-outer-shadow:var(--ck-focus-outer-shadow-geometry) var(--ck-color-focus-error-shadow);--ck-focus-ring:1px solid var(--ck-color-focus-border);--ck-font-size-base:13px;--ck-line-height-base:1.84615;--ck-font-face:Helvetica,Arial,Tahoma,Verdana,Sans-Serif;--ck-font-size-tiny:0.7em;--ck-font-size-small:0.75em;--ck-font-size-normal:1em;--ck-font-size-big:1.4em;--ck-font-size-large:1.8em;--ck-ui-component-min-height:2.3em}.ck.ck-placeholder:before,.ck .ck-placeholder:before{content:attr(data-placeholder);pointer-events:none}.ck.ck-read-only .ck-placeholder:before{display:none}.ck.ck-placeholder:before,.ck .ck-placeholder:before{cursor:text;color:var(--ck-color-engine-placeholder-text)}.ck-hidden{display:none!important}.ck.ck-reset,.ck.ck-reset_all,.ck.ck-reset_all *{-webkit-box-sizing:border-box;box-sizing:border-box;width:auto;height:auto;position:static;margin:0;padding:0;border:0;background:transparent;text-decoration:none;vertical-align:middle;-webkit-transition:none;transition:none;word-wrap:break-word}.ck.ck-reset_all,.ck.ck-reset_all *{border-collapse:collapse;font:normal normal normal var(--ck-font-size-base)/var(--ck-line-height-base) var(--ck-font-face);color:var(--ck-color-text);text-align:left;white-space:nowrap;cursor:auto;float:none}.ck.ck-reset_all .ck-rtl *{text-align:right}.ck.ck-reset_all iframe{vertical-align:inherit}.ck.ck-reset_all textarea{white-space:pre-wrap}.ck.ck-reset_all input[type=password],.ck.ck-reset_all input[type=text],.ck.ck-reset_all textarea{cursor:text}.ck.ck-reset_all input[type=password][disabled],.ck.ck-reset_all input[type=text][disabled],.ck.ck-reset_all textarea[disabled]{cursor:default}.ck.ck-reset_all fieldset{padding:10px;border:2px groove #dfdee3}.ck.ck-reset_all button::-moz-focus-inner{padding:0;border:0}.ck[dir=rtl],.ck[dir=rtl] .ck{text-align:right}:root{--ck-border-radius:2px;--ck-inner-shadow:2px 2px 3px var(--ck-color-shadow-inner) inset;--ck-drop-shadow:0 1px 2px 1px var(--ck-color-shadow-drop);--ck-drop-shadow-active:0 3px 6px 1px var(--ck-color-shadow-drop-active);--ck-spacing-unit:0.6em;--ck-spacing-large:calc(var(--ck-spacing-unit)*1.5);--ck-spacing-standard:var(--ck-spacing-unit);--ck-spacing-medium:calc(var(--ck-spacing-unit)*0.8);--ck-spacing-small:calc(var(--ck-spacing-unit)*0.5);--ck-spacing-tiny:calc(var(--ck-spacing-unit)*0.3);--ck-spacing-extra-tiny:calc(var(--ck-spacing-unit)*0.16);--ck-color-editable-blur-selection:#d9d9d9}.ck.ck-editor__editable:not(.ck-editor__nested-editable){border-radius:0}.ck-rounded-corners .ck.ck-editor__editable:not(.ck-editor__nested-editable),.ck.ck-editor__editable:not(.ck-editor__nested-editable).ck-rounded-corners{border-radius:var(--ck-border-radius)}.ck.ck-editor__editable:not(.ck-editor__nested-editable).ck-focused{outline:none;border:var(--ck-focus-ring);-webkit-box-shadow:var(--ck-inner-shadow),0 0;box-shadow:var(--ck-inner-shadow),0 0}.ck.ck-editor__editable_inline{overflow:auto;padding:0 var(--ck-spacing-standard);border:1px solid transparent}.ck.ck-editor__editable_inline[dir=ltr]{text-align:left}.ck.ck-editor__editable_inline[dir=rtl]{text-align:right}.ck.ck-editor__editable_inline>:first-child{margin-top:var(--ck-spacing-large)}.ck.ck-editor__editable_inline>:last-child{margin-bottom:var(--ck-spacing-large)}.ck.ck-editor__editable_inline.ck-blurred ::-moz-selection{background:var(--ck-color-editable-blur-selection)}.ck.ck-editor__editable_inline.ck-blurred ::selection{background:var(--ck-color-editable-blur-selection)}.ck.ck-balloon-panel.ck-toolbar-container[class*=arrow_n]:after{border-bottom-color:var(--ck-color-base-foreground)}.ck.ck-balloon-panel.ck-toolbar-container[class*=arrow_s]:after{border-top-color:var(--ck-color-base-foreground)}.ck.ck-label{display:block}.ck.ck-voice-label{display:none}.ck.ck-label{font-weight:700}.ck.ck-sticky-panel .ck-sticky-panel__content_sticky{z-index:var(--ck-z-modal);position:fixed;top:0}.ck.ck-sticky-panel .ck-sticky-panel__content_sticky_bottom-limit{top:auto;position:absolute}.ck.ck-sticky-panel .ck-sticky-panel__content_sticky{-webkit-box-shadow:var(--ck-drop-shadow),0 0;box-shadow:var(--ck-drop-shadow),0 0;border-width:0 1px 1px;border-top-left-radius:0;border-top-right-radius:0}.ck.ck-dropdown{display:inline-block;position:relative}.ck.ck-dropdown .ck-dropdown__arrow{pointer-events:none;z-index:var(--ck-z-default)}.ck.ck-dropdown .ck-button.ck-dropdown__button{width:100%}.ck.ck-dropdown .ck-button.ck-dropdown__button.ck-on .ck-tooltip{display:none}.ck.ck-dropdown .ck-dropdown__panel{-webkit-backface-visibility:hidden;display:none;z-index:var(--ck-z-modal);position:absolute}.ck.ck-dropdown .ck-dropdown__panel.ck-dropdown__panel-visible{display:inline-block}.ck.ck-dropdown .ck-dropdown__panel.ck-dropdown__panel_ne,.ck.ck-dropdown .ck-dropdown__panel.ck-dropdown__panel_nw{bottom:100%}.ck.ck-dropdown .ck-dropdown__panel.ck-dropdown__panel_se,.ck.ck-dropdown .ck-dropdown__panel.ck-dropdown__panel_sw{top:100%;bottom:auto}.ck.ck-dropdown .ck-dropdown__panel.ck-dropdown__panel_ne,.ck.ck-dropdown .ck-dropdown__panel.ck-dropdown__panel_se{left:0}.ck.ck-dropdown .ck-dropdown__panel.ck-dropdown__panel_nw,.ck.ck-dropdown .ck-dropdown__panel.ck-dropdown__panel_sw{right:0}:root{--ck-dropdown-arrow-size:calc(0.5*var(--ck-icon-size))}.ck.ck-dropdown{font-size:inherit}.ck.ck-dropdown .ck-dropdown__arrow{width:var(--ck-dropdown-arrow-size)}[dir=ltr] .ck.ck-dropdown .ck-dropdown__arrow{right:var(--ck-spacing-standard);margin-left:var(--ck-spacing-standard)}[dir=rtl] .ck.ck-dropdown .ck-dropdown__arrow{left:var(--ck-spacing-standard);margin-right:var(--ck-spacing-small)}.ck.ck-dropdown.ck-disabled .ck-dropdown__arrow{opacity:var(--ck-disabled-opacity)}[dir=ltr] .ck.ck-dropdown .ck-button.ck-dropdown__button:not(.ck-button_with-text){padding-left:var(--ck-spacing-small)}[dir=rtl] .ck.ck-dropdown .ck-button.ck-dropdown__button:not(.ck-button_with-text){padding-right:var(--ck-spacing-small)}.ck.ck-dropdown .ck-button.ck-dropdown__button .ck-button__label{width:7em;overflow:hidden;text-overflow:ellipsis}.ck.ck-dropdown .ck-button.ck-dropdown__button.ck-disabled .ck-button__label{opacity:var(--ck-disabled-opacity)}.ck.ck-dropdown .ck-button.ck-dropdown__button.ck-on{border-bottom-left-radius:0;border-bottom-right-radius:0}.ck.ck-dropdown .ck-button.ck-dropdown__button.ck-dropdown__button_label-width_auto .ck-button__label{width:auto}.ck.ck-dropdown__panel{border-radius:0}.ck-rounded-corners .ck.ck-dropdown__panel,.ck.ck-dropdown__panel.ck-rounded-corners{border-radius:var(--ck-border-radius)}.ck.ck-dropdown__panel{-webkit-box-shadow:var(--ck-drop-shadow),0 0;box-shadow:var(--ck-drop-shadow),0 0;background:var(--ck-color-dropdown-panel-background);border:1px solid var(--ck-color-dropdown-panel-border);bottom:0;min-width:100%}.ck.ck-dropdown__panel.ck-dropdown__panel_se{border-top-left-radius:0}.ck.ck-dropdown__panel.ck-dropdown__panel_sw{border-top-right-radius:0}.ck.ck-dropdown__panel.ck-dropdown__panel_ne{border-bottom-left-radius:0}.ck.ck-dropdown__panel.ck-dropdown__panel_nw{border-bottom-right-radius:0}.ck.ck-icon{vertical-align:middle}:root{--ck-icon-size:calc(var(--ck-line-height-base)*var(--ck-font-size-normal))}.ck.ck-icon{width:var(--ck-icon-size);height:var(--ck-icon-size);font-size:.8333350694em;will-change:transform}.ck.ck-icon,.ck.ck-icon *{color:inherit;cursor:inherit}.ck.ck-icon :not([fill]){fill:currentColor}.ck.ck-tooltip,.ck.ck-tooltip .ck-tooltip__text:after{position:absolute;pointer-events:none;-webkit-backface-visibility:hidden}.ck.ck-tooltip{visibility:hidden;opacity:0;display:none;z-index:var(--ck-z-modal)}.ck.ck-tooltip .ck-tooltip__text{display:inline-block}.ck.ck-tooltip .ck-tooltip__text:after{content:"";width:0;height:0}:root{--ck-tooltip-arrow-size:5px}.ck.ck-tooltip{left:50%;top:0;-webkit-transition:opacity .2s ease-in-out .2s;transition:opacity .2s ease-in-out .2s}.ck.ck-tooltip .ck-tooltip__text{border-radius:0}.ck-rounded-corners .ck.ck-tooltip .ck-tooltip__text,.ck.ck-tooltip .ck-tooltip__text.ck-rounded-corners{border-radius:var(--ck-border-radius)}.ck.ck-tooltip .ck-tooltip__text{font-size:.9em;line-height:1.5;color:var(--ck-color-tooltip-text);padding:var(--ck-spacing-small) var(--ck-spacing-medium);background:var(--ck-color-tooltip-background);position:relative;left:-50%}.ck.ck-tooltip .ck-tooltip__text:after{-webkit-transition:opacity .2s ease-in-out .2s;transition:opacity .2s ease-in-out .2s;border-style:solid;left:50%}.ck.ck-tooltip.ck-tooltip_s{bottom:calc(-1*var(--ck-tooltip-arrow-size));-webkit-transform:translateY(100%);transform:translateY(100%)}.ck.ck-tooltip.ck-tooltip_s .ck-tooltip__text:after{top:calc(-1*var(--ck-tooltip-arrow-size));-webkit-transform:translateX(-50%);transform:translateX(-50%);border-left-color:transparent;border-bottom-color:var(--ck-color-tooltip-background);border-right-color:transparent;border-top-color:transparent;border-left-width:var(--ck-tooltip-arrow-size);border-bottom-width:var(--ck-tooltip-arrow-size);border-right-width:var(--ck-tooltip-arrow-size);border-top-width:0}.ck.ck-tooltip.ck-tooltip_n{top:calc(-1*var(--ck-tooltip-arrow-size));-webkit-transform:translateY(-100%);transform:translateY(-100%)}.ck.ck-tooltip.ck-tooltip_n .ck-tooltip__text:after{bottom:calc(-1*var(--ck-tooltip-arrow-size));-webkit-transform:translateX(-50%);transform:translateX(-50%);border-left-color:transparent;border-bottom-color:transparent;border-right-color:transparent;border-top-color:var(--ck-color-tooltip-background);border-left-width:var(--ck-tooltip-arrow-size);border-bottom-width:0;border-right-width:var(--ck-tooltip-arrow-size);border-top-width:var(--ck-tooltip-arrow-size)}.ck.ck-button,a.ck.ck-button{-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;user-select:none}.ck.ck-button .ck-tooltip,a.ck.ck-button .ck-tooltip{display:block}@media (hover:none){.ck.ck-button .ck-tooltip,a.ck.ck-button .ck-tooltip{display:none}}.ck.ck-button,a.ck.ck-button{position:relative;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:left;-ms-flex-pack:left;justify-content:left}.ck.ck-button .ck-button__label,a.ck.ck-button .ck-button__label{display:none}.ck.ck-button.ck-button_with-text .ck-button__label,a.ck.ck-button.ck-button_with-text .ck-button__label{display:inline-block}.ck.ck-button:not(.ck-button_with-text),a.ck.ck-button:not(.ck-button_with-text){-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.ck.ck-button:hover .ck-tooltip,a.ck.ck-button:hover .ck-tooltip{visibility:visible;opacity:1}.ck.ck-button:focus:not(:hover) .ck-tooltip,a.ck.ck-button:focus:not(:hover) .ck-tooltip{display:none}.ck.ck-button,a.ck.ck-button{background:var(--ck-color-button-default-background)}.ck.ck-button:not(.ck-disabled):hover,a.ck.ck-button:not(.ck-disabled):hover{background:var(--ck-color-button-default-hover-background)}.ck.ck-button:not(.ck-disabled):active,a.ck.ck-button:not(.ck-disabled):active{background:var(--ck-color-button-default-active-background);-webkit-box-shadow:inset 0 2px 2px var(--ck-color-button-default-active-shadow);box-shadow:inset 0 2px 2px var(--ck-color-button-default-active-shadow)}.ck.ck-button.ck-disabled,a.ck.ck-button.ck-disabled{background:var(--ck-color-button-default-disabled-background)}.ck.ck-button,a.ck.ck-button{border-radius:0}.ck-rounded-corners .ck.ck-button,.ck-rounded-corners a.ck.ck-button,.ck.ck-button.ck-rounded-corners,a.ck.ck-button.ck-rounded-corners{border-radius:var(--ck-border-radius)}.ck.ck-button,a.ck.ck-button{white-space:nowrap;cursor:default;vertical-align:middle;padding:var(--ck-spacing-tiny);text-align:center;min-width:var(--ck-ui-component-min-height);min-height:var(--ck-ui-component-min-height);line-height:1;font-size:inherit;border:1px solid transparent;-webkit-transition:border .2s ease-in-out,-webkit-box-shadow .2s ease-in-out;transition:border .2s ease-in-out,-webkit-box-shadow .2s ease-in-out;transition:box-shadow .2s ease-in-out,border .2s ease-in-out;transition:box-shadow .2s ease-in-out,border .2s ease-in-out,-webkit-box-shadow .2s ease-in-out;-webkit-appearance:none}.ck.ck-button:active,.ck.ck-button:focus,a.ck.ck-button:active,a.ck.ck-button:focus{outline:none;border:var(--ck-focus-ring);-webkit-box-shadow:var(--ck-focus-outer-shadow),0 0;box-shadow:var(--ck-focus-outer-shadow),0 0}.ck.ck-button .ck-button__icon use,.ck.ck-button .ck-button__icon use *,a.ck.ck-button .ck-button__icon use,a.ck.ck-button .ck-button__icon use *{color:inherit}.ck.ck-button .ck-button__label,a.ck.ck-button .ck-button__label{font-size:inherit;font-weight:inherit;color:inherit;cursor:inherit;vertical-align:middle}[dir=ltr] .ck.ck-button .ck-button__label,[dir=ltr] a.ck.ck-button .ck-button__label{text-align:left}[dir=rtl] .ck.ck-button .ck-button__label,[dir=rtl] a.ck.ck-button .ck-button__label{text-align:right}.ck.ck-button .ck-button__keystroke,a.ck.ck-button .ck-button__keystroke{color:inherit}[dir=ltr] .ck.ck-button .ck-button__keystroke,[dir=ltr] a.ck.ck-button .ck-button__keystroke{margin-left:var(--ck-spacing-large)}[dir=rtl] .ck.ck-button .ck-button__keystroke,[dir=rtl] a.ck.ck-button .ck-button__keystroke{margin-right:var(--ck-spacing-large)}.ck.ck-button .ck-button__keystroke,a.ck.ck-button .ck-button__keystroke{font-weight:700;opacity:.7}.ck.ck-button.ck-disabled:active,.ck.ck-button.ck-disabled:focus,a.ck.ck-button.ck-disabled:active,a.ck.ck-button.ck-disabled:focus{-webkit-box-shadow:var(--ck-focus-disabled-outer-shadow),0 0;box-shadow:var(--ck-focus-disabled-outer-shadow),0 0}.ck.ck-button.ck-disabled .ck-button__icon,.ck.ck-button.ck-disabled .ck-button__label,a.ck.ck-button.ck-disabled .ck-button__icon,a.ck.ck-button.ck-disabled .ck-button__label{opacity:var(--ck-disabled-opacity)}.ck.ck-button.ck-disabled .ck-button__keystroke,a.ck.ck-button.ck-disabled .ck-button__keystroke{opacity:.3}.ck.ck-button.ck-button_with-text,a.ck.ck-button.ck-button_with-text{padding:var(--ck-spacing-tiny) var(--ck-spacing-standard)}[dir=ltr] .ck.ck-button.ck-button_with-text .ck-button__icon,[dir=ltr] a.ck.ck-button.ck-button_with-text .ck-button__icon{margin-left:calc(-1*var(--ck-spacing-small));margin-right:var(--ck-spacing-small)}[dir=rtl] .ck.ck-button.ck-button_with-text .ck-button__icon,[dir=rtl] a.ck.ck-button.ck-button_with-text .ck-button__icon{margin-right:calc(-1*var(--ck-spacing-small));margin-left:var(--ck-spacing-small)}.ck.ck-button.ck-button_with-keystroke .ck-button__label,a.ck.ck-button.ck-button_with-keystroke .ck-button__label{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.ck.ck-button.ck-on,a.ck.ck-button.ck-on{background:var(--ck-color-button-on-background)}.ck.ck-button.ck-on:not(.ck-disabled):hover,a.ck.ck-button.ck-on:not(.ck-disabled):hover{background:var(--ck-color-button-on-hover-background)}.ck.ck-button.ck-on:not(.ck-disabled):active,a.ck.ck-button.ck-on:not(.ck-disabled):active{background:var(--ck-color-button-on-active-background);-webkit-box-shadow:inset 0 2px 2px var(--ck-color-button-on-active-shadow);box-shadow:inset 0 2px 2px var(--ck-color-button-on-active-shadow)}.ck.ck-button.ck-on.ck-disabled,a.ck.ck-button.ck-on.ck-disabled{background:var(--ck-color-button-on-disabled-background)}.ck.ck-button.ck-button-save,a.ck.ck-button.ck-button-save{color:var(--ck-color-button-save)}.ck.ck-button.ck-button-cancel,a.ck.ck-button.ck-button-cancel{color:var(--ck-color-button-cancel)}.ck.ck-button-action,a.ck.ck-button-action{background:var(--ck-color-button-action-background)}.ck.ck-button-action:not(.ck-disabled):hover,a.ck.ck-button-action:not(.ck-disabled):hover{background:var(--ck-color-button-action-hover-background)}.ck.ck-button-action:not(.ck-disabled):active,a.ck.ck-button-action:not(.ck-disabled):active{background:var(--ck-color-button-action-active-background);-webkit-box-shadow:inset 0 2px 2px var(--ck-color-button-action-active-shadow);box-shadow:inset 0 2px 2px var(--ck-color-button-action-active-shadow)}.ck.ck-button-action.ck-disabled,a.ck.ck-button-action.ck-disabled{background:var(--ck-color-button-action-disabled-background)}.ck.ck-button-action,a.ck.ck-button-action{color:var(--ck-color-button-action-text)}.ck.ck-button-bold,a.ck.ck-button-bold{font-weight:700}.ck.ck-list{-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;user-select:none;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.ck.ck-list .ck-list__item,.ck.ck-list .ck-list__separator{display:block}.ck.ck-list .ck-list__item>:focus{position:relative;z-index:var(--ck-z-default)}.ck.ck-list{border-radius:0}.ck-rounded-corners .ck.ck-list,.ck.ck-list.ck-rounded-corners{border-radius:var(--ck-border-radius)}.ck.ck-list{list-style-type:none;background:var(--ck-color-list-background)}.ck.ck-list__item{cursor:default;min-width:12em}.ck.ck-list__item .ck-button{min-height:unset;width:100%;text-align:left;border-radius:0;padding:calc(0.2*var(--ck-line-height-base)*var(--ck-font-size-base)) calc(0.4*var(--ck-line-height-base)*var(--ck-font-size-base))}.ck.ck-list__item .ck-button .ck-button__label{line-height:calc(1.2*var(--ck-line-height-base)*var(--ck-font-size-base))}.ck.ck-list__item .ck-button:active{-webkit-box-shadow:none;box-shadow:none}.ck.ck-list__item .ck-button.ck-on{background:var(--ck-color-list-button-on-background);color:var(--ck-color-list-button-on-text)}.ck.ck-list__item .ck-button.ck-on:active{-webkit-box-shadow:none;box-shadow:none}.ck.ck-list__item .ck-button.ck-on:hover:not(.ck-disabled){background:var(--ck-color-list-button-on-background-focus)}.ck.ck-list__item .ck-button.ck-on:focus:not(.ck-disabled){border-color:var(--ck-color-base-background)}.ck.ck-list__item .ck-button:hover:not(.ck-disabled){background:var(--ck-color-list-button-hover-background)}.ck.ck-list__item .ck-switchbutton.ck-on{background:var(--ck-color-list-background);color:inherit}.ck.ck-list__item .ck-switchbutton.ck-on:hover:not(.ck-disabled){background:var(--ck-color-list-button-hover-background);color:inherit}.ck.ck-list__separator{height:1px;width:100%;background:var(--ck-color-base-border)}.ck.ck-button.ck-switchbutton .ck-button__toggle,.ck.ck-button.ck-switchbutton .ck-button__toggle .ck-button__toggle__inner{display:block}:root{--ck-switch-button-toggle-width:2.6153846154em;--ck-switch-button-toggle-inner-size:1.0769230769em;--ck-switch-button-toggle-spacing:1px;--ck-switch-button-translation:calc(var(--ck-switch-button-toggle-width) - var(--ck-switch-button-toggle-inner-size) - 2*var(--ck-switch-button-toggle-spacing))}[dir=ltr] .ck.ck-button.ck-switchbutton .ck-button__label{margin-right:calc(2*var(--ck-spacing-large))}[dir=rtl] .ck.ck-button.ck-switchbutton .ck-button__label{margin-left:calc(2*var(--ck-spacing-large))}.ck.ck-button.ck-switchbutton .ck-button__toggle{border-radius:0}.ck-rounded-corners .ck.ck-button.ck-switchbutton .ck-button__toggle,.ck.ck-button.ck-switchbutton .ck-button__toggle.ck-rounded-corners{border-radius:var(--ck-border-radius)}[dir=ltr] .ck.ck-button.ck-switchbutton .ck-button__toggle{margin-left:auto}[dir=rtl] .ck.ck-button.ck-switchbutton .ck-button__toggle{margin-right:auto}.ck.ck-button.ck-switchbutton .ck-button__toggle{-webkit-transition:background .4s ease;transition:background .4s ease;width:var(--ck-switch-button-toggle-width);background:var(--ck-color-switch-button-off-background)}.ck.ck-button.ck-switchbutton .ck-button__toggle .ck-button__toggle__inner{border-radius:0}.ck-rounded-corners .ck.ck-button.ck-switchbutton .ck-button__toggle .ck-button__toggle__inner,.ck.ck-button.ck-switchbutton .ck-button__toggle .ck-button__toggle__inner.ck-rounded-corners{border-radius:var(--ck-border-radius);border-radius:calc(0.5*var(--ck-border-radius))}.ck.ck-button.ck-switchbutton .ck-button__toggle .ck-button__toggle__inner{margin:var(--ck-switch-button-toggle-spacing);width:var(--ck-switch-button-toggle-inner-size);height:var(--ck-switch-button-toggle-inner-size);background:var(--ck-color-switch-button-inner-background);-webkit-transition:all .3s ease;transition:all .3s ease}.ck.ck-button.ck-switchbutton .ck-button__toggle:hover{background:var(--ck-color-switch-button-off-hover-background)}.ck.ck-button.ck-switchbutton .ck-button__toggle:hover .ck-button__toggle__inner{-webkit-box-shadow:0 0 0 5px var(--ck-color-switch-button-inner-shadow);box-shadow:0 0 0 5px var(--ck-color-switch-button-inner-shadow)}.ck.ck-button.ck-switchbutton.ck-disabled .ck-button__toggle{opacity:var(--ck-disabled-opacity)}.ck.ck-button.ck-switchbutton.ck-on .ck-button__toggle{background:var(--ck-color-switch-button-on-background)}.ck.ck-button.ck-switchbutton.ck-on .ck-button__toggle:hover{background:var(--ck-color-switch-button-on-hover-background)}[dir=ltr] .ck.ck-button.ck-switchbutton.ck-on .ck-button__toggle .ck-button__toggle__inner{-webkit-transform:translateX(var(--ck-switch-button-translation));transform:translateX(var(--ck-switch-button-translation))}[dir=rtl] .ck.ck-button.ck-switchbutton.ck-on .ck-button__toggle .ck-button__toggle__inner{-webkit-transform:translateX(calc(-1*var(--ck-switch-button-translation)));transform:translateX(calc(-1*var(--ck-switch-button-translation)))}.ck.ck-toolbar-dropdown .ck.ck-toolbar .ck.ck-toolbar__items{-ms-flex-wrap:nowrap;flex-wrap:nowrap}.ck.ck-toolbar-dropdown .ck-dropdown__panel .ck-button:focus{z-index:calc(var(--ck-z-default) + 1)}.ck.ck-toolbar-dropdown .ck-toolbar{border:0}.ck.ck-dropdown .ck-dropdown__panel .ck-list{border-radius:0}.ck-rounded-corners .ck.ck-dropdown .ck-dropdown__panel .ck-list,.ck.ck-dropdown .ck-dropdown__panel .ck-list.ck-rounded-corners{border-radius:var(--ck-border-radius);border-top-left-radius:0}.ck.ck-dropdown .ck-dropdown__panel .ck-list .ck-list__item:first-child .ck-button{border-radius:0}.ck-rounded-corners .ck.ck-dropdown .ck-dropdown__panel .ck-list .ck-list__item:first-child .ck-button,.ck.ck-dropdown .ck-dropdown__panel .ck-list .ck-list__item:first-child .ck-button.ck-rounded-corners{border-radius:var(--ck-border-radius);border-top-left-radius:0;border-bottom-left-radius:0;border-bottom-right-radius:0}.ck.ck-dropdown .ck-dropdown__panel .ck-list .ck-list__item:last-child .ck-button{border-radius:0}.ck-rounded-corners .ck.ck-dropdown .ck-dropdown__panel .ck-list .ck-list__item:last-child .ck-button,.ck.ck-dropdown .ck-dropdown__panel .ck-list .ck-list__item:last-child .ck-button.ck-rounded-corners{border-radius:var(--ck-border-radius);border-top-left-radius:0;border-top-right-radius:0}.ck.ck-toolbar{-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;user-select:none;-ms-flex-flow:row nowrap;flex-flow:row nowrap}.ck.ck-toolbar,.ck.ck-toolbar>.ck-toolbar__items{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.ck.ck-toolbar>.ck-toolbar__items{-ms-flex-flow:row wrap;flex-flow:row wrap;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.ck.ck-toolbar .ck.ck-toolbar__separator{display:inline-block}.ck.ck-toolbar .ck.ck-toolbar__separator:first-child,.ck.ck-toolbar .ck.ck-toolbar__separator:last-child{display:none}.ck.ck-toolbar.ck-toolbar_grouping>.ck-toolbar__items{-ms-flex-wrap:nowrap;flex-wrap:nowrap}.ck.ck-toolbar.ck-toolbar_vertical>.ck-toolbar__items{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.ck.ck-toolbar.ck-toolbar_floating>.ck-toolbar__items{-ms-flex-wrap:nowrap;flex-wrap:nowrap}.ck.ck-toolbar>.ck.ck-toolbar__grouped-dropdown>.ck-dropdown__button .ck-dropdown__arrow{display:none}.ck.ck-toolbar{border-radius:0}.ck-rounded-corners .ck.ck-toolbar,.ck.ck-toolbar.ck-rounded-corners{border-radius:var(--ck-border-radius)}.ck.ck-toolbar{background:var(--ck-color-toolbar-background);padding:0 var(--ck-spacing-small);border:1px solid var(--ck-color-toolbar-border)}.ck.ck-toolbar .ck.ck-toolbar__separator{-ms-flex-item-align:stretch;align-self:stretch;width:1px;min-width:1px;margin-top:0;margin-bottom:0;background:var(--ck-color-toolbar-border)}.ck.ck-toolbar>.ck-toolbar__items>*{margin-top:var(--ck-spacing-small);margin-bottom:var(--ck-spacing-small);margin-right:var(--ck-spacing-small)}.ck.ck-toolbar>.ck-toolbar__items:empty+.ck.ck-toolbar__separator{display:none}.ck.ck-toolbar>.ck-toolbar__items>*,.ck.ck-toolbar>.ck.ck-toolbar__grouped-dropdown{margin-top:var(--ck-spacing-small);margin-bottom:var(--ck-spacing-small)}.ck.ck-toolbar.ck-toolbar_vertical{padding:0}.ck.ck-toolbar.ck-toolbar_vertical>.ck-toolbar__items>.ck{width:100%;margin:0;border-radius:0;border:0}.ck.ck-toolbar.ck-toolbar_compact{padding:0}.ck.ck-toolbar.ck-toolbar_compact>.ck-toolbar__items>*{margin:0}.ck.ck-toolbar.ck-toolbar_compact>.ck-toolbar__items>:not(:first-child):not(:last-child){border-radius:0}.ck.ck-toolbar>.ck.ck-toolbar__grouped-dropdown>.ck.ck-button.ck-dropdown__button{padding-left:var(--ck-spacing-tiny)}.ck-toolbar-container .ck.ck-toolbar{border:0}.ck.ck-toolbar[dir=rtl]>.ck-toolbar__items>.ck,[dir=rtl] .ck.ck-toolbar>.ck-toolbar__items>.ck{margin-right:0}.ck.ck-toolbar[dir=rtl]:not(.ck-toolbar_compact)>.ck-toolbar__items>.ck,[dir=rtl] .ck.ck-toolbar:not(.ck-toolbar_compact)>.ck-toolbar__items>.ck{margin-left:var(--ck-spacing-small)}.ck.ck-toolbar[dir=rtl]>.ck-toolbar__items>.ck:last-child,[dir=rtl] .ck.ck-toolbar>.ck-toolbar__items>.ck:last-child{margin-left:0}.ck.ck-toolbar[dir=rtl].ck-toolbar_compact>.ck-toolbar__items>.ck:first-child,[dir=rtl] .ck.ck-toolbar.ck-toolbar_compact>.ck-toolbar__items>.ck:first-child{border-top-left-radius:0;border-bottom-left-radius:0}.ck.ck-toolbar[dir=rtl].ck-toolbar_compact>.ck-toolbar__items>.ck:last-child,[dir=rtl] .ck.ck-toolbar.ck-toolbar_compact>.ck-toolbar__items>.ck:last-child{border-top-right-radius:0;border-bottom-right-radius:0}.ck.ck-toolbar[dir=rtl].ck-toolbar_grouping>.ck-toolbar__items:not(:empty):not(:only-child),.ck.ck-toolbar[dir=rtl]>.ck.ck-toolbar__separator,[dir=rtl] .ck.ck-toolbar.ck-toolbar_grouping>.ck-toolbar__items:not(:empty):not(:only-child),[dir=rtl] .ck.ck-toolbar>.ck.ck-toolbar__separator{margin-left:var(--ck-spacing-small)}.ck.ck-toolbar[dir=ltr]>.ck-toolbar__items>.ck:last-child,[dir=ltr] .ck.ck-toolbar>.ck-toolbar__items>.ck:last-child{margin-right:0}.ck.ck-toolbar[dir=ltr].ck-toolbar_compact>.ck-toolbar__items>.ck:first-child,[dir=ltr] .ck.ck-toolbar.ck-toolbar_compact>.ck-toolbar__items>.ck:first-child{border-top-right-radius:0;border-bottom-right-radius:0}.ck.ck-toolbar[dir=ltr].ck-toolbar_compact>.ck-toolbar__items>.ck:last-child,[dir=ltr] .ck.ck-toolbar.ck-toolbar_compact>.ck-toolbar__items>.ck:last-child{border-top-left-radius:0;border-bottom-left-radius:0}.ck.ck-toolbar[dir=ltr].ck-toolbar_grouping>.ck-toolbar__items:not(:empty):not(:only-child),.ck.ck-toolbar[dir=ltr]>.ck.ck-toolbar__separator,[dir=ltr] .ck.ck-toolbar.ck-toolbar_grouping>.ck-toolbar__items:not(:empty):not(:only-child),[dir=ltr] .ck.ck-toolbar>.ck.ck-toolbar__separator{margin-right:var(--ck-spacing-small)}.ck.ck-editor{position:relative}.ck.ck-editor .ck-editor__top .ck-sticky-panel .ck-toolbar{z-index:var(--ck-z-modal)}.ck.ck-editor__top .ck-sticky-panel .ck-toolbar{border-radius:0}.ck-rounded-corners .ck.ck-editor__top .ck-sticky-panel .ck-toolbar,.ck.ck-editor__top .ck-sticky-panel .ck-toolbar.ck-rounded-corners{border-radius:var(--ck-border-radius);border-bottom-left-radius:0;border-bottom-right-radius:0}.ck.ck-editor__top .ck-sticky-panel .ck-toolbar{border-bottom-width:0}.ck.ck-editor__top .ck-sticky-panel .ck-sticky-panel__content_sticky .ck-toolbar{border-bottom-width:1px;border-radius:0}.ck-rounded-corners .ck.ck-editor__top .ck-sticky-panel .ck-sticky-panel__content_sticky .ck-toolbar,.ck.ck-editor__top .ck-sticky-panel .ck-sticky-panel__content_sticky .ck-toolbar.ck-rounded-corners{border-radius:var(--ck-border-radius);border-radius:0}.ck.ck-editor__main>.ck-editor__editable{background:var(--ck-color-base-background);border-radius:0}.ck-rounded-corners .ck.ck-editor__main>.ck-editor__editable,.ck.ck-editor__main>.ck-editor__editable.ck-rounded-corners{border-radius:var(--ck-border-radius);border-top-left-radius:0;border-top-right-radius:0}.ck.ck-editor__main>.ck-editor__editable:not(.ck-focused){border-color:var(--ck-color-base-border)}.ck-content blockquote{overflow:hidden;padding-right:1.5em;padding-left:1.5em;border-left:5px solid #ccc}.ck.ck-heading_heading1{font-size:20px}.ck.ck-heading_heading2{font-size:17px}.ck.ck-heading_heading3{font-size:14px}.ck[class*=ck-heading_heading]{font-weight:700}.ck.ck-dropdown.ck-heading-dropdown .ck-dropdown__button .ck-button__label{width:8em}.ck.ck-dropdown.ck-heading-dropdown .ck-dropdown__panel .ck-list__item{min-width:18em}:root{--ck-balloon-panel-arrow-z-index:calc(var(--ck-z-default) - 3)}.ck.ck-balloon-panel{display:none;position:absolute;z-index:var(--ck-z-modal)}.ck.ck-balloon-panel.ck-balloon-panel_with-arrow:after,.ck.ck-balloon-panel.ck-balloon-panel_with-arrow:before{content:"";position:absolute}.ck.ck-balloon-panel.ck-balloon-panel_with-arrow:before{z-index:var(--ck-balloon-panel-arrow-z-index)}.ck.ck-balloon-panel.ck-balloon-panel_with-arrow:after{z-index:calc(var(--ck-balloon-panel-arrow-z-index) + 1)}.ck.ck-balloon-panel[class*=arrow_n]:before{z-index:var(--ck-balloon-panel-arrow-z-index)}.ck.ck-balloon-panel[class*=arrow_n]:after{z-index:calc(var(--ck-balloon-panel-arrow-z-index) + 1)}.ck.ck-balloon-panel[class*=arrow_s]:before{z-index:var(--ck-balloon-panel-arrow-z-index)}.ck.ck-balloon-panel[class*=arrow_s]:after{z-index:calc(var(--ck-balloon-panel-arrow-z-index) + 1)}.ck.ck-balloon-panel.ck-balloon-panel_visible{display:block}:root{--ck-balloon-arrow-offset:2px;--ck-balloon-arrow-height:10px;--ck-balloon-arrow-half-width:8px}.ck.ck-balloon-panel{border-radius:0}.ck-rounded-corners .ck.ck-balloon-panel,.ck.ck-balloon-panel.ck-rounded-corners{border-radius:var(--ck-border-radius)}.ck.ck-balloon-panel{-webkit-box-shadow:var(--ck-drop-shadow),0 0;box-shadow:var(--ck-drop-shadow),0 0;min-height:15px;background:var(--ck-color-panel-background);border:1px solid var(--ck-color-panel-border)}.ck.ck-balloon-panel.ck-balloon-panel_with-arrow:after,.ck.ck-balloon-panel.ck-balloon-panel_with-arrow:before{width:0;height:0;border-style:solid}.ck.ck-balloon-panel[class*=arrow_n]:after,.ck.ck-balloon-panel[class*=arrow_n]:before{border-left-width:var(--ck-balloon-arrow-half-width);border-bottom-width:var(--ck-balloon-arrow-height);border-right-width:var(--ck-balloon-arrow-half-width);border-top-width:0}.ck.ck-balloon-panel[class*=arrow_n]:before{border-bottom-color:var(--ck-color-panel-border)}.ck.ck-balloon-panel[class*=arrow_n]:after,.ck.ck-balloon-panel[class*=arrow_n]:before{border-left-color:transparent;border-right-color:transparent;border-top-color:transparent}.ck.ck-balloon-panel[class*=arrow_n]:after{border-bottom-color:var(--ck-color-panel-background);margin-top:var(--ck-balloon-arrow-offset)}.ck.ck-balloon-panel[class*=arrow_s]:after,.ck.ck-balloon-panel[class*=arrow_s]:before{border-left-width:var(--ck-balloon-arrow-half-width);border-bottom-width:0;border-right-width:var(--ck-balloon-arrow-half-width);border-top-width:var(--ck-balloon-arrow-height)}.ck.ck-balloon-panel[class*=arrow_s]:before{border-top-color:var(--ck-color-panel-border)}.ck.ck-balloon-panel[class*=arrow_s]:after,.ck.ck-balloon-panel[class*=arrow_s]:before{border-left-color:transparent;border-bottom-color:transparent;border-right-color:transparent}.ck.ck-balloon-panel[class*=arrow_s]:after{border-top-color:var(--ck-color-panel-background);margin-bottom:var(--ck-balloon-arrow-offset)}.ck.ck-balloon-panel.ck-balloon-panel_arrow_n:after,.ck.ck-balloon-panel.ck-balloon-panel_arrow_n:before{left:50%;margin-left:calc(-1*var(--ck-balloon-arrow-half-width));top:calc(-1*var(--ck-balloon-arrow-height))}.ck.ck-balloon-panel.ck-balloon-panel_arrow_nw:after,.ck.ck-balloon-panel.ck-balloon-panel_arrow_nw:before{left:calc(2*var(--ck-balloon-arrow-half-width));top:calc(-1*var(--ck-balloon-arrow-height))}.ck.ck-balloon-panel.ck-balloon-panel_arrow_ne:after,.ck.ck-balloon-panel.ck-balloon-panel_arrow_ne:before{right:calc(2*var(--ck-balloon-arrow-half-width));top:calc(-1*var(--ck-balloon-arrow-height))}.ck.ck-balloon-panel.ck-balloon-panel_arrow_s:after,.ck.ck-balloon-panel.ck-balloon-panel_arrow_s:before{left:50%;margin-left:calc(-1*var(--ck-balloon-arrow-half-width));bottom:calc(-1*var(--ck-balloon-arrow-height))}.ck.ck-balloon-panel.ck-balloon-panel_arrow_sw:after,.ck.ck-balloon-panel.ck-balloon-panel_arrow_sw:before{left:calc(2*var(--ck-balloon-arrow-half-width));bottom:calc(-1*var(--ck-balloon-arrow-height))}.ck.ck-balloon-panel.ck-balloon-panel_arrow_se:after,.ck.ck-balloon-panel.ck-balloon-panel_arrow_se:before{right:calc(2*var(--ck-balloon-arrow-half-width));bottom:calc(-1*var(--ck-balloon-arrow-height))}.ck.ck-balloon-panel.ck-balloon-panel_arrow_sme:after,.ck.ck-balloon-panel.ck-balloon-panel_arrow_sme:before{right:25%;margin-right:calc(2*var(--ck-balloon-arrow-half-width));bottom:calc(-1*var(--ck-balloon-arrow-height))}.ck.ck-balloon-panel.ck-balloon-panel_arrow_smw:after,.ck.ck-balloon-panel.ck-balloon-panel_arrow_smw:before{left:25%;margin-left:calc(2*var(--ck-balloon-arrow-half-width));bottom:calc(-1*var(--ck-balloon-arrow-height))}.ck.ck-balloon-panel.ck-balloon-panel_arrow_nme:after,.ck.ck-balloon-panel.ck-balloon-panel_arrow_nme:before{right:25%;margin-right:calc(2*var(--ck-balloon-arrow-half-width));top:calc(-1*var(--ck-balloon-arrow-height))}.ck.ck-balloon-panel.ck-balloon-panel_arrow_nmw:after,.ck.ck-balloon-panel.ck-balloon-panel_arrow_nmw:before{left:25%;margin-left:calc(2*var(--ck-balloon-arrow-half-width));top:calc(-1*var(--ck-balloon-arrow-height))}.ck-content .image>figcaption{display:table-caption;caption-side:bottom;word-break:break-word;color:#333;background-color:#f7f7f7;padding:.6em;font-size:.75em;outline-offset:-1px}.ck-content .image-style-align-center,.ck-content .image-style-align-left,.ck-content .image-style-align-right,.ck-content .image-style-side{max-width:50%}.ck .ck-balloon-rotator__navigation{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.ck .ck-balloon-rotator__content .ck-toolbar,.ck .ck-balloon-rotator__navigation{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.ck .ck-balloon-rotator__navigation{background:var(--ck-color-toolbar-background);border-bottom:1px solid var(--ck-color-toolbar-border);padding:0 var(--ck-spacing-small)}.ck .ck-balloon-rotator__navigation>*{margin-right:var(--ck-spacing-small);margin-top:var(--ck-spacing-small);margin-bottom:var(--ck-spacing-small)}.ck .ck-balloon-rotator__navigation .ck-balloon-rotator__counter{margin-right:var(--ck-spacing-standard);margin-left:var(--ck-spacing-small)}.ck .ck-balloon-rotator__content .ck.ck-annotation-wrapper{-webkit-box-shadow:none;box-shadow:none}.ck .ck-fake-panel{position:absolute;z-index:calc(var(--ck-z-modal) - 1)}.ck .ck-fake-panel div{position:absolute}.ck .ck-fake-panel div:first-child{z-index:2}.ck .ck-fake-panel div:nth-child(2){z-index:1}:root{--ck-balloon-fake-panel-offset-horizontal:6px;--ck-balloon-fake-panel-offset-vertical:6px}.ck .ck-fake-panel div{-webkit-box-shadow:var(--ck-drop-shadow),0 0;box-shadow:var(--ck-drop-shadow),0 0;min-height:15px;background:var(--ck-color-panel-background);border:1px solid var(--ck-color-panel-border);border-radius:var(--ck-border-radius);width:100%;height:100%}.ck .ck-fake-panel div:first-child{margin-left:var(--ck-balloon-fake-panel-offset-horizontal);margin-top:var(--ck-balloon-fake-panel-offset-vertical)}.ck .ck-fake-panel div:nth-child(2){margin-left:calc(var(--ck-balloon-fake-panel-offset-horizontal)*2);margin-top:calc(var(--ck-balloon-fake-panel-offset-vertical)*2)}.ck .ck-fake-panel div:nth-child(3){margin-left:calc(var(--ck-balloon-fake-panel-offset-horizontal)*3);margin-top:calc(var(--ck-balloon-fake-panel-offset-vertical)*3)}.ck .ck-balloon-panel_arrow_s+.ck-fake-panel,.ck .ck-balloon-panel_arrow_se+.ck-fake-panel,.ck .ck-balloon-panel_arrow_sw+.ck-fake-panel{--ck-balloon-fake-panel-offset-vertical:-6px}.ck.ck-editor__editable .image{position:relative}.ck.ck-editor__editable .image .ck-progress-bar{position:absolute;top:0;left:0}.ck.ck-editor__editable .image.ck-appear{-webkit-animation:fadeIn .7s;animation:fadeIn .7s}.ck.ck-editor__editable .image .ck-progress-bar{height:2px;width:0;background:var(--ck-color-upload-bar-background);-webkit-transition:width .1s;transition:width .1s}@-webkit-keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.ck-image-upload-complete-icon{display:block;position:absolute;top:10px;right:10px;border-radius:50%}.ck-image-upload-complete-icon:after{content:"";position:absolute}:root{--ck-color-image-upload-icon:#fff;--ck-color-image-upload-icon-background:#008a00;--ck-image-upload-icon-size:20px;--ck-image-upload-icon-width:2px}.ck-image-upload-complete-icon{width:var(--ck-image-upload-icon-size);height:var(--ck-image-upload-icon-size);opacity:0;background:var(--ck-color-image-upload-icon-background);-webkit-animation-name:ck-upload-complete-icon-show,ck-upload-complete-icon-hide;animation-name:ck-upload-complete-icon-show,ck-upload-complete-icon-hide;-webkit-animation-fill-mode:forwards,forwards;animation-fill-mode:forwards,forwards;-webkit-animation-duration:.5s,.5s;animation-duration:.5s,.5s;font-size:var(--ck-image-upload-icon-size);-webkit-animation-delay:0ms,3s;animation-delay:0ms,3s}.ck-image-upload-complete-icon:after{left:25%;top:50%;opacity:0;height:0;width:0;-webkit-transform:scaleX(-1) rotate(135deg);transform:scaleX(-1) rotate(135deg);-webkit-transform-origin:left top;transform-origin:left top;border-top:var(--ck-image-upload-icon-width) solid var(--ck-color-image-upload-icon);border-right:var(--ck-image-upload-icon-width) solid var(--ck-color-image-upload-icon);-webkit-animation-name:ck-upload-complete-icon-check;animation-name:ck-upload-complete-icon-check;-webkit-animation-duration:.5s;animation-duration:.5s;-webkit-animation-delay:.5s;animation-delay:.5s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-box-sizing:border-box;box-sizing:border-box}@-webkit-keyframes ck-upload-complete-icon-show{0%{opacity:0}to{opacity:1}}@keyframes ck-upload-complete-icon-show{0%{opacity:0}to{opacity:1}}@-webkit-keyframes ck-upload-complete-icon-hide{0%{opacity:1}to{opacity:0}}@keyframes ck-upload-complete-icon-hide{0%{opacity:1}to{opacity:0}}@-webkit-keyframes ck-upload-complete-icon-check{0%{opacity:1;width:0;height:0}33%{width:.3em;height:0}to{opacity:1;width:.3em;height:.45em}}@keyframes ck-upload-complete-icon-check{0%{opacity:1;width:0;height:0}33%{width:.3em;height:0}to{opacity:1;width:.3em;height:.45em}}.ck .ck-upload-placeholder-loader{position:absolute;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;top:0;left:0}.ck .ck-upload-placeholder-loader:before{content:"";position:relative}:root{--ck-color-upload-placeholder-loader:#b3b3b3;--ck-upload-placeholder-loader-size:32px}.ck .ck-image-upload-placeholder{width:100%;margin:0}.ck .ck-upload-placeholder-loader{width:100%;height:100%}.ck .ck-upload-placeholder-loader:before{width:var(--ck-upload-placeholder-loader-size);height:var(--ck-upload-placeholder-loader-size);border-radius:50%;border-top:3px solid var(--ck-color-upload-placeholder-loader);border-right:2px solid transparent;-webkit-animation:ck-upload-placeholder-loader 1s linear infinite;animation:ck-upload-placeholder-loader 1s linear infinite}@-webkit-keyframes ck-upload-placeholder-loader{to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes ck-upload-placeholder-loader{to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.ck .ck-link_selected{background:var(--ck-color-link-selected-background)}.ck.ck-labeled-field-view .ck-labeled-field-view__status{font-size:var(--ck-font-size-small);margin-top:var(--ck-spacing-small);white-space:normal}.ck.ck-labeled-field-view .ck-labeled-field-view__status_error{color:var(--ck-color-base-error)}.ck.ck-labeled-field-view>.ck.ck-label{width:100%;text-overflow:ellipsis;overflow:hidden}:root{--ck-input-text-width:18em}.ck.ck-input-text{border-radius:0}.ck-rounded-corners .ck.ck-input-text,.ck.ck-input-text.ck-rounded-corners{border-radius:var(--ck-border-radius)}.ck.ck-input-text{-webkit-box-shadow:var(--ck-inner-shadow),0 0;box-shadow:var(--ck-inner-shadow),0 0;background:var(--ck-color-input-background);border:1px solid var(--ck-color-input-border);padding:var(--ck-spacing-extra-tiny) var(--ck-spacing-medium);min-width:var(--ck-input-text-width);min-height:var(--ck-ui-component-min-height);-webkit-transition:border .2s ease-in-out,-webkit-box-shadow .2s ease-in-out;transition:border .2s ease-in-out,-webkit-box-shadow .2s ease-in-out;transition:box-shadow .2s ease-in-out,border .2s ease-in-out;transition:box-shadow .2s ease-in-out,border .2s ease-in-out,-webkit-box-shadow .2s ease-in-out}.ck.ck-input-text:focus{outline:none;border:var(--ck-focus-ring);-webkit-box-shadow:var(--ck-focus-outer-shadow),var(--ck-inner-shadow);box-shadow:var(--ck-focus-outer-shadow),var(--ck-inner-shadow)}.ck.ck-input-text[readonly]{border:1px solid var(--ck-color-input-disabled-border);background:var(--ck-color-input-disabled-background);color:var(--ck-color-input-disabled-text)}.ck.ck-input-text[readonly]:focus{-webkit-box-shadow:var(--ck-focus-disabled-outer-shadow),var(--ck-inner-shadow);box-shadow:var(--ck-focus-disabled-outer-shadow),var(--ck-inner-shadow)}.ck.ck-input-text.ck-error{border-color:var(--ck-color-input-error-border);-webkit-animation:ck-text-input-shake .3s ease both;animation:ck-text-input-shake .3s ease both}.ck.ck-input-text.ck-error:focus{-webkit-box-shadow:var(--ck-focus-error-outer-shadow),var(--ck-inner-shadow);box-shadow:var(--ck-focus-error-outer-shadow),var(--ck-inner-shadow)}@-webkit-keyframes ck-text-input-shake{20%{-webkit-transform:translateX(-2px);transform:translateX(-2px)}40%{-webkit-transform:translateX(2px);transform:translateX(2px)}60%{-webkit-transform:translateX(-1px);transform:translateX(-1px)}80%{-webkit-transform:translateX(1px);transform:translateX(1px)}}@keyframes ck-text-input-shake{20%{-webkit-transform:translateX(-2px);transform:translateX(-2px)}40%{-webkit-transform:translateX(2px);transform:translateX(2px)}60%{-webkit-transform:translateX(-1px);transform:translateX(-1px)}80%{-webkit-transform:translateX(1px);transform:translateX(1px)}}.ck.ck-link-form{display:-webkit-box;display:-ms-flexbox;display:flex}.ck.ck-link-form .ck-label{display:none}@media (max-width:600px){.ck.ck-link-form{-ms-flex-wrap:wrap;flex-wrap:wrap}.ck.ck-link-form .ck-labeled-field-view{-ms-flex-preferred-size:100%;flex-basis:100%}.ck.ck-link-form .ck-button{-ms-flex-preferred-size:50%;flex-basis:50%}}.ck.ck-link-form_layout-vertical{display:block}.ck.ck-link-form{padding:var(--ck-spacing-standard)}.ck.ck-link-form:focus{outline:none}[dir=ltr] .ck.ck-link-form>:not(:first-child),[dir=rtl] .ck.ck-link-form>:not(:last-child){margin-left:var(--ck-spacing-standard)}@media (max-width:600px){.ck.ck-link-form{padding:0;width:calc(0.8*var(--ck-input-text-width))}.ck.ck-link-form .ck-labeled-field-view{margin:var(--ck-spacing-standard) var(--ck-spacing-standard) 0}.ck.ck-link-form .ck-labeled-field-view .ck-input-text{min-width:0;width:100%}.ck.ck-link-form .ck-button{padding:var(--ck-spacing-standard);margin-top:var(--ck-spacing-standard);border-radius:0;border:0;border-top:1px solid var(--ck-color-base-border)}[dir=ltr] .ck.ck-link-form .ck-button{margin-left:0}[dir=ltr] .ck.ck-link-form .ck-button:first-of-type{border-right:1px solid var(--ck-color-base-border)}[dir=rtl] .ck.ck-link-form .ck-button{margin-left:0}[dir=rtl] .ck.ck-link-form .ck-button:last-of-type{border-right:1px solid var(--ck-color-base-border)}}.ck.ck-link-form_layout-vertical{padding:0;min-width:var(--ck-input-text-width)}.ck.ck-link-form_layout-vertical .ck-labeled-field-view{margin:var(--ck-spacing-standard) var(--ck-spacing-standard) var(--ck-spacing-small)}.ck.ck-link-form_layout-vertical .ck-labeled-field-view .ck-input-text{min-width:0;width:100%}.ck.ck-link-form_layout-vertical .ck-button{padding:var(--ck-spacing-standard);margin:0;border-radius:0;border:0;border-top:1px solid var(--ck-color-base-border);width:50%}[dir=ltr] .ck.ck-link-form_layout-vertical .ck-button{margin-left:0}[dir=ltr] .ck.ck-link-form_layout-vertical .ck-button:first-of-type{border-right:1px solid var(--ck-color-base-border)}[dir=rtl] .ck.ck-link-form_layout-vertical .ck-button{margin-left:0}[dir=rtl] .ck.ck-link-form_layout-vertical .ck-button:last-of-type{border-right:1px solid var(--ck-color-base-border)}.ck.ck-link-form_layout-vertical .ck.ck-list{margin-left:0}.ck.ck-link-form_layout-vertical .ck.ck-list .ck-button.ck-switchbutton{border:0;width:100%}.ck.ck-link-form_layout-vertical .ck.ck-list .ck-button.ck-switchbutton:hover{background:none}.ck.ck-link-actions{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:nowrap;flex-wrap:nowrap}.ck.ck-link-actions .ck-link-actions__preview{display:inline-block}.ck.ck-link-actions .ck-link-actions__preview .ck-button__label{overflow:hidden}@media (max-width:600px){.ck.ck-link-actions{-ms-flex-wrap:wrap;flex-wrap:wrap}.ck.ck-link-actions .ck-link-actions__preview{-ms-flex-preferred-size:100%;flex-basis:100%}.ck.ck-link-actions .ck-button:not(.ck-link-actions__preview){-ms-flex-preferred-size:50%;flex-basis:50%}}.ck.ck-link-actions{padding:var(--ck-spacing-standard)}.ck.ck-link-actions .ck-button.ck-link-actions__preview{padding-left:0;padding-right:0}.ck.ck-link-actions .ck-button.ck-link-actions__preview .ck-button__label{padding:0 var(--ck-spacing-medium);color:var(--ck-color-link-default);text-overflow:ellipsis;cursor:pointer;max-width:var(--ck-input-text-width);min-width:3em;text-align:center}.ck.ck-link-actions .ck-button.ck-link-actions__preview .ck-button__label:hover{text-decoration:underline}.ck.ck-link-actions .ck-button.ck-link-actions__preview,.ck.ck-link-actions .ck-button.ck-link-actions__preview:active,.ck.ck-link-actions .ck-button.ck-link-actions__preview:focus,.ck.ck-link-actions .ck-button.ck-link-actions__preview:hover{background:none}.ck.ck-link-actions .ck-button.ck-link-actions__preview:active{-webkit-box-shadow:none;box-shadow:none}.ck.ck-link-actions .ck-button.ck-link-actions__preview:focus .ck-button__label{text-decoration:underline}.ck.ck-link-actions:focus{outline:none}[dir=ltr] .ck.ck-link-actions .ck-button:not(:first-child),[dir=rtl] .ck.ck-link-actions .ck-button:not(:last-child){margin-left:var(--ck-spacing-standard)}@media (max-width:600px){.ck.ck-link-actions{padding:0;width:calc(0.8*var(--ck-input-text-width))}.ck.ck-link-actions .ck-button.ck-link-actions__preview{margin:var(--ck-spacing-standard) var(--ck-spacing-standard) 0}.ck.ck-link-actions .ck-button.ck-link-actions__preview .ck-button__label{min-width:0;max-width:100%}.ck.ck-link-actions .ck-button:not(.ck-link-actions__preview){padding:var(--ck-spacing-standard);margin-top:var(--ck-spacing-standard);border-radius:0;border:0;border-top:1px solid var(--ck-color-base-border)}[dir=ltr] .ck.ck-link-actions .ck-button:not(.ck-link-actions__preview){margin-left:0}[dir=ltr] .ck.ck-link-actions .ck-button:not(.ck-link-actions__preview):first-of-type{border-right:1px solid var(--ck-color-base-border)}[dir=rtl] .ck.ck-link-actions .ck-button:not(.ck-link-actions__preview){margin-left:0}[dir=rtl] .ck.ck-link-actions .ck-button:not(.ck-link-actions__preview):last-of-type{border-right:1px solid var(--ck-color-base-border)}}.ck .ck-widget_with-resizer{position:relative}.ck .ck-widget__resizer{display:none;position:absolute;pointer-events:none;left:0;top:0;outline:1px solid var(--ck-color-resizer)}.ck-focused .ck-widget_with-resizer.ck-widget_selected>.ck-widget__resizer{display:block}.ck .ck-widget__resizer__handle{position:absolute;pointer-events:all;width:var(--ck-resizer-size);height:var(--ck-resizer-size);background:var(--ck-color-focus-border);border:var(--ck-resizer-border-width) solid #fff;border-radius:var(--ck-resizer-border-radius)}.ck .ck-widget__resizer__handle.ck-widget__resizer__handle-top-left{top:var(--ck-resizer-offset);left:var(--ck-resizer-offset);cursor:nwse-resize}.ck .ck-widget__resizer__handle.ck-widget__resizer__handle-top-right{top:var(--ck-resizer-offset);right:var(--ck-resizer-offset);cursor:nesw-resize}.ck .ck-widget__resizer__handle.ck-widget__resizer__handle-bottom-right{bottom:var(--ck-resizer-offset);right:var(--ck-resizer-offset);cursor:nwse-resize}.ck .ck-widget__resizer__handle.ck-widget__resizer__handle-bottom-left{bottom:var(--ck-resizer-offset);left:var(--ck-resizer-offset);cursor:nesw-resize}.ck-content .image.image_resized>figcaption{display:block}.ck.ck-color-grid{display:grid}:root{--ck-color-grid-tile-size:24px;--ck-color-color-grid-check-icon:#000}.ck.ck-color-grid{grid-gap:5px;padding:8px}.ck.ck-color-grid__tile{width:var(--ck-color-grid-tile-size);height:var(--ck-color-grid-tile-size);min-width:var(--ck-color-grid-tile-size);min-height:var(--ck-color-grid-tile-size);padding:0;-webkit-transition:-webkit-box-shadow .2s ease;transition:-webkit-box-shadow .2s ease;transition:box-shadow .2s ease;transition:box-shadow .2s ease,-webkit-box-shadow .2s ease;border:0}.ck.ck-color-grid__tile.ck-disabled{cursor:unset;-webkit-transition:unset;transition:unset}.ck.ck-color-grid__tile.ck-color-table__color-tile_bordered{-webkit-box-shadow:0 0 0 1px var(--ck-color-base-border);box-shadow:0 0 0 1px var(--ck-color-base-border)}.ck.ck-color-grid__tile .ck.ck-icon{display:none;color:var(--ck-color-color-grid-check-icon)}.ck.ck-color-grid__tile.ck-on{-webkit-box-shadow:inset 0 0 0 1px var(--ck-color-base-background),0 0 0 2px var(--ck-color-base-text);box-shadow:inset 0 0 0 1px var(--ck-color-base-background),0 0 0 2px var(--ck-color-base-text)}.ck.ck-color-grid__tile.ck-on .ck.ck-icon{display:block}.ck.ck-color-grid__tile.ck-on,.ck.ck-color-grid__tile:focus:not(.ck-disabled),.ck.ck-color-grid__tile:hover:not(.ck-disabled){border:0}.ck.ck-color-grid__tile:focus:not(.ck-disabled),.ck.ck-color-grid__tile:hover:not(.ck-disabled){-webkit-box-shadow:inset 0 0 0 1px var(--ck-color-base-background),0 0 0 2px var(--ck-color-focus-border);box-shadow:inset 0 0 0 1px var(--ck-color-base-background),0 0 0 2px var(--ck-color-focus-border)}.ck.ck-color-grid__label{padding:0 var(--ck-spacing-standard)}.ck .ck-button.ck-color-table__remove-color{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%}label.ck.ck-color-grid__label{font-weight:unset}.ck .ck-button.ck-color-table__remove-color{padding:calc(var(--ck-spacing-standard)/2) var(--ck-spacing-standard);border-bottom-left-radius:0;border-bottom-right-radius:0}.ck .ck-button.ck-color-table__remove-color:not(:focus){border-bottom:1px solid var(--ck-color-base-border)}[dir=ltr] .ck .ck-button.ck-color-table__remove-color .ck.ck-icon{margin-right:var(--ck-spacing-standard)}[dir=rtl] .ck .ck-button.ck-color-table__remove-color .ck.ck-icon{margin-left:var(--ck-spacing-standard)}.ck-content .text-tiny{font-size:.7em}.ck-content .text-small{font-size:.85em}.ck-content .text-big{font-size:1.4em}.ck-content .text-huge{font-size:1.8em}.ck-media__wrapper .ck-media__placeholder{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.ck-media__wrapper .ck-media__placeholder .ck-media__placeholder__url .ck-tooltip{display:block}@media (hover:none){.ck-media__wrapper .ck-media__placeholder .ck-media__placeholder__url .ck-tooltip{display:none}}.ck-media__wrapper .ck-media__placeholder .ck-media__placeholder__url{max-width:100%;position:relative}.ck-media__wrapper .ck-media__placeholder .ck-media__placeholder__url:hover .ck-tooltip{visibility:visible;opacity:1}.ck-media__wrapper .ck-media__placeholder .ck-media__placeholder__url .ck-media__placeholder__url__text{overflow:hidden;display:block}.ck-media__wrapper[data-oembed-url*="facebook.com"] .ck-media__placeholder__icon *,.ck-media__wrapper[data-oembed-url*="google.com/maps"] .ck-media__placeholder__icon *,.ck-media__wrapper[data-oembed-url*="instagram.com"] .ck-media__placeholder__icon *,.ck-media__wrapper[data-oembed-url*="twitter.com"] .ck-media__placeholder__icon *{display:none}.ck-editor__editable:not(.ck-read-only) .ck-media__wrapper>:not(.ck-media__placeholder),.ck-editor__editable:not(.ck-read-only) .ck-widget:not(.ck-widget_selected) .ck-media__placeholder{pointer-events:none}:root{--ck-media-embed-placeholder-icon-size:3em;--ck-color-media-embed-placeholder-url-text:#757575;--ck-color-media-embed-placeholder-url-text-hover:var(--ck-color-base-text)}.ck-media__wrapper{margin:0 auto}.ck-media__wrapper .ck-media__placeholder{padding:calc(3*var(--ck-spacing-standard));background:var(--ck-color-base-foreground)}.ck-media__wrapper .ck-media__placeholder .ck-media__placeholder__icon{min-width:var(--ck-media-embed-placeholder-icon-size);height:var(--ck-media-embed-placeholder-icon-size);margin-bottom:var(--ck-spacing-large);background-position:50%;background-size:cover}.ck-media__wrapper .ck-media__placeholder .ck-media__placeholder__icon .ck-icon{width:100%;height:100%}.ck-media__wrapper .ck-media__placeholder .ck-media__placeholder__url__text{color:var(--ck-color-media-embed-placeholder-url-text);white-space:nowrap;text-align:center;font-style:italic;text-overflow:ellipsis}.ck-media__wrapper .ck-media__placeholder .ck-media__placeholder__url__text:hover{color:var(--ck-color-media-embed-placeholder-url-text-hover);cursor:pointer;text-decoration:underline}.ck-media__wrapper[data-oembed-url*="open.spotify.com"]{max-width:300px;max-height:380px}.ck-media__wrapper[data-oembed-url*="google.com/maps"] .ck-media__placeholder__icon{background-image:url(data:image/svg+xml;	base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNTAuMzc4IiBoZWlnaHQ9IjI1NC4xNjciIHZpZXdCb3g9IjAgMCA2Ni4yNDYgNjcuMjQ4Ij48ZyB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMTcyLjUzMSAtMjE4LjQ1NSkgc2NhbGUoLjk4MDEyKSI+PHJlY3Qgcnk9IjUuMjM4IiByeD0iNS4yMzgiIHk9IjIzMS4zOTkiIHg9IjE3Ni4wMzEiIGhlaWdodD0iNjAuMDk5IiB3aWR0aD0iNjAuMDk5IiBmaWxsPSIjMzRhNjY4IiBwYWludC1vcmRlcj0ibWFya2VycyBzdHJva2UgZmlsbCIvPjxwYXRoIGQ9Ik0yMDYuNDc3IDI2MC45bC0yOC45ODcgMjguOTg3YTUuMjE4IDUuMjE4IDAgMDAzLjc4IDEuNjFoNDkuNjIxYzEuNjk0IDAgMy4xOS0uNzk4IDQuMTQ2LTIuMDM3eiIgZmlsbD0iIzVjODhjNSIvPjxwYXRoIGQ9Ik0yMjYuNzQyIDIyMi45ODhjLTkuMjY2IDAtMTYuNzc3IDcuMTctMTYuNzc3IDE2LjAxNC4wMDcgMi43NjIuNjYzIDUuNDc0IDIuMDkzIDcuODc1LjQzLjcwMy44MyAxLjQwOCAxLjE5IDIuMTA3LjMzMy41MDIuNjUgMS4wMDUuOTUgMS41MDguMzQzLjQ3Ny42NzMuOTU3Ljk4OCAxLjQ0IDEuMzEgMS43NjkgMi41IDMuNTAyIDMuNjM3IDUuMTY4Ljc5MyAxLjI3NSAxLjY4MyAyLjY0IDIuNDY2IDMuOTkgMi4zNjMgNC4wOTQgNC4wMDcgOC4wOTIgNC42IDEzLjkxNHYuMDEyYy4xODIuNDEyLjUxNi42NjYuODc5LjY2Ny40MDMtLjAwMS43NjgtLjMxNC45My0uNzk5LjYwMy01Ljc1NiAyLjIzOC05LjcyOSA0LjU4NS0xMy43OTQuNzgyLTEuMzUgMS42NzMtMi43MTUgMi40NjUtMy45OSAxLjEzNy0xLjY2NiAyLjMyOC0zLjQgMy42MzgtNS4xNjkuMzE1LS40ODIuNjQ1LS45NjIuOTg4LTEuNDM5LjMtLjUwMy42MTctMS4wMDYuOTUtMS41MDguMzU5LS43Ljc2LTEuNDA0IDEuMTktMi4xMDcgMS40MjYtMi40MDIgMi01LjExNCAyLjAwNC03Ljg3NSAwLTguODQ0LTcuNTExLTE2LjAxNC0xNi43NzYtMTYuMDE0eiIgZmlsbD0iI2RkNGIzZSIgcGFpbnQtb3JkZXI9Im1hcmtlcnMgc3Ryb2tlIGZpbGwiLz48ZWxsaXBzZSByeT0iNS41NjQiIHJ4PSI1LjgyOCIgY3k9IjIzOS4wMDIiIGN4PSIyMjYuNzQyIiBmaWxsPSIjODAyZDI3IiBwYWludC1vcmRlcj0ibWFya2VycyBzdHJva2UgZmlsbCIvPjxwYXRoIGQ9Ik0xOTAuMzAxIDIzNy4yODNjLTQuNjcgMC04LjQ1NyAzLjg1My04LjQ1NyA4LjYwNnMzLjc4NiA4LjYwNyA4LjQ1NyA4LjYwN2MzLjA0MyAwIDQuODA2LS45NTggNi4zMzctMi41MTYgMS41My0xLjU1NyAyLjA4Ny0zLjkxMyAyLjA4Ny02LjI5IDAtLjM2Mi0uMDIzLS43MjItLjA2NC0xLjA3OWgtOC4yNTd2My4wNDNoNC44NWMtLjE5Ny43NTktLjUzMSAxLjQ1LTEuMDU4IDEuOTg2LS45NDIuOTU4LTIuMDI4IDEuNTQ4LTMuOTAxIDEuNTQ4LTIuODc2IDAtNS4yMDgtMi4zNzItNS4yMDgtNS4yOTkgMC0yLjkyNiAyLjMzMi01LjI5OSA1LjIwOC01LjI5OSAxLjM5OSAwIDIuNjE4LjQwNyAzLjU4NCAxLjI5M2wyLjM4MS0yLjM4YzAtLjAwMi0uMDAzLS4wMDQtLjAwNC0uMDA1LTEuNTg4LTEuNTI0LTMuNjItMi4yMTUtNS45NTUtMi4yMTV6bTQuNDMgNS42NmwuMDAzLjAwNnYtLjAwM3oiIGZpbGw9IiNmZmYiIHBhaW50LW9yZGVyPSJtYXJrZXJzIHN0cm9rZSBmaWxsIi8+PHBhdGggZD0iTTIxNS4xODQgMjUxLjkyOWwtNy45OCA3Ljk3OSAyOC40NzcgMjguNDc1YTUuMjMzIDUuMjMzIDAgMDAuNDQ5LTIuMTIzdi0zMS4xNjVjLS40NjkuNjc1LS45MzQgMS4zNDktMS4zODIgMi4wMDUtLjc5MiAxLjI3NS0xLjY4MiAyLjY0LTIuNDY1IDMuOTktMi4zNDcgNC4wNjUtMy45ODIgOC4wMzgtNC41ODUgMTMuNzk0LS4xNjIuNDg1LS41MjcuNzk4LS45My43OTktLjM2My0uMDAxLS42OTctLjI1NS0uODc5LS42Njd2LS4wMTJjLS41OTMtNS44MjItMi4yMzctOS44Mi00LjYtMTMuOTE0LS43ODMtMS4zNS0xLjY3My0yLjcxNS0yLjQ2Ni0zLjk5LTEuMTM3LTEuNjY2LTIuMzI3LTMuNC0zLjYzNy01LjE2OWwtLjAwMi0uMDAzeiIgZmlsbD0iI2MzYzNjMyIvPjxwYXRoIGQ9Ik0yMTIuOTgzIDI0OC40OTVsLTM2Ljk1MiAzNi45NTN2LjgxMmE1LjIyNyA1LjIyNyAwIDAwNS4yMzggNS4yMzhoMS4wMTVsMzUuNjY2LTM1LjY2NmExMzYuMjc1IDEzNi4yNzUgMCAwMC0yLjc2NC0zLjkgMzcuNTc1IDM3LjU3NSAwIDAwLS45ODktMS40NCAzNS4xMjcgMzUuMTI3IDAgMDAtLjk1LTEuNTA4Yy0uMDgzLS4xNjItLjE3Ni0uMzI2LS4yNjQtLjQ4OXoiIGZpbGw9IiNmZGRjNGYiIHBhaW50LW9yZGVyPSJtYXJrZXJzIHN0cm9rZSBmaWxsIi8+PHBhdGggZD0iTTIxMS45OTggMjYxLjA4M2wtNi4xNTIgNi4xNTEgMjQuMjY0IDI0LjI2NGguNzgxYTUuMjI3IDUuMjI3IDAgMDA1LjIzOS01LjIzOHYtMS4wNDV6IiBmaWxsPSIjZmZmIiBwYWludC1vcmRlcj0ibWFya2VycyBzdHJva2UgZmlsbCIvPjwvZz48L3N2Zz4=)}.ck-media__wrapper[data-oembed-url*="facebook.com"] .ck-media__placeholder{background:#4268b3}.ck-media__wrapper[data-oembed-url*="facebook.com"] .ck-media__placeholder .ck-media__placeholder__icon{background-image:url(data:image/svg+xml;	base64,PHN2ZyB3aWR0aD0iMTAyNCIgaGVpZ2h0PSIxMDI0IiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxwYXRoIGQ9Ik05NjcuNDg0IDBINTYuNTE3QzI1LjMwNCAwIDAgMjUuMzA0IDAgNTYuNTE3djkxMC45NjZDMCA5OTguNjk0IDI1LjI5NyAxMDI0IDU2LjUyMiAxMDI0SDU0N1Y2MjhINDE0VjQ3M2gxMzNWMzU5LjAyOWMwLTEzMi4yNjIgODAuNzczLTIwNC4yODIgMTk4Ljc1Ni0yMDQuMjgyIDU2LjUxMyAwIDEwNS4wODYgNC4yMDggMTE5LjI0NCA2LjA4OVYyOTlsLTgxLjYxNi4wMzdjLTYzLjk5MyAwLTc2LjM4NCAzMC40OTItNzYuMzg0IDc1LjIzNlY0NzNoMTUzLjQ4N2wtMTkuOTg2IDE1NUg3MDd2Mzk2aDI2MC40ODRjMzEuMjEzIDAgNTYuNTE2LTI1LjMwMyA1Ni41MTYtNTYuNTE2VjU2LjUxNUMxMDI0IDI1LjMwMyA5OTguNjk3IDAgOTY3LjQ4NCAwIiBmaWxsPSIjRkZGRkZFIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiLz48L3N2Zz4=)}.ck-media__wrapper[data-oembed-url*="facebook.com"] .ck-media__placeholder .ck-media__placeholder__url__text{color:#cdf}.ck-media__wrapper[data-oembed-url*="facebook.com"] .ck-media__placeholder .ck-media__placeholder__url__text:hover{color:#fff}.ck-media__wrapper[data-oembed-url*="instagram.com"] .ck-media__placeholder{background:linear-gradient(-135deg,#1400c7,#b800b1,#f50000)}.ck-media__wrapper[data-oembed-url*="instagram.com"] .ck-media__placeholder .ck-media__placeholder__icon{background-image:url(data:image/svg+xml;	base64,PHN2ZyB3aWR0aD0iNTA0IiBoZWlnaHQ9IjUwNCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+PGRlZnM+PHBhdGggaWQ9ImEiIGQ9Ik0wIC4xNTloNTAzLjg0MVY1MDMuOTRIMHoiLz48L2RlZnM+PGcgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj48bWFzayBpZD0iYiIgZmlsbD0iI2ZmZiI+PHVzZSB4bGluazpocmVmPSIjYSIvPjwvbWFzaz48cGF0aCBkPSJNMjUxLjkyMS4xNTljLTY4LjQxOCAwLTc2Ljk5Ny4yOS0xMDMuODY3IDEuNTE2LTI2LjgxNCAxLjIyMy00NS4xMjcgNS40ODItNjEuMTUxIDExLjcxLTE2LjU2NiA2LjQzNy0zMC42MTUgMTUuMDUxLTQ0LjYyMSAyOS4wNTYtMTQuMDA1IDE0LjAwNi0yMi42MTkgMjguMDU1LTI5LjA1NiA0NC42MjEtNi4yMjggMTYuMDI0LTEwLjQ4NyAzNC4zMzctMTEuNzEgNjEuMTUxQy4yOSAxNzUuMDgzIDAgMTgzLjY2MiAwIDI1Mi4wOGMwIDY4LjQxNy4yOSA3Ni45OTYgMS41MTYgMTAzLjg2NiAxLjIyMyAyNi44MTQgNS40ODIgNDUuMTI3IDExLjcxIDYxLjE1MSA2LjQzNyAxNi41NjYgMTUuMDUxIDMwLjYxNSAyOS4wNTYgNDQuNjIxIDE0LjAwNiAxNC4wMDUgMjguMDU1IDIyLjYxOSA0NC42MjEgMjkuMDU3IDE2LjAyNCA2LjIyNyAzNC4zMzcgMTAuNDg2IDYxLjE1MSAxMS43MDkgMjYuODcgMS4yMjYgMzUuNDQ5IDEuNTE2IDEwMy44NjcgMS41MTYgNjguNDE3IDAgNzYuOTk2LS4yOSAxMDMuODY2LTEuNTE2IDI2LjgxNC0xLjIyMyA0NS4xMjctNS40ODIgNjEuMTUxLTExLjcwOSAxNi41NjYtNi40MzggMzAuNjE1LTE1LjA1MiA0NC42MjEtMjkuMDU3IDE0LjAwNS0xNC4wMDYgMjIuNjE5LTI4LjA1NSAyOS4wNTctNDQuNjIxIDYuMjI3LTE2LjAyNCAxMC40ODYtMzQuMzM3IDExLjcwOS02MS4xNTEgMS4yMjYtMjYuODcgMS41MTYtMzUuNDQ5IDEuNTE2LTEwMy44NjYgMC02OC40MTgtLjI5LTc2Ljk5Ny0xLjUxNi0xMDMuODY3LTEuMjIzLTI2LjgxNC01LjQ4Mi00NS4xMjctMTEuNzA5LTYxLjE1MS02LjQzOC0xNi41NjYtMTUuMDUyLTMwLjYxNS0yOS4wNTctNDQuNjIxLTE0LjAwNi0xNC4wMDUtMjguMDU1LTIyLjYxOS00NC42MjEtMjkuMDU2LTE2LjAyNC02LjIyOC0zNC4zMzctMTAuNDg3LTYxLjE1MS0xMS43MUMzMjguOTE3LjQ0OSAzMjAuMzM4LjE1OSAyNTEuOTIxLjE1OXptMCA0NS4zOTFjNjcuMjY1IDAgNzUuMjMzLjI1NyAxMDEuNzk3IDEuNDY5IDI0LjU2MiAxLjEyIDM3LjkwMSA1LjIyNCA0Ni43NzggOC42NzQgMTEuNzU5IDQuNTcgMjAuMTUxIDEwLjAyOSAyOC45NjYgMTguODQ1IDguODE2IDguODE1IDE0LjI3NSAxNy4yMDcgMTguODQ1IDI4Ljk2NiAzLjQ1IDguODc3IDcuNTU0IDIyLjIxNiA4LjY3NCA0Ni43NzggMS4yMTIgMjYuNTY0IDEuNDY5IDM0LjUzMiAxLjQ2OSAxMDEuNzk4IDAgNjcuMjY1LS4yNTcgNzUuMjMzLTEuNDY5IDEwMS43OTctMS4xMiAyNC41NjItNS4yMjQgMzcuOTAxLTguNjc0IDQ2Ljc3OC00LjU3IDExLjc1OS0xMC4wMjkgMjAuMTUxLTE4Ljg0NSAyOC45NjYtOC44MTUgOC44MTYtMTcuMjA3IDE0LjI3NS0yOC45NjYgMTguODQ1LTguODc3IDMuNDUtMjIuMjE2IDcuNTU0LTQ2Ljc3OCA4LjY3NC0yNi41NiAxLjIxMi0zNC41MjcgMS40NjktMTAxLjc5NyAxLjQ2OS02Ny4yNzEgMC03NS4yMzctLjI1Ny0xMDEuNzk4LTEuNDY5LTI0LjU2Mi0xLjEyLTM3LjkwMS01LjIyNC00Ni43NzgtOC42NzQtMTEuNzU5LTQuNTctMjAuMTUxLTEwLjAyOS0yOC45NjYtMTguODQ1LTguODE1LTguODE1LTE0LjI3NS0xNy4yMDctMTguODQ1LTI4Ljk2Ni0zLjQ1LTguODc3LTcuNTU0LTIyLjIxNi04LjY3NC00Ni43NzgtMS4yMTItMjYuNTY0LTEuNDY5LTM0LjUzMi0xLjQ2OS0xMDEuNzk3IDAtNjcuMjY2LjI1Ny03NS4yMzQgMS40NjktMTAxLjc5OCAxLjEyLTI0LjU2MiA1LjIyNC0zNy45MDEgOC42NzQtNDYuNzc4IDQuNTctMTEuNzU5IDEwLjAyOS0yMC4xNTEgMTguODQ1LTI4Ljk2NiA4LjgxNS04LjgxNiAxNy4yMDctMTQuMjc1IDI4Ljk2Ni0xOC44NDUgOC44NzctMy40NSAyMi4yMTYtNy41NTQgNDYuNzc4LTguNjc0IDI2LjU2NC0xLjIxMiAzNC41MzItMS40NjkgMTAxLjc5OC0xLjQ2OXoiIGZpbGw9IiNGRkYiIG1hc2s9InVybCgjYikiLz48cGF0aCBkPSJNMjUxLjkyMSAzMzYuMDUzYy00Ni4zNzggMC04My45NzQtMzcuNTk2LTgzLjk3NC04My45NzMgMC00Ni4zNzggMzcuNTk2LTgzLjk3NCA4My45NzQtODMuOTc0IDQ2LjM3NyAwIDgzLjk3MyAzNy41OTYgODMuOTczIDgzLjk3NCAwIDQ2LjM3Ny0zNy41OTYgODMuOTczLTgzLjk3MyA4My45NzN6bTAtMjEzLjMzOGMtNzEuNDQ3IDAtMTI5LjM2NSA1Ny45MTgtMTI5LjM2NSAxMjkuMzY1IDAgNzEuNDQ2IDU3LjkxOCAxMjkuMzY0IDEyOS4zNjUgMTI5LjM2NCA3MS40NDYgMCAxMjkuMzY0LTU3LjkxOCAxMjkuMzY0LTEyOS4zNjQgMC03MS40NDctNTcuOTE4LTEyOS4zNjUtMTI5LjM2NC0xMjkuMzY1em0xNjQuNzA2LTUuMTExYzAgMTYuNjk2LTEzLjUzNSAzMC4yMy0zMC4yMzEgMzAuMjMtMTYuNjk1IDAtMzAuMjMtMTMuNTM0LTMwLjIzLTMwLjIzIDAtMTYuNjk2IDEzLjUzNS0zMC4yMzEgMzAuMjMtMzAuMjMxIDE2LjY5NiAwIDMwLjIzMSAxMy41MzUgMzAuMjMxIDMwLjIzMSIgZmlsbD0iI0ZGRiIvPjwvZz48L3N2Zz4=)}.ck-media__wrapper[data-oembed-url*="instagram.com"] .ck-media__placeholder .ck-media__placeholder__url__text{color:#ffe0fe}.ck-media__wrapper[data-oembed-url*="instagram.com"] .ck-media__placeholder .ck-media__placeholder__url__text:hover{color:#fff}.ck-media__wrapper[data-oembed-url*="twitter.com"] .ck.ck-media__placeholder{background:-webkit-gradient(linear,left top,right top,from(#71c6f4),to(#0d70a5));background:linear-gradient(90deg,#71c6f4,#0d70a5)}.ck-media__wrapper[data-oembed-url*="twitter.com"] .ck.ck-media__placeholder .ck-media__placeholder__icon{background-image:url(data:image/svg+xml;	base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0MDAgNDAwIj48cGF0aCBkPSJNNDAwIDIwMGMwIDExMC41LTg5LjUgMjAwLTIwMCAyMDBTMCAzMTAuNSAwIDIwMCA4OS41IDAgMjAwIDBzMjAwIDg5LjUgMjAwIDIwMHpNMTYzLjQgMzA1LjVjODguNyAwIDEzNy4yLTczLjUgMTM3LjItMTM3LjIgMC0yLjEgMC00LjItLjEtNi4yIDkuNC02LjggMTcuNi0xNS4zIDI0LjEtMjUtOC42IDMuOC0xNy45IDYuNC0yNy43IDcuNiAxMC02IDE3LjYtMTUuNCAyMS4yLTI2LjctOS4zIDUuNS0xOS42IDkuNS0zMC42IDExLjctOC44LTkuNC0yMS4zLTE1LjItMzUuMi0xNS4yLTI2LjYgMC00OC4yIDIxLjYtNDguMiA0OC4yIDAgMy44LjQgNy41IDEuMyAxMS00MC4xLTItNzUuNi0yMS4yLTk5LjQtNTAuNC00LjEgNy4xLTYuNSAxNS40LTYuNSAyNC4yIDAgMTYuNyA4LjUgMzEuNSAyMS41IDQwLjEtNy45LS4yLTE1LjMtMi40LTIxLjgtNnYuNmMwIDIzLjQgMTYuNiA0Mi44IDM4LjcgNDcuMy00IDEuMS04LjMgMS43LTEyLjcgMS43LTMuMSAwLTYuMS0uMy05LjEtLjkgNi4xIDE5LjIgMjMuOSAzMy4xIDQ1IDMzLjUtMTYuNSAxMi45LTM3LjMgMjAuNi01OS45IDIwLjYtMy45IDAtNy43LS4yLTExLjUtLjcgMjEuMSAxMy44IDQ2LjUgMjEuOCA3My43IDIxLjgiIGZpbGw9IiNmZmYiLz48L3N2Zz4=)}.ck-media__wrapper[data-oembed-url*="twitter.com"] .ck.ck-media__placeholder .ck-media__placeholder__url__text{color:#b8e6ff}.ck-media__wrapper[data-oembed-url*="twitter.com"] .ck.ck-media__placeholder .ck-media__placeholder__url__text:hover{color:#fff}.ck.ck-media-form{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:nowrap;flex-wrap:nowrap}.ck.ck-media-form .ck-labeled-field-view{display:inline-block}.ck.ck-media-form .ck-label{display:none}@media (max-width:600px){.ck.ck-media-form{-ms-flex-wrap:wrap;flex-wrap:wrap}.ck.ck-media-form .ck-labeled-field-view{-ms-flex-preferred-size:100%;flex-basis:100%}.ck.ck-media-form .ck-button{-ms-flex-preferred-size:50%;flex-basis:50%}}.ck.ck-media-form{padding:var(--ck-spacing-standard)}.ck.ck-media-form:focus{outline:none}[dir=ltr] .ck.ck-media-form>:not(:first-child),[dir=rtl] .ck.ck-media-form>:not(:last-child){margin-left:var(--ck-spacing-standard)}@media (max-width:600px){.ck.ck-media-form{padding:0;width:calc(0.8*var(--ck-input-text-width))}.ck.ck-media-form .ck-labeled-field-view{margin:var(--ck-spacing-standard) var(--ck-spacing-standard) 0}.ck.ck-media-form .ck-labeled-field-view .ck-input-text{min-width:0;width:100%}.ck.ck-media-form .ck-labeled-field-view .ck-labeled-field-view__error{white-space:normal}.ck.ck-media-form .ck-button{padding:var(--ck-spacing-standard);margin-top:var(--ck-spacing-standard);border-radius:0;border:0;border-top:1px solid var(--ck-color-base-border)}[dir=ltr] .ck.ck-media-form .ck-button{margin-left:0}[dir=ltr] .ck.ck-media-form .ck-button:first-of-type{border-right:1px solid var(--ck-color-base-border)}[dir=rtl] .ck.ck-media-form .ck-button{margin-left:0}[dir=rtl] .ck.ck-media-form .ck-button:last-of-type{border-right:1px solid var(--ck-color-base-border)}}.ck .ck-widget .ck-widget__type-around__button{display:block;position:absolute;overflow:hidden;z-index:var(--ck-z-default)}.ck .ck-widget .ck-widget__type-around__button svg{position:absolute;top:50%;left:50%;z-index:calc(var(--ck-z-default) + 2)}.ck .ck-widget .ck-widget__type-around__button.ck-widget__type-around__button_before{top:calc(-0.5*var(--ck-widget-outline-thickness));left:calc(min(10%, 30px));-webkit-transform:translateY(-50%);transform:translateY(-50%)}.ck .ck-widget .ck-widget__type-around__button.ck-widget__type-around__button_after{bottom:calc(-0.5*var(--ck-widget-outline-thickness));right:calc(min(10%, 30px));-webkit-transform:translateY(50%);transform:translateY(50%)}.ck .ck-widget:not(.ck-widget_can-type-around_after)>.ck-widget__type-around>.ck-widget__type-around__button_after,.ck .ck-widget:not(.ck-widget_can-type-around_before)>.ck-widget__type-around>.ck-widget__type-around__button_before{display:none}.ck .ck-widget.ck-widget_selected>.ck-widget__type-around>.ck-widget__type-around__button:after,.ck .ck-widget>.ck-widget__type-around>.ck-widget__type-around__button:hover:after{content:"";display:block;position:absolute;top:1px;left:1px;z-index:calc(var(--ck-z-default) + 1)}.ck.ck-editor__editable.ck-read-only .ck-widget__type-around,.ck.ck-editor__editable.ck-restricted-editing_mode_restricted .ck-widget__type-around{display:none}:root{--ck-widget-type-around-button-size:20px;--ck-color-widget-type-around-button-active:var(--ck-color-focus-border);--ck-color-widget-type-around-button-hover:var(--ck-color-widget-hover-border);--ck-color-widget-type-around-button-blurred-editable:var(--ck-color-widget-blurred-border);--ck-color-widget-type-around-button-radar-start-alpha:0;--ck-color-widget-type-around-button-radar-end-alpha:0.3;--ck-color-widget-type-around-button-icon:var(--ck-color-base-background)}.ck .ck-widget .ck-widget__type-around__button{width:var(--ck-widget-type-around-button-size);height:var(--ck-widget-type-around-button-size);background:var(--ck-color-widget-type-around-button);border-radius:100px;pointer-events:none;opacity:0;-webkit-transition:opacity var(--ck-widget-handler-animation-duration) var(--ck-widget-handler-animation-curve),background var(--ck-widget-handler-animation-duration) var(--ck-widget-handler-animation-curve);transition:opacity var(--ck-widget-handler-animation-duration) var(--ck-widget-handler-animation-curve),background var(--ck-widget-handler-animation-duration) var(--ck-widget-handler-animation-curve)}.ck .ck-widget .ck-widget__type-around__button svg{width:10px;height:8px;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);-webkit-transition:-webkit-transform .5s ease;transition:-webkit-transform .5s ease;transition:transform .5s ease;transition:transform .5s ease,-webkit-transform .5s ease;margin-top:1px}.ck .ck-widget .ck-widget__type-around__button svg *{stroke-dasharray:10;stroke-dashoffset:0;fill:none;stroke:var(--ck-color-widget-type-around-button-icon);stroke-width:1.5px;stroke-linecap:round;stroke-linejoin:round}.ck .ck-widget .ck-widget__type-around__button svg line{stroke-dasharray:7}.ck .ck-widget .ck-widget__type-around__button:hover{-webkit-animation:ck-widget-type-around-button-sonar 1s ease infinite;animation:ck-widget-type-around-button-sonar 1s ease infinite}.ck .ck-widget .ck-widget__type-around__button:hover svg polyline{-webkit-animation:ck-widget-type-around-arrow-dash 2s linear;animation:ck-widget-type-around-arrow-dash 2s linear}.ck .ck-widget .ck-widget__type-around__button:hover svg line{-webkit-animation:ck-widget-type-around-arrow-tip-dash 2s linear;animation:ck-widget-type-around-arrow-tip-dash 2s linear}.ck .ck-widget.ck-widget_selected>.ck-widget__type-around>.ck-widget__type-around__button,.ck .ck-widget:hover>.ck-widget__type-around>.ck-widget__type-around__button{pointer-events:auto;opacity:1}.ck .ck-widget:not(.ck-widget_selected)>.ck-widget__type-around>.ck-widget__type-around__button{background:var(--ck-color-widget-type-around-button-hover)}.ck .ck-widget.ck-widget_selected>.ck-widget__type-around>.ck-widget__type-around__button,.ck .ck-widget>.ck-widget__type-around>.ck-widget__type-around__button:hover{background:var(--ck-color-widget-type-around-button-active)}.ck .ck-widget.ck-widget_selected>.ck-widget__type-around>.ck-widget__type-around__button:after,.ck .ck-widget>.ck-widget__type-around>.ck-widget__type-around__button:hover:after{width:calc(var(--ck-widget-type-around-button-size) - 2px);height:calc(var(--ck-widget-type-around-button-size) - 2px);border-radius:100px;--ckwa:0,0%,100%;background:linear-gradient(135deg,hsla(0,0%,100%,0),hsla(0,0%,100%,.3))}.ck .ck-widget.ck-widget_with-selection-handle>.ck-widget__type-around>.ck-widget__type-around__button_before{margin-left:20px}.ck-editor__nested-editable.ck-editor__editable_selected .ck-widget.ck-widget_selected>.ck-widget__type-around>.ck-widget__type-around__button,.ck-editor__nested-editable.ck-editor__editable_selected .ck-widget:hover>.ck-widget__type-around>.ck-widget__type-around__button{pointer-events:none;opacity:0}.ck-editor__editable.ck-blurred .ck-widget.ck-widget_selected>.ck-widget__type-around>.ck-widget__type-around__button:not(:hover){background:var(--ck-color-widget-type-around-button-blurred-editable)}.ck-editor__editable.ck-blurred .ck-widget.ck-widget_selected>.ck-widget__type-around>.ck-widget__type-around__button:not(:hover) svg *{stroke:#999}@-webkit-keyframes ck-widget-type-around-arrow-dash{0%{stroke-dashoffset:10}20%,to{stroke-dashoffset:0}}@keyframes ck-widget-type-around-arrow-dash{0%{stroke-dashoffset:10}20%,to{stroke-dashoffset:0}}@-webkit-keyframes ck-widget-type-around-arrow-tip-dash{0%,20%{stroke-dashoffset:7}40%,to{stroke-dashoffset:0}}@keyframes ck-widget-type-around-arrow-tip-dash{0%,20%{stroke-dashoffset:7}40%,to{stroke-dashoffset:0}}@-webkit-keyframes ck-widget-type-around-button-sonar{0%{-webkit-box-shadow:0 0 0 0;box-shadow:0 0 0 0}50%{-webkit-box-shadow:0 0 0 5px;box-shadow:0 0 0 5px}to{-webkit-box-shadow:0 0 0 5px;box-shadow:0 0 0 5px}}@keyframes ck-widget-type-around-button-sonar{0%{-webkit-box-shadow:0 0 0 0;box-shadow:0 0 0 0}50%{-webkit-box-shadow:0 0 0 5px;box-shadow:0 0 0 5px}to{-webkit-box-shadow:0 0 0 5px;box-shadow:0 0 0 5px}}:root{--ck-color-resizer:var(--ck-color-focus-border);--ck-resizer-size:10px;--ck-resizer-border-width:1px;--ck-resizer-border-radius:2px;--ck-resizer-offset:calc(var(--ck-resizer-size)/-2 - 2px);--ck-resizer-tooltip-offset:10px;--ck-color-resizer-tooltip-background:#262626;--ck-color-resizer-tooltip-text:#f2f2f2}.ck .ck-widget,.ck .ck-widget.ck-widget_with-selection-handle{position:relative}.ck .ck-widget.ck-widget_with-selection-handle .ck-widget__selection-handle{position:absolute}.ck .ck-widget.ck-widget_with-selection-handle .ck-widget__selection-handle .ck-icon{display:block}.ck .ck-widget.ck-widget_with-selection-handle.ck-widget_selected .ck-widget__selection-handle,.ck .ck-widget.ck-widget_with-selection-handle:hover .ck-widget__selection-handle{visibility:visible}.ck .ck-size-view{background:var(--ck-color-resizer-tooltip-background);color:var(--ck-color-resizer-tooltip-text);border:1px solid var(--ck-color-resizer-tooltip-text);border-radius:var(--ck-resizer-border-radius);font-size:var(--ck-font-size-tiny);display:block;padding:var(--ck-spacing-small)}.ck .ck-size-view.ck-orientation-bottom-left,.ck .ck-size-view.ck-orientation-bottom-right,.ck .ck-size-view.ck-orientation-top-left,.ck .ck-size-view.ck-orientation-top-right{position:absolute}.ck .ck-size-view.ck-orientation-top-left{top:var(--ck-resizer-tooltip-offset);left:var(--ck-resizer-tooltip-offset)}.ck .ck-size-view.ck-orientation-top-right{top:var(--ck-resizer-tooltip-offset);right:var(--ck-resizer-tooltip-offset)}.ck .ck-size-view.ck-orientation-bottom-right{bottom:var(--ck-resizer-tooltip-offset);right:var(--ck-resizer-tooltip-offset)}.ck .ck-size-view.ck-orientation-bottom-left{bottom:var(--ck-resizer-tooltip-offset);left:var(--ck-resizer-tooltip-offset)}:root{--ck-widget-outline-thickness:3px;--ck-widget-handler-icon-size:16px;--ck-widget-handler-animation-duration:200ms;--ck-widget-handler-animation-curve:ease;--ck-color-widget-blurred-border:#dedede;--ck-color-widget-hover-border:#ffc83d;--ck-color-widget-editable-focus-background:var(--ck-color-base-background);--ck-color-widget-drag-handler-icon-color:var(--ck-color-base-background)}.ck .ck-widget{outline-width:var(--ck-widget-outline-thickness);outline-style:solid;outline-color:transparent;-webkit-transition:outline-color var(--ck-widget-handler-animation-duration) var(--ck-widget-handler-animation-curve);transition:outline-color var(--ck-widget-handler-animation-duration) var(--ck-widget-handler-animation-curve)}.ck .ck-widget.ck-widget_selected,.ck .ck-widget.ck-widget_selected:hover{outline:var(--ck-widget-outline-thickness) solid var(--ck-color-focus-border)}.ck .ck-widget:hover{outline-color:var(--ck-color-widget-hover-border)}.ck .ck-editor__nested-editable{border:1px solid transparent}.ck .ck-editor__nested-editable.ck-editor__nested-editable_focused,.ck .ck-editor__nested-editable:focus{outline:none;border:var(--ck-focus-ring);-webkit-box-shadow:var(--ck-inner-shadow),0 0;box-shadow:var(--ck-inner-shadow),0 0;background-color:var(--ck-color-widget-editable-focus-background)}.ck .ck-widget.ck-widget_with-selection-handle .ck-widget__selection-handle{padding:4px;-webkit-box-sizing:border-box;box-sizing:border-box;background-color:transparent;opacity:0;-webkit-transition:background-color var(--ck-widget-handler-animation-duration) var(--ck-widget-handler-animation-curve),visibility var(--ck-widget-handler-animation-duration) var(--ck-widget-handler-animation-curve),opacity var(--ck-widget-handler-animation-duration) var(--ck-widget-handler-animation-curve);transition:background-color var(--ck-widget-handler-animation-duration) var(--ck-widget-handler-animation-curve),visibility var(--ck-widget-handler-animation-duration) var(--ck-widget-handler-animation-curve),opacity var(--ck-widget-handler-animation-duration) var(--ck-widget-handler-animation-curve);border-radius:var(--ck-border-radius) var(--ck-border-radius) 0 0;-webkit-transform:translateY(-100%);transform:translateY(-100%);left:calc(0px - var(--ck-widget-outline-thickness))}.ck .ck-widget.ck-widget_with-selection-handle .ck-widget__selection-handle .ck-icon{width:var(--ck-widget-handler-icon-size);height:var(--ck-widget-handler-icon-size);color:var(--ck-color-widget-drag-handler-icon-color)}.ck .ck-widget.ck-widget_with-selection-handle .ck-widget__selection-handle .ck-icon .ck-icon__selected-indicator{opacity:0;-webkit-transition:opacity .3s var(--ck-widget-handler-animation-curve);transition:opacity .3s var(--ck-widget-handler-animation-curve)}.ck .ck-widget.ck-widget_with-selection-handle .ck-widget__selection-handle:hover .ck-icon .ck-icon__selected-indicator{opacity:1}.ck .ck-widget.ck-widget_with-selection-handle:hover .ck-widget__selection-handle{opacity:1;background-color:var(--ck-color-widget-hover-border)}.ck .ck-widget.ck-widget_with-selection-handle.ck-widget_selected .ck-widget__selection-handle,.ck .ck-widget.ck-widget_with-selection-handle.ck-widget_selected:hover .ck-widget__selection-handle{opacity:1;background-color:var(--ck-color-focus-border)}.ck .ck-widget.ck-widget_with-selection-handle.ck-widget_selected .ck-widget__selection-handle .ck-icon .ck-icon__selected-indicator,.ck .ck-widget.ck-widget_with-selection-handle.ck-widget_selected:hover .ck-widget__selection-handle .ck-icon .ck-icon__selected-indicator{opacity:1}.ck[dir=rtl] .ck-widget.ck-widget_with-selection-handle .ck-widget__selection-handle{left:auto;right:calc(0px - var(--ck-widget-outline-thickness))}.ck.ck-editor__editable.ck-read-only .ck-widget{-webkit-transition:none;transition:none}.ck.ck-editor__editable.ck-read-only .ck-widget:not(.ck-widget_selected){--ck-widget-outline-thickness:0px}.ck.ck-editor__editable.ck-read-only .ck-widget.ck-widget_with-selection-handle .ck-widget__selection-handle,.ck.ck-editor__editable.ck-read-only .ck-widget.ck-widget_with-selection-handle .ck-widget__selection-handle:hover{background:var(--ck-color-widget-blurred-border)}.ck.ck-editor__editable.ck-blurred .ck-widget.ck-widget_selected,.ck.ck-editor__editable.ck-blurred .ck-widget.ck-widget_selected:hover{outline-color:var(--ck-color-widget-blurred-border)}.ck.ck-editor__editable.ck-blurred .ck-widget.ck-widget_selected.ck-widget_with-selection-handle .ck-widget__selection-handle,.ck.ck-editor__editable.ck-blurred .ck-widget.ck-widget_selected.ck-widget_with-selection-handle .ck-widget__selection-handle:hover,.ck.ck-editor__editable.ck-blurred .ck-widget.ck-widget_selected:hover.ck-widget_with-selection-handle .ck-widget__selection-handle,.ck.ck-editor__editable.ck-blurred .ck-widget.ck-widget_selected:hover.ck-widget_with-selection-handle .ck-widget__selection-handle:hover{background:var(--ck-color-widget-blurred-border)}.ck.ck-editor__editable>.ck-widget.ck-widget_with-selection-handle:first-child,.ck.ck-editor__editable blockquote>.ck-widget.ck-widget_with-selection-handle:first-child{margin-top:calc(1em + var(--ck-widget-handler-icon-size))}.ck-content .media{margin:1em 0}:root{--ck-color-table-focused-cell-background:rgba(158,207,250,0.3)}.ck-widget.table td.ck-editor__nested-editable.ck-editor__nested-editable_focused,.ck-widget.table td.ck-editor__nested-editable:focus,.ck-widget.table th.ck-editor__nested-editable.ck-editor__nested-editable_focused,.ck-widget.table th.ck-editor__nested-editable:focus{background:var(--ck-color-table-focused-cell-background);border-style:none;outline:1px solid var(--ck-color-focus-border);outline-offset:-1px}.ck.ck-splitbutton{font-size:inherit}.ck.ck-splitbutton .ck-splitbutton__action:focus{z-index:calc(var(--ck-z-default) + 1)}.ck.ck-splitbutton.ck-splitbutton_open>.ck-button .ck-tooltip{display:none}:root{--ck-color-split-button-hover-background:#ebebeb;--ck-color-split-button-hover-border:#b3b3b3}[dir=ltr] .ck.ck-splitbutton>.ck-splitbutton__action{border-top-right-radius:unset;border-bottom-right-radius:unset}[dir=rtl] .ck.ck-splitbutton>.ck-splitbutton__action{border-top-left-radius:unset;border-bottom-left-radius:unset}.ck.ck-splitbutton>.ck-splitbutton__arrow{min-width:unset}[dir=ltr] .ck.ck-splitbutton>.ck-splitbutton__arrow{border-radius:0}.ck-rounded-corners [dir=ltr] .ck.ck-splitbutton>.ck-splitbutton__arrow,[dir=ltr] .ck.ck-splitbutton>.ck-splitbutton__arrow.ck-rounded-corners{border-radius:var(--ck-border-radius);border-top-left-radius:unset;border-bottom-left-radius:unset}[dir=rtl] .ck.ck-splitbutton>.ck-splitbutton__arrow{border-top-right-radius:unset;border-bottom-right-radius:unset}.ck.ck-splitbutton>.ck-splitbutton__arrow svg{width:var(--ck-dropdown-arrow-size)}.ck.ck-splitbutton.ck-splitbutton_open>.ck-button:not(.ck-on):not(.ck-disabled):not(:hover),.ck.ck-splitbutton:hover>.ck-button:not(.ck-on):not(.ck-disabled):not(:hover){background:var(--ck-color-split-button-hover-background)}[dir=ltr] .ck.ck-splitbutton.ck-splitbutton_open>.ck-splitbutton__arrow:not(.ck-disabled),[dir=ltr] .ck.ck-splitbutton:hover>.ck-splitbutton__arrow:not(.ck-disabled){border-left-color:var(--ck-color-split-button-hover-border)}[dir=rtl] .ck.ck-splitbutton.ck-splitbutton_open>.ck-splitbutton__arrow:not(.ck-disabled),[dir=rtl] .ck.ck-splitbutton:hover>.ck-splitbutton__arrow:not(.ck-disabled){border-right-color:var(--ck-color-split-button-hover-border)}.ck.ck-splitbutton.ck-splitbutton_open{border-radius:0}.ck-rounded-corners .ck.ck-splitbutton.ck-splitbutton_open,.ck.ck-splitbutton.ck-splitbutton_open.ck-rounded-corners{border-radius:var(--ck-border-radius)}.ck-rounded-corners .ck.ck-splitbutton.ck-splitbutton_open>.ck-splitbutton__action,.ck.ck-splitbutton.ck-splitbutton_open.ck-rounded-corners>.ck-splitbutton__action{border-bottom-left-radius:0}.ck-rounded-corners .ck.ck-splitbutton.ck-splitbutton_open>.ck-splitbutton__arrow,.ck.ck-splitbutton.ck-splitbutton_open.ck-rounded-corners>.ck-splitbutton__arrow{border-bottom-right-radius:0}.ck .ck-insert-table-dropdown__grid{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap}:root{--ck-insert-table-dropdown-padding:10px;--ck-insert-table-dropdown-box-height:11px;--ck-insert-table-dropdown-box-width:12px;--ck-insert-table-dropdown-box-margin:1px}.ck .ck-insert-table-dropdown__grid{width:calc(var(--ck-insert-table-dropdown-box-width)*10 + var(--ck-insert-table-dropdown-box-margin)*20 + var(--ck-insert-table-dropdown-padding)*2);padding:var(--ck-insert-table-dropdown-padding) var(--ck-insert-table-dropdown-padding) 0}.ck .ck-insert-table-dropdown__label{text-align:center}.ck .ck-insert-table-dropdown-grid-box{width:var(--ck-insert-table-dropdown-box-width);height:var(--ck-insert-table-dropdown-box-height);margin:var(--ck-insert-table-dropdown-box-margin);border:1px solid var(--ck-color-base-border);border-radius:1px}.ck .ck-insert-table-dropdown-grid-box.ck-on{border-color:var(--ck-color-focus-border);background:var(--ck-color-focus-outer-shadow)}:root{--ck-table-selected-cell-background:rgba(158,207,250,0.3)}.ck.ck-editor__editable .table table td.ck-editor__editable_selected,.ck.ck-editor__editable .table table th.ck-editor__editable_selected{position:relative;caret-color:transparent;outline:unset;-webkit-box-shadow:unset;box-shadow:unset}.ck.ck-editor__editable .table table td.ck-editor__editable_selected:after,.ck.ck-editor__editable .table table th.ck-editor__editable_selected:after{content:"";pointer-events:none;background-color:var(--ck-table-selected-cell-background);position:absolute;top:0;left:0;right:0;bottom:0}.ck.ck-editor__editable .table table td.ck-editor__editable_selected ::-moz-selection,.ck.ck-editor__editable .table table th.ck-editor__editable_selected ::-moz-selection{background-color:transparent}.ck.ck-editor__editable .table table td.ck-editor__editable_selected ::selection,.ck.ck-editor__editable .table table td.ck-editor__editable_selected:focus,.ck.ck-editor__editable .table table th.ck-editor__editable_selected ::selection,.ck.ck-editor__editable .table table th.ck-editor__editable_selected:focus{background-color:transparent}.ck.ck-editor__editable .table table td.ck-editor__editable_selected .ck-widget_selected,.ck.ck-editor__editable .table table th.ck-editor__editable_selected .ck-widget_selected{outline:unset}.ck-content .table{margin:1em auto;display:table}.ck-content .table table{width:100%;height:100%}.ck-content .table table td,.ck-content .table table th{border:1px solid #bfbfbf}.ck-content .table table th{font-weight:700;background:#000}.ck-content[dir=rtl] .table th{text-align:right}.ck-content[dir=ltr] .table th{text-align:left}.ck.ck-input-color{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex}.ck.ck-input-color>input.ck.ck-input-text{min-width:auto;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.ck.ck-input-color>input.ck.ck-input-text:active,.ck.ck-input-color>input.ck.ck-input-text:focus{z-index:var(--ck-z-default)}.ck.ck-input-color>div.ck.ck-dropdown{min-width:auto}.ck.ck-input-color>div.ck.ck-dropdown>.ck-input-color__button .ck-dropdown__arrow{display:none}.ck.ck-input-color .ck.ck-input-color__button .ck.ck-input-color__button__preview{position:relative;overflow:hidden}.ck.ck-input-color .ck.ck-input-color__button .ck.ck-input-color__button__preview>.ck.ck-input-color__button__preview__no-color-indicator{position:absolute;display:block}[dir=ltr] .ck.ck-input-color>.ck.ck-input-text{border-top-right-radius:0;border-bottom-right-radius:0}[dir=rtl] .ck.ck-input-color>.ck.ck-input-text{border-top-left-radius:0;border-bottom-left-radius:0}.ck.ck-input-color>.ck.ck-dropdown>.ck.ck-input-color__button{padding:0}[dir=ltr] .ck.ck-input-color>.ck.ck-dropdown>.ck.ck-input-color__button{border-top-left-radius:0;border-bottom-left-radius:0;margin-left:-1px}[dir=rtl] .ck.ck-input-color>.ck.ck-dropdown>.ck.ck-input-color__button{border-top-right-radius:0;border-bottom-right-radius:0;margin-right:-1px}.ck.ck-input-color>.ck.ck-dropdown>.ck.ck-input-color__button.ck-disabled{background:var(--ck-color-input-disabled-background)}.ck.ck-input-color>.ck.ck-dropdown>.ck.ck-input-color__button>.ck.ck-input-color__button__preview{border-radius:0}.ck-rounded-corners .ck.ck-input-color>.ck.ck-dropdown>.ck.ck-input-color__button>.ck.ck-input-color__button__preview,.ck.ck-input-color>.ck.ck-dropdown>.ck.ck-input-color__button>.ck.ck-input-color__button__preview.ck-rounded-corners{border-radius:var(--ck-border-radius)}.ck.ck-input-color>.ck.ck-dropdown>.ck.ck-input-color__button>.ck.ck-input-color__button__preview{width:20px;height:20px;border:1px solid var(--ck-color-input-border)}.ck.ck-input-color>.ck.ck-dropdown>.ck.ck-input-color__button>.ck.ck-input-color__button__preview>.ck.ck-input-color__button__preview__no-color-indicator{top:-30%;left:50%;height:150%;width:8%;background:red;border-radius:2px;-webkit-transform:rotate(45deg);transform:rotate(45deg);-webkit-transform-origin:50%;transform-origin:50%}.ck.ck-input-color .ck.ck-input-color__remove-color{width:100%;border-bottom:1px solid var(--ck-color-input-border);padding:calc(var(--ck-spacing-standard)/2) var(--ck-spacing-standard);border-bottom-left-radius:0;border-bottom-right-radius:0}[dir=ltr] .ck.ck-input-color .ck.ck-input-color__remove-color{border-top-right-radius:0}[dir=rtl] .ck.ck-input-color .ck.ck-input-color__remove-color{border-top-left-radius:0}.ck.ck-input-color .ck.ck-input-color__remove-color .ck.ck-icon{margin-right:var(--ck-spacing-standard)}[dir=rtl] .ck.ck-input-color .ck.ck-input-color__remove-color .ck.ck-icon{margin-right:0;margin-left:var(--ck-spacing-standard)}.ck.ck-form__row{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.ck.ck-form__row>:not(.ck-label){-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.ck.ck-form__row.ck-table-form__action-row .ck-button-cancel,.ck.ck-form__row.ck-table-form__action-row .ck-button-save{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.ck.ck-form__row{padding:var(--ck-spacing-standard) var(--ck-spacing-large) 0}[dir=ltr] .ck.ck-form__row>:not(.ck-label)+*{margin-left:var(--ck-spacing-large)}[dir=rtl] .ck.ck-form__row>:not(.ck-label)+*{margin-right:var(--ck-spacing-large)}.ck.ck-form__row>.ck-label{width:100%;min-width:100%}.ck.ck-form__row.ck-table-form__action-row{margin-top:var(--ck-spacing-large)}.ck.ck-form__row.ck-table-form__action-row .ck-button .ck-button__label{color:var(--ck-color-text)}.ck.ck-form__header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}:root{--ck-form-header-height:38px}.ck.ck-form__header{padding:var(--ck-spacing-small) var(--ck-spacing-large);height:var(--ck-form-header-height);line-height:var(--ck-form-header-height);border-bottom:1px solid var(--ck-color-base-border)}.ck.ck-form__header .ck-form__header__label{font-weight:700}.ck.ck-form{padding:0 0 var(--ck-spacing-large)}.ck.ck-form:focus{outline:none}.ck.ck-form .ck.ck-input-text{min-width:100%;width:0}.ck.ck-form .ck.ck-dropdown{min-width:100%}.ck.ck-form .ck.ck-dropdown .ck-dropdown__button:not(:focus){border:1px solid var(--ck-color-base-border)}.ck.ck-form .ck.ck-dropdown .ck-dropdown__button .ck-button__label{width:100%}.ck.ck-table-form .ck-form__row.ck-table-form__border-row{-ms-flex-wrap:wrap;flex-wrap:wrap}.ck.ck-table-form .ck-form__row.ck-table-form__border-row .ck-labeled-field-view{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse}.ck.ck-table-form .ck-form__row.ck-table-form__border-row .ck-labeled-field-view .ck.ck-dropdown,.ck.ck-table-form .ck-form__row.ck-table-form__border-row .ck-table-form__border-style,.ck.ck-table-form .ck-form__row.ck-table-form__border-row .ck-table-form__border-width{-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0}.ck.ck-table-form .ck-form__row.ck-table-form__dimensions-row{-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.ck.ck-table-form .ck-form__row.ck-table-form__dimensions-row .ck-labeled-field-view{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.ck.ck-table-form .ck-form__row.ck-table-form__dimensions-row .ck-labeled-field-view .ck.ck-dropdown,.ck.ck-table-form .ck-form__row.ck-table-form__dimensions-row .ck-table-form__dimension-operator{-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0}.ck.ck-table-form .ck.ck-labeled-field-view{position:relative}.ck.ck-table-form .ck.ck-labeled-field-view .ck.ck-labeled-field-view__status{position:absolute;left:50%;bottom:calc(-1*var(--ck-table-properties-error-arrow-size));-webkit-transform:translate(-50%,100%);transform:translate(-50%,100%);z-index:1}.ck.ck-table-form .ck.ck-labeled-field-view .ck.ck-labeled-field-view__status:after{content:"";position:absolute;top:calc(-1*var(--ck-table-properties-error-arrow-size));left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%)}:root{--ck-table-properties-error-arrow-size:6px;--ck-table-properties-min-error-width:150px}.ck.ck-table-form .ck-form__row.ck-table-form__border-row .ck-labeled-field-view>.ck-label{font-size:var(--ck-font-size-tiny);text-align:center}.ck.ck-table-form .ck-form__row.ck-table-form__border-row .ck-table-form__border-style{width:80px;min-width:80px}.ck.ck-table-form .ck-form__row.ck-table-form__border-row .ck-table-form__border-width{width:50px;min-width:50px}.ck.ck-table-form .ck-form__row.ck-table-form__dimensions-row{padding:0}.ck.ck-table-form .ck-form__row.ck-table-form__dimensions-row .ck-labeled-field-view>.ck-label{font-size:10px;text-align:center}.ck.ck-table-form .ck-form__row.ck-table-form__dimensions-row .ck-table-form__dimensions-row__height,.ck.ck-table-form .ck-form__row.ck-table-form__dimensions-row .ck-table-form__dimensions-row__width{margin:0}.ck.ck-table-form .ck-form__row.ck-table-form__dimensions-row .ck-table-form__dimension-operator{-ms-flex-item-align:start;align-self:start;display:inline-block;height:var(--ck-ui-component-min-height);line-height:var(--ck-ui-component-min-height);margin:0 var(--ck-spacing-small)}.ck.ck-table-form .ck.ck-labeled-field-view .ck.ck-labeled-field-view__status{border-radius:0}.ck-rounded-corners .ck.ck-table-form .ck.ck-labeled-field-view .ck.ck-labeled-field-view__status,.ck.ck-table-form .ck.ck-labeled-field-view .ck.ck-labeled-field-view__status.ck-rounded-corners{border-radius:var(--ck-border-radius)}.ck.ck-table-form .ck.ck-labeled-field-view .ck.ck-labeled-field-view__status{background:var(--ck-color-base-error);color:var(--ck-color-base-background);padding:var(--ck-spacing-small) var(--ck-spacing-medium);min-width:var(--ck-table-properties-min-error-width);text-align:center}.ck.ck-table-form .ck.ck-labeled-field-view .ck.ck-labeled-field-view__status:after{border-left:var(--ck-table-properties-error-arrow-size) solid transparent;border-bottom:var(--ck-table-properties-error-arrow-size) solid var(--ck-color-base-error);border-right:var(--ck-table-properties-error-arrow-size) solid transparent;border-top:0 solid transparent}.ck.ck-table-form .ck.ck-labeled-field-view .ck.ck-labeled-field-view__status{-webkit-animation:ck-table-form-labeled-view-status-appear .15s ease both;animation:ck-table-form-labeled-view-status-appear .15s ease both}.ck.ck-table-form .ck.ck-labeled-field-view .ck-input.ck-error:not(:focus)+.ck.ck-labeled-field-view__status{display:none}@-webkit-keyframes ck-table-form-labeled-view-status-appear{0%{opacity:0}to{opacity:1}}@keyframes ck-table-form-labeled-view-status-appear{0%{opacity:0}to{opacity:1}}.ck.ck-table-properties-form .ck-form__row.ck-table-properties-form__alignment-row{-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-line-pack:baseline;align-content:baseline}.ck.ck-table-properties-form .ck-form__row.ck-table-properties-form__alignment-row .ck.ck-toolbar .ck-toolbar__items{-ms-flex-wrap:nowrap;flex-wrap:nowrap}.ck.ck-table-properties-form{width:320px}.ck.ck-table-properties-form .ck-form__row.ck-table-properties-form__alignment-row{padding:0}.ck.ck-table-properties-form .ck-form__row.ck-table-properties-form__alignment-row .ck.ck-toolbar{background:none}.ck.ck-table-properties-form .ck-form__row.ck-table-properties-form__alignment-row .ck.ck-toolbar .ck-toolbar__items>*{width:40px}.ck.ck-table-cell-properties-form .ck-form__row.ck-table-cell-properties-form__alignment-row{-ms-flex-wrap:wrap;flex-wrap:wrap}.ck.ck-table-cell-properties-form .ck-form__row.ck-table-cell-properties-form__alignment-row .ck.ck-toolbar{-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0}.ck.ck-table-cell-properties-form{width:320px}.ck.ck-table-cell-properties-form .ck-form__row.ck-table-cell-properties-form__padding-row{padding:0;width:35%}.ck.ck-table-cell-properties-form .ck-form__row.ck-table-cell-properties-form__alignment-row .ck.ck-toolbar{background:none}:root{--ck-highlight-marker-yellow:#fdfd77;--ck-highlight-marker-green:#62f962;--ck-highlight-marker-pink:#fc7899;--ck-highlight-marker-blue:#72ccfd;--ck-highlight-pen-red:#e71313;--ck-highlight-pen-green:#128a00}.ck-content .marker-yellow{background-color:var(--ck-highlight-marker-yellow)}.ck-content .marker-green{background-color:var(--ck-highlight-marker-green)}.ck-content .marker-pink{background-color:var(--ck-highlight-marker-pink)}.ck-content .marker-blue{background-color:var(--ck-highlight-marker-blue)}.ck-content .pen-red{color:var(--ck-highlight-pen-red);background-color:transparent}.ck-content .pen-green{color:var(--ck-highlight-pen-green);background-color:transparent}:root{--ck-todo-list-checkmark-size:16px}.ck-content .todo-list{list-style:none}.ck-content .todo-list li{margin-bottom:5px}.ck-content .todo-list li .todo-list{margin-top:5px}.ck-content .todo-list .todo-list__label>input{-webkit-appearance:none;display:inline-block;position:relative;width:var(--ck-todo-list-checkmark-size);height:var(--ck-todo-list-checkmark-size);vertical-align:middle;border:0;left:-25px;margin-right:-15px;right:0;margin-left:0}.ck-content .todo-list .todo-list__label>input:before{display:block;position:absolute;-webkit-box-sizing:border-box;box-sizing:border-box;content:"";width:100%;height:100%;border:1px solid #333;border-radius:2px;-webkit-transition:background .25s ease-in-out,border .25s ease-in-out,-webkit-box-shadow .25s ease-in-out;transition:background .25s ease-in-out,border .25s ease-in-out,-webkit-box-shadow .25s ease-in-out;transition:box-shadow .25s ease-in-out,background .25s ease-in-out,border .25s ease-in-out;transition:box-shadow .25s ease-in-out,background .25s ease-in-out,border .25s ease-in-out,-webkit-box-shadow .25s ease-in-out}.ck-content .todo-list .todo-list__label>input:after{display:block;position:absolute;-webkit-box-sizing:content-box;box-sizing:content-box;pointer-events:none;content:"";left:calc(var(--ck-todo-list-checkmark-size)/3);top:calc(var(--ck-todo-list-checkmark-size)/5.3);width:calc(var(--ck-todo-list-checkmark-size)/5.3);height:calc(var(--ck-todo-list-checkmark-size)/2.6);border-left:0 solid transparent;border-bottom:calc(var(--ck-todo-list-checkmark-size)/8) solid transparent;border-right:calc(var(--ck-todo-list-checkmark-size)/8) solid transparent;border-top:0 solid transparent;-webkit-transform:rotate(45deg);transform:rotate(45deg)}.ck-content .todo-list .todo-list__label>input[checked]:before{background:#26ab33;border-color:#26ab33}.ck-content .todo-list .todo-list__label>input[checked]:after{border-color:#fff}.ck-content .todo-list .todo-list__label .todo-list__label__description{vertical-align:middle}[dir=rtl] .todo-list .todo-list__label>input{left:0;margin-right:0;right:-25px;margin-left:-15px}.ck-editor__editable .todo-list .todo-list__label>input{cursor:pointer}.ck-editor__editable .todo-list .todo-list__label>input:hover:before{-webkit-box-shadow:0 0 0 5px rgba(0,0,0,.1);box-shadow:0 0 0 5px rgba(0,0,0,.1)}.ck.ck-labeled-input .ck-labeled-input__status{font-size:var(--ck-font-size-small);margin-top:var(--ck-spacing-small);white-space:normal}.ck.ck-labeled-input .ck-labeled-input__status_error{color:var(--ck-color-base-error)}.ck.ck-title-form{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:nowrap;flex-wrap:nowrap}.ck.ck-title-form .ck-labeled-input{display:inline-block}.ck.ck-title-form .ck-label{display:none}@media (max-width:600px){.ck.ck-title-form{-ms-flex-wrap:wrap;flex-wrap:wrap}.ck.ck-title-form .ck-labeled-input{-ms-flex-preferred-size:100%;flex-basis:100%}.ck.ck-title-form .ck-button{-ms-flex-preferred-size:50%;flex-basis:50%}}.ck.ck-text-alternative-form{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:nowrap;flex-wrap:nowrap}.ck.ck-text-alternative-form .ck-labeled-field-view{display:inline-block}.ck.ck-text-alternative-form .ck-label{display:none}@media (max-width:600px){.ck.ck-text-alternative-form{-ms-flex-wrap:wrap;flex-wrap:wrap}.ck.ck-text-alternative-form .ck-labeled-field-view{-ms-flex-preferred-size:100%;flex-basis:100%}.ck.ck-text-alternative-form .ck-button{-ms-flex-preferred-size:50%;flex-basis:50%}}.ck.ck-text-alternative-form{padding:var(--ck-spacing-standard)}.ck.ck-text-alternative-form:focus{outline:none}[dir=ltr] .ck.ck-text-alternative-form>:not(:first-child),[dir=rtl] .ck.ck-text-alternative-form>:not(:last-child){margin-left:var(--ck-spacing-standard)}@media (max-width:600px){.ck.ck-text-alternative-form{padding:0;width:calc(0.8*var(--ck-input-text-width))}.ck.ck-text-alternative-form .ck-labeled-field-view{margin:var(--ck-spacing-standard) var(--ck-spacing-standard) 0}.ck.ck-text-alternative-form .ck-labeled-field-view .ck-input-text{min-width:0;width:100%}.ck.ck-text-alternative-form .ck-button{padding:var(--ck-spacing-standard);margin-top:var(--ck-spacing-standard);border-radius:0;border:0;border-top:1px solid var(--ck-color-base-border)}[dir=ltr] .ck.ck-text-alternative-form .ck-button{margin-left:0}[dir=ltr] .ck.ck-text-alternative-form .ck-button:first-of-type{border-right:1px solid var(--ck-color-base-border)}[dir=rtl] .ck.ck-text-alternative-form .ck-button{margin-left:0}[dir=rtl] .ck.ck-text-alternative-form .ck-button:last-of-type{border-right:1px solid var(--ck-color-base-border)}}.ck-content .image{display:table;clear:both;margin:1em auto}.ck-content .image>img{display:block;margin:0 auto;max-width:100%;min-width:50px}.ck-editor__editable .ck-horizontal-line{overflow:hidden}.ck-content hr{border:solid #5e5e5e;border-width:1px 0 0;margin:0}.ck-editor__editable .ck-horizontal-line{padding:5px 0}.ck .todo-list input{padding:0}.ck .todo-list__checkmark:after{height:6px!important}.ck .todo-list__checkmark{padding:0}.ck.ck-content.ck-editor__editable{min-height:300px}.ck h2{color:inherit;background:inherit}.ck-heading_paragraph{font-family:MulishRegular;font-size:18px;font-weight:400;font-stretch:normal;font-style:normal;line-height:1.67;letter-spacing:.56px;color:#5e6063;margin-bottom:28px}@media (max-width:1024px){.ck-heading_paragraph{font-weight:400;font-stretch:normal;font-style:normal;line-height:1.67;letter-spacing:.56px;color:#5e6063}}@media (max-width:768px){.ck-heading_paragraph{font-weight:400;font-stretch:normal;font-style:normal;line-height:1.67;letter-spacing:.56px;color:#5e6063}}@media (max-width:400px){.ck-heading_paragraph{font-size:18px;font-weight:400;font-stretch:normal;font-style:normal;line-height:1.67;letter-spacing:.56px;color:#5e6063}}.ck-content,.inline-related fieldset.module .ck .ck-content{font-family:MulishRegular;font-size:18px;font-weight:400;font-stretch:normal;font-style:normal;line-height:1.67;letter-spacing:.56px;color:#5e6063;margin:0 29% 71px 15.8%}@media (max-width:1024px){.ck-content,.inline-related fieldset.module .ck .ck-content{font-weight:400;font-stretch:normal;font-style:normal;line-height:1.67;letter-spacing:.56px;color:#5e6063}}@media (max-width:768px){.ck-content,.inline-related fieldset.module .ck .ck-content{font-weight:400;font-stretch:normal;font-style:normal;line-height:1.67;letter-spacing:.56px;color:#5e6063}}@media (max-width:400px){.ck-content,.inline-related fieldset.module .ck .ck-content{font-size:18px;font-weight:400;font-stretch:normal;font-style:normal;line-height:1.67;letter-spacing:.56px;color:#5e6063}}.ck-content label,.inline-related fieldset.module .ck .ck-content label{width:inherit}.ck-content a,.inline-related fieldset.module .ck .ck-content a{font-family:MulishBlack;font-weight:400;color:rgba(0,83,206,.9)}.ck-content p,.inline-related fieldset.module .ck .ck-content p{font-family:MulishRegular;font-size:18px;font-weight:400;font-stretch:normal;font-style:normal;line-height:1.67;letter-spacing:.56px;color:#5e6063;margin-bottom:28px}@media (max-width:1024px){.ck-content p,.inline-related fieldset.module .ck .ck-content p{font-weight:400;font-stretch:normal;font-style:normal;line-height:1.67;letter-spacing:.56px;color:#5e6063}}@media (max-width:768px){.ck-content p,.inline-related fieldset.module .ck .ck-content p{font-weight:400;font-stretch:normal;font-style:normal;line-height:1.67;letter-spacing:.56px;color:#5e6063}}@media (max-width:400px){.ck-content p,.inline-related fieldset.module .ck .ck-content p{font-size:18px;font-weight:400;font-stretch:normal;font-style:normal;line-height:1.67;letter-spacing:.56px;color:#5e6063}}.ck-content p.ck-heading_table-item,.ck-content p.table-item,.inline-related fieldset.module .ck .ck-content p.ck-heading_table-item,.inline-related fieldset.module .ck .ck-content p.table-item{font-family:MulishMedium!important;font-size:12px;font-weight:500;font-stretch:normal;font-style:normal;line-height:normal;letter-spacing:.5px;color:#081120;margin-bottom:0}.ck-content p span,.inline-related fieldset.module .ck .ck-content p span{color:#5e6063}.ck-content p.dark-introduction,.inline-related fieldset.module .ck .ck-content p.dark-introduction{font-family:MulishMedium!important;font-size:24px!important;font-weight:500!important;font-stretch:normal!important;font-style:normal!important;line-height:1.5!important;letter-spacing:.3px!important;color:#081120!important;margin-bottom:40px}@media (max-width:860px){.ck-content p.dark-introduction,.inline-related fieldset.module .ck .ck-content p.dark-introduction{font-size:20px!important}}@media (max-width:400px){.ck-content p.dark-introduction,.inline-related fieldset.module .ck .ck-content p.dark-introduction{font-stretch:normal;font-style:normal;line-height:1.6!important;letter-spacing:.25px!important;color:#081120}}@media (max-width:570px){.ck-content,.inline-related fieldset.module .ck .ck-content{margin:0 7.8% 50px}}@media (max-width:860px){.ck-content,.inline-related fieldset.module .ck .ck-content{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin:0 11.2% 100px}}@media (max-width:1200px){.ck-content,.inline-related fieldset.module .ck .ck-content{margin:0 21% 100px 4.1%}}.ck-content h1,.ck-content h2,.ck-content h3,.ck-content h4,.ck-content h5,.inline-related fieldset.module .ck .ck-content h1,.inline-related fieldset.module .ck .ck-content h2,.inline-related fieldset.module .ck .ck-content h3,.inline-related fieldset.module .ck .ck-content h4,.inline-related fieldset.module .ck .ck-content h5{font-family:Mulish;font-weight:400;letter-spacing:.5px;color:#081120;font-style:normal;font-stretch:normal;line-height:normal;background:inherit;text-transform:none}.ck-content h1,.inline-related fieldset.module .ck .ck-content h1{font-size:46px;letter-spacing:.58px}@media (max-width:450px){.ck-content h1,.inline-related fieldset.module .ck .ck-content h1{font-size:28px}}.ck-content h2,.inline-related fieldset.module .ck .ck-content h2{font-size:38px;letter-spacing:.48px}@media (max-width:768px){.ck-content h2,.inline-related fieldset.module .ck .ck-content h2{font-size:32px;font-stretch:normal;font-style:normal;line-height:normal;letter-spacing:.4px}}@media (max-width:450px){.ck-content h2,.inline-related fieldset.module .ck .ck-content h2{font-size:24px;font-stretch:normal;font-style:normal;line-height:1.2;letter-spacing:.63px}}.ck-content h3,.inline-related fieldset.module .ck .ck-content h3{font-size:24px;letter-spacing:.33px}@media (max-width:450px){.ck-content h3,.inline-related fieldset.module .ck .ck-content h3{font-size:20px}}.ck-content h4,.inline-related fieldset.module .ck .ck-content h4{font-size:20px;letter-spacing:.25px}@media (max-width:450px){.ck-content h4,.inline-related fieldset.module .ck .ck-content h4{font-size:16px}}.ck-content h5,.inline-related fieldset.module .ck .ck-content h5{font-size:18px;letter-spacing:.2px;font-size:16px;letter-spacing:.15px}.ck-content h2,.ck-content h3,.inline-related fieldset.module .ck .ck-content h2,.inline-related fieldset.module .ck .ck-content h3{font-family:Mulish;margin-top:12px;margin-bottom:24px}.ck-content ol,.inline-related fieldset.module .ck .ck-content ol{margin:24px 0 24px 10px;padding-left:10px}.ck-content ol li,.inline-related fieldset.module .ck .ck-content ol li{font-family:MulishRegular;font-size:18px;font-weight:400;font-stretch:normal;font-style:normal;line-height:1.67;letter-spacing:.56px;color:#5e6063;margin-bottom:15px;margin-left:15px}@media (max-width:1024px){.ck-content ol li,.inline-related fieldset.module .ck .ck-content ol li{font-weight:400;font-stretch:normal;font-style:normal;line-height:1.67;letter-spacing:.56px;color:#5e6063}}@media (max-width:768px){.ck-content ol li,.inline-related fieldset.module .ck .ck-content ol li{font-weight:400;font-stretch:normal;font-style:normal;line-height:1.67;letter-spacing:.56px;color:#5e6063}}@media (max-width:400px){.ck-content ol li,.inline-related fieldset.module .ck .ck-content ol li{font-size:18px;font-weight:400;font-stretch:normal;font-style:normal;line-height:1.67;letter-spacing:.56px;color:#5e6063}}.ck-content ul:not(.todo-list),.inline-related fieldset.module .ck .ck-content ul:not(.todo-list){margin:24px 0 28px 10px;padding-left:10px;padding-right:0}.ck-content ul:not(.todo-list) li,.inline-related fieldset.module .ck .ck-content ul:not(.todo-list) li{font-family:MulishRegular;font-size:18px;font-weight:400;font-stretch:normal;font-style:normal;line-height:1.67;letter-spacing:.56px;color:#5e6063;margin-bottom:15px;margin-left:15px;list-style:none}.ck-content ul:not(.todo-list) li span,.inline-related fieldset.module .ck .ck-content ul:not(.todo-list) li span{color:#000;font-family:Mulish,sans-serif}@media (max-width:1024px){.ck-content ul:not(.todo-list) li,.inline-related fieldset.module .ck .ck-content ul:not(.todo-list) li{font-weight:400;font-stretch:normal;font-style:normal;line-height:1.67;letter-spacing:.56px;color:#5e6063}}@media (max-width:768px){.ck-content ul:not(.todo-list) li,.inline-related fieldset.module .ck .ck-content ul:not(.todo-list) li{font-weight:400;font-stretch:normal;font-style:normal;line-height:1.67;letter-spacing:.56px;color:#5e6063}}@media (max-width:400px){.ck-content ul:not(.todo-list) li,.inline-related fieldset.module .ck .ck-content ul:not(.todo-list) li{font-size:18px;font-weight:400;font-stretch:normal;font-style:normal;line-height:1.67;letter-spacing:.56px;color:#5e6063}}.ck-content ul:not(.todo-list) li:before,.inline-related fieldset.module .ck .ck-content ul:not(.todo-list) li:before{content:"•";color:rgba(0,83,206,.9);display:inline-block;width:1em;margin-left:-1em;margin-right:5px}.ck-content blockquote .d,.inline-related fieldset.module .ck .ck-content blockquote .d{padding-left:20px;border-style:solid;border-left-width:2px;border-image-source:linear-gradient(0deg,rgba(0,83,206,.9),rgba(0,158,253,.89));border-image-slice:1;font-family:MulishMedium!important;font-size:24px!important;font-weight:500!important;font-style:italic;line-height:1.75!important;color:#081120!important;margin:50px 0}.ck-content blockquote,.inline-related fieldset.module .ck .ck-content blockquote{border-left:2px solid rgba(0,83,206,.9)}.ck-content blockquote p,.inline-related fieldset.module .ck .ck-content blockquote p{padding-left:14px;font-family:MulishMedium;font-size:24px;font-weight:500;font-style:italic;line-height:1.75;color:#081120}@media (max-width:400px){.ck-content blockquote p,.inline-related fieldset.module .ck .ck-content blockquote p{padding-left:7px}}@media (max-width:860px){.ck-content blockquote p,.inline-related fieldset.module .ck .ck-content blockquote p{font-size:20px;font-stretch:normal;font-style:italic;line-height:2.1;letter-spacing:normal}}.ck-content dd,.ck-content dt,.ck-content li,.inline-related fieldset.module .ck .ck-content dd,.inline-related fieldset.module .ck .ck-content dt,.inline-related fieldset.module .ck .ck-content li{font-size:inherit;line-height:inherit}.ck-content .todo-list,.inline-related fieldset.module .ck .ck-content .todo-list{margin-left:20px;padding-left:10px}.ck-content .todo-list .todo-list__checkmark,.inline-related fieldset.module .ck .ck-content .todo-list .todo-list__checkmark{cursor:pointer;width:var(--ck-todo-list-checkmark-size)!important;height:var(--ck-todo-list-checkmark-size)!important;position:relative;display:inline-block;left:-23px;margin-right:-16px;top:2px}.ck-content .todo-list li:before,.inline-related fieldset.module .ck .ck-content .todo-list li:before{content:none}.ck-content .todo-list li label,.inline-related fieldset.module .ck .ck-content .todo-list li label{content:"";position:relative;width:16px;height:16px;border-radius:var(--ck-border-radius);-webkit-transition:background .25s ease-in-out,border .25s ease-in-out,-webkit-box-shadow .25s ease-in-out;transition:background .25s ease-in-out,border .25s ease-in-out,-webkit-box-shadow .25s ease-in-out;transition:box-shadow .25s ease-in-out,background .25s ease-in-out,border .25s ease-in-out;transition:box-shadow .25s ease-in-out,background .25s ease-in-out,border .25s ease-in-out,-webkit-box-shadow .25s ease-in-out;-webkit-box-sizing:border-box;box-sizing:border-box;border-color:var(--ck-color-todo-list-checkmark-border)}.ck-content .todo-list li label.todo-list__label input,.inline-related fieldset.module .ck .ck-content .todo-list li label.todo-list__label input{display:none}.ck-content .todo-list li label.todo-list__label:before,.inline-related fieldset.module .ck .ck-content .todo-list li label.todo-list__label:before{border:1px solid var(--ck-color-base-text);border-radius:var(--ck-border-radius);left:-23px;top:2px}.ck-content .todo-list li label.todo-list__label.todo-list__label_checked:before,.ck-content .todo-list li label.todo-list__label:before,.inline-related fieldset.module .ck .ck-content .todo-list li label.todo-list__label.todo-list__label_checked:before,.inline-related fieldset.module .ck .ck-content .todo-list li label.todo-list__label:before{content:"";position:absolute;display:block;width:16px;height:16px;-webkit-transition:background .25s ease-in-out,border .25s ease-in-out,-webkit-box-shadow .25s ease-in-out;transition:background .25s ease-in-out,border .25s ease-in-out,-webkit-box-shadow .25s ease-in-out;transition:box-shadow .25s ease-in-out,background .25s ease-in-out,border .25s ease-in-out;transition:box-shadow .25s ease-in-out,background .25s ease-in-out,border .25s ease-in-out,-webkit-box-shadow .25s ease-in-out;-webkit-box-sizing:border-box;box-sizing:border-box}.ck-content .todo-list li label.todo-list__label.todo-list__label_checked:before,.inline-related fieldset.module .ck .ck-content .todo-list li label.todo-list__label.todo-list__label_checked:before{background:var(--ck-color-todo-list-checkmark-background);border-color:var(--ck-color-base-text);border-radius:var(--ck-border-radius);border:1px solid var(--ck-color-todo-list-checkmark-border)}.ck-content .todo-list li label.todo-list__label.todo-list__label_checked:after,.inline-related fieldset.module .ck .ck-content .todo-list li label.todo-list__label.todo-list__label_checked:after{-webkit-box-sizing:content-box;box-sizing:content-box;pointer-events:none;content:"";position:absolute;left:-17px;top:5px;display:block;width:3px;height:6px;border:solid #fff;border-width:0 2px 2px 0;-webkit-transform:rotate(45deg);transform:rotate(45deg)}:root{--ck-image-style-spacing:1.5em}.ck-content .image{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column;flex-flow:column;text-align:center;margin:40px auto}.ck-content .image img{display:block;margin:0 auto;max-width:100%;min-width:50px;height:auto}.ck-content .image figcaption{font-family:RobotoMono;font-size:14px;font-weight:400;font-stretch:normal;font-style:normal;width:100%;letter-spacing:.35px;text-align:center;color:#909396;display:table-caption;caption-side:bottom;word-break:break-word;background-color:transparent;line-height:1.29;padding:24px 0 0;outline-offset:-1px}.ck-content .image figcaption span{color:#000}.ck-content .image figcaption a,.image-description a{font-family:RobotoMono;font-size:14px;font-weight:400;font-stretch:normal;font-style:normal;line-height:2;letter-spacing:.35px;color:rgba(0,83,206,.9)}@media (max-width:320px){.ck-content figure.image figcaption,.ck-content figure.image figcaption a{font-size:12px}}.ck-content .image.image_resized{max-width:100%;display:block;-webkit-box-sizing:border-box;box-sizing:border-box}.ck-content .image.image_resized img{width:100%}.ck-content .image.image_resized figcaption{display:block}.ck-content .media{clear:both;text-align:center;display:block;max-width:425px;min-width:15em;margin:0 auto}.ck-content .table{margin:0 auto;display:block;overflow-x:auto}.ck-content .table table{border-collapse:collapse;border-spacing:0;border:1px double #b3b3b3}.ck-content .table table td,.ck-content .table table th{border-color:#d9d9d9;text-align:center}.ck-content .table table .headline{background-color:rgba(0,158,253,.05)}.ck-content .table table td,.ck-content .table table th{min-width:2em;padding:.4em;border:1px solid #d9d9d9}.ck-content .table table th{font-weight:400;background:#fafafa}.ck-content code{background-color:hsla(0,0%,78%,.3);padding:.15em;border-radius:2px}.ck-content .image-style-align-center:not(.image_resized),.ck-content .image-style-align-left:not(.image_resized),.ck-content .image-style-align-right:not(.image_resized),.ck-content .image-style-side:not(.image_resized){max-width:50%}.ck-content .image-style-side{float:right;margin-left:var(--ck-image-style-spacing)}.ck-content .image-style-align-left{float:left;margin-right:var(--ck-image-style-spacing)}.ck-content .image-style-align-center{margin-left:auto;margin-right:auto}.ck-content .image-style-align-right{float:right;margin-left:var(--ck-image-style-spacing)}.sign-box{margin-bottom:40px}.ck-content blockquote{overflow:visible;padding-right:0;padding-left:0;margin-left:0;margin-right:0;margin-top:12px;font-style:italic;position:relative;padding-top:12px}.ck-content blockquote:after,.ck-content blockquote:before{position:absolute;left:0;height:9px;background:#fff;margin-left:-5px;width:10px}.ck-content blockquote p{margin-bottom:auto}.ck-content blockquote:before{top:0}.ck-content blockquote:after{bottom:0}.ck-content blockquote p:first-child:before{content:"“";padding-right:4px}.ck-content blockquote p:last-child:after{content:"“"}.ck-content[dir=rtl] blockquote{border-left:0;border-right:5px solid #ccc}.field-article_introduction .ck-content,.form-row.field-article_content .ck-content{max-width:680px;margin:0 auto}.field-article_introduction .ck-content.ck-editor__editable,.form-row.field-article_content .ck-content.ck-editor__editable{max-width:725px}.inline-group h2,.module caption,.module h2{padding:0}form .button,input,select,textarea{margin:0;padding:0}sub{vertical-align:sub}sub,sup{font-size:smaller}sup{vertical-align:super}#header{position:relative!important}form fieldset{width:auto}.sign-box{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-top:24px}@media (max-width:768px){.sign-box{margin-top:16px}}.sign-box .sign-author-img{width:48px;height:48px;border-radius:100%}@media (max-width:400px){.sign-box .sign-author-img{width:42px;height:42px}}.sign-box .sign-bold-desc{font-family:Mulish;font-size:16px;color:#081120;margin-left:8px}.sign-box .sign-bold-desc,.sign-box .sign-description{font-stretch:normal;font-style:normal;letter-spacing:.5px;line-height:1.13}.sign-box .sign-description{font-family:MulishRegular;font-size:17px;font-weight:400;color:#5e6063;margin-left:4px}@media (max-width:480px){.sign-box{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;position:relative}.sign-box .sign-author-img,.sign-box picture{width:42px;height:42px;margin-right:auto}.sign-box .sign-bold-desc,.sign-box .sign-description{position:absolute;font-size:14px;font-stretch:normal;font-style:normal;line-height:1.2;letter-spacing:.44px}.sign-box .sign-bold-desc{top:0;left:47px}.sign-box .sign-description{left:45px;top:20px;margin-left:11px}}@media (max-width:767px){.sign-box.no-photo{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:baseline;-ms-flex-align:baseline;align-items:baseline}.sign-box.no-photo span{margin-left:0}.sign-box.no-photo span.sign-bold-desc{line-height:1.71}}.sign-box.no-photo span{position:static}.sign-box.no-photo span.sign-bold-desc{margin-left:0}.article-introduction{max-width:-webkit-max-content;max-width:-moz-max-content;max-width:max-content;margin:0}@media (max-width:870px){.article-introduction{margin:0 20px}}@media (max-width:450px){.article-introduction{margin:0}}.table-of-contents-box{border:1px solid rgba(0,83,206,.9);background-color:rgba(0,158,253,.05);padding:23px 24px;margin:0 0 40px}.table-of-contents-box .table-of-contents-title{font-family:Mulish;font-size:18px;font-stretch:normal;font-style:normal;line-height:.89;letter-spacing:.56px;color:#081120;margin-bottom:21px}.table-of-contents-box ul{margin-left:0!important}.table-of-contents-box ul li{margin-left:0!important;margin-bottom:20px!important}.table-of-contents-box ul li:last-child{margin-bottom:0!important}.table-of-contents-box ul li:before{display:none!important}.table-of-contents-box ul li.li-anchor-heading3{padding-left:28px}.table-of-contents-box ul li a{font-family:MulishRegular;font-size:18px;font-weight:400;font-stretch:normal;font-style:normal;line-height:1.67;letter-spacing:.45px;color:#0053ce}.table-of-contents-box .table-of-contents{display:none}.ck.ck-toolbar.ck-toolbar_grouping>.ck-toolbar__items{-ms-flex-wrap:wrap;flex-wrap:wrap}.ck.ck-list__item .ck-button{width:100%!important;border-radius:0!important}.os-theme-dark>.os-scrollbar>.os-scrollbar-track>.os-scrollbar-handle{background:#0053ce}.table-wrapper{border:1px solid rgba(0,83,206,.9);margin:40px 0;overflow:hidden}.blue-bold,.ck-heading_blue_bold .ck-button__label{font-family:Mulish!important;font-size:12px!important;font-stretch:normal;font-style:normal;line-height:1.5;letter-spacing:.38px;text-align:center;color:rgba(0,83,206,.9)!important}ol{list-style:none;counter-reset:li}ol li{counter-increment:li}ol li:before{content:counter(li) ". ";color:rgba(0,83,206,.9);display:inline-block;width:1em;margin-left:-1em;margin-right:5px}.column2:not(.authors) .article-introduction,.column2:not(.authors) .p-slate-grey{margin:0 auto}@media (max-width:320px){.column2:not(.authors) .article-introduction,.column2:not(.authors) .p-slate-grey{max-width:99%;width:295px}}span.dote{margin:0 5px}span.dote:after{content:"";display:inline-block;width:5px;height:5px;background:#fff;margin:0 5px 3px 0}@media (max-width:800px){span.dote:after{width:2px;height:2px;margin:0 0 4px}}.form-row.field-article_content .ck-content .table{display:block;overflow-x:auto;border:1px solid rgba(0,83,206,.9);margin:40px 0}.form-row.field-article_content .ck-content .table td p,.form-row.field-article_content .ck-content .table th p{margin-bottom:0}.ck-content .table table{border:none;width:100%!important}.ck-content table{border-collapse:collapse!important;border:none}.ck-content table td,.ck-content table tr{vertical-align:middle}.ck-content table td{border:1px double #b3b3b3}.ck-content table tr:first-child td{border-top:0!important}.ck-content table tr:first-child td p{margin-bottom:0}.ck-content table tr td:first-child{border-left:0!important}.ck-content table tr:last-child td{border-bottom:0!important}.ck-content table tr td:last-child{border-right:0!important}.ck-editor__editable .swiper-wrapper{overflow:auto}.ck-editor__editable .swiper-slide img{user-select:none;-moz-user-select:none;-webkit-user-drag:none;-webkit-user-select:none;-ms-user-select:none}.ck-editor__editable .swiper-lazy-preloader{display:none}.ck-content .container-wrapper{width:100%;position:relative;margin:40px 0}@media (max-width:400px){.ck-content .container-wrapper{margin:32px 0}}.ck-content .container-wrapper .swiper-button-next{right:-26px;top:43%!important;background-image:none!important}@media (max-width:767px){.ck-content .container-wrapper .swiper-button-next{display:none}}.ck-content .container-wrapper .swiper-button-next:after{content:"\A";position:absolute;width:0;height:0;border-color:transparent transparent transparent #0053ce;border-style:solid;border-width:15px 20px;right:-30px}@media (max-width:678px){.ck-content .container-wrapper .swiper-button-next:after{display:none}}.ck-content .container-wrapper .swiper-button-next.swiper-button-disabled:after{border-color:transparent transparent transparent #dbdfe5}.ck-content .container-wrapper .swiper-button-prev{left:-26px;top:43%!important;background-image:none!important}@media (max-width:767px){.ck-content .container-wrapper .swiper-button-prev{display:none}}.ck-content .container-wrapper .swiper-button-prev:after{content:"\A";position:absolute;width:0;height:0;border-color:transparent #0053ce transparent transparent;border-style:solid;border-width:15px 20px;left:-30px}@media (max-width:678px){.ck-content .container-wrapper .swiper-button-prev:after{display:none}}.ck-content .container-wrapper .swiper-button-prev.swiper-button-disabled:after{border-color:transparent #dbdfe5 transparent transparent}.ck-content .container-wrapper .swiper-button-next.swiper-button-disabled,.ck-content .container-wrapper .swiper-button-prev.swiper-button-disabled{opacity:1;cursor:auto;pointer-events:none}.ck-content .container-wrapper .swiper-container .swiper-wrapper .swiper-slide{overflow-x:hidden;text-align:center}.ck-content .container-wrapper .swiper-container .swiper-wrapper .swiper-slide .image-description{font-family:RobotoMono;font-size:14px;font-weight:400;font-stretch:normal;margin-top:40px;font-style:normal;line-height:1.29;letter-spacing:.35px;text-align:center;color:#909396}@media (max-width:400px){.ck-content .container-wrapper .swiper-container .swiper-wrapper .swiper-slide .image-description{font-size:12px;line-height:1.5;letter-spacing:.3px;margin-top:32px}}.ck-content .container-wrapper .swiper-container .swiper-wrapper .swiper-slide img{width:100%;height:390px;-o-object-fit:cover;object-fit:cover}@media (max-width:1024px){.ck-content .container-wrapper .swiper-container .swiper-wrapper .swiper-slide img{height:331px}}@media (max-width:768px){.ck-content .container-wrapper .swiper-container .swiper-wrapper .swiper-slide img{height:321px}}@media (max-width:400px){.ck-content .container-wrapper .swiper-container .swiper-wrapper .swiper-slide img{height:159px}}.ck-content .container-wrapper .swiper-pagination .swiper-pagination-bullet{background-color:#dbdfe5;opacity:1;margin:0 2px;border-radius:0}@media (max-width:400px){.ck-content .container-wrapper .swiper-pagination .swiper-pagination-bullet{margin:0 3px}}.ck-content .container-wrapper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{background-image:linear-gradient(45deg,rgba(0,83,206,.9),rgba(0,158,253,.89))}.swiper-button-next:after,.swiper-button-prev:after,.swiper-container-rtl .swiper-button-next:after,.swiper-container-rtl .swiper-button-prev:after{content:""!important}.swiper-container-horizontal>.swiper-pagination-bullets,.swiper-pagination-custom,.swiper-pagination-fraction{left:0;width:100%;top:401px}@media (max-width:1024px){.swiper-container-horizontal>.swiper-pagination-bullets,.swiper-pagination-custom,.swiper-pagination-fraction{top:345px}}@media (max-width:768px){.swiper-pagination-custom,.swiper-pagination-fraction{top:332px}}@media (max-width:768px){.swiper-container-horizontal>.swiper-pagination-bullets{top:320px}}@media (max-width:400px){.swiper-pagination-custom,.swiper-pagination-fraction{top:162px}}@media (max-width:400px){.swiper-container-horizontal>.swiper-pagination-bullets{top:165px}}@media (max-width:350px){.swiper-container-horizontal>.swiper-pagination-bullets{top:160px}}.image-description{text-align:center;margin-top:40px;font-family:RobotoMono;font-size:14px;font-weight:400;font-stretch:normal;font-style:normal;line-height:1.29;letter-spacing:.35px;color:#909396}@media (max-width:768px){.image-description{margin-top:45px}}@media (max-width:400px){.image-description{font-size:12px;font-weight:400;font-stretch:normal;font-style:normal;line-height:1.5;letter-spacing:.3px;margin-top:25px}}.field-publish_date .field-box:nth-of-type(2):last-of-type{padding-left:0!important}.case-page-wrapper .case-content{margin:0 auto}.case-page-wrapper .case-content.results-content h2{margin-top:0}@media (max-width:320px){.case-page-wrapper .case-content{max-width:99%;width:295px}}.ck-content hr{height:1px;background:#dbdfe5;margin:40px 0;border:none}.flex-box{margin:40px 0}@media (max-width:500px){.flex-box{margin:32px 0 16px}}.flex-box-scope{background-color:rgba(0,158,253,.05);border:1px solid rgba(0,83,206,.9)}@media (max-width:500px){.flex-box-scope .flex-block ol li:first-child,.flex-box-scope .flex-block ul li:first-child{margin-top:21px}}@media (max-width:500px){.flex-box-scope .flex-block2 ol li:last-child,.flex-box-scope .flex-block2 ul li:last-child{margin-bottom:21px}}.flex-box-scope ol,.flex-box-scope ul{margin:21px 20px!important;padding-left:0;padding-right:0}@media (max-width:500px){.flex-box-scope ol,.flex-box-scope ul{margin:0 16px!important}}.flex-box,.flex-box-scope{display:-webkit-box;display:-ms-flexbox;display:flex}@media (max-width:500px){.flex-box,.flex-box-scope{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.flex-box-scope .flex-block,.flex-box-scope .flex-block2,.flex-box .flex-block,.flex-box .flex-block2{width:50%}@media (max-width:500px){.flex-box-scope .flex-block,.flex-box-scope .flex-block2,.flex-box .flex-block,.flex-box .flex-block2{width:100%}}.case-content.ck-content.ck .flex-box .flex-block2 p,.case-content.ck-content.ck .flex-box .flex-block p{color:#081120}.ck-heading_results-blue_bold .ck-button__label,.results-blue-bold{font-family:Mulish!important;font-size:26px!important;font-stretch:normal!important;font-style:normal!important;line-height:normal!important;letter-spacing:normal!important;color:rgba(0,83,206,.9)!important}@media (max-width:500px){.ck-heading_results-blue_bold .ck-button__label,.results-blue-bold{font-size:22px!important;line-height:1.36!important;color:rgba(0,83,206,.9)}}.ck-content .flex-block2 p,.ck-content .flex-block p{margin-bottom:auto}@media (max-width:768px){.ck-content .flex-block .results-blue-bold{margin:1px 0 16px}}@media (max-width:400px){.ck-content .flex-block2 .results-blue-bold,.ck-content .flex-block .results-blue-bold{margin:1px 0 16px}}.ck-content .flex-block .results-blue-bold{margin:6px 0 20px;font-family:MulishRegular!important}.ck-content .flex-block2 .results-blue-bold{margin:6px 0 0}.ck-content .ck-heading_technologies-used,.ck-content .technologies-used{font-family:Mulish;font-weight:400;color:#000}.ck-content .swiper-pagination{z-index:-1}@media (min-width:370px) and (max-width:400px){.ck-content .container-wrapper .swiper-container .swiper-wrapper .swiper-slide img{height:175px}.swiper-container-horizontal>.swiper-pagination-bullets{top:180px}}@media (max-width:768px){.swiper-container-horizontal>.swiper-pagination-bullets{top:335px}}@media (max-width:400px){.swiper-container-horizontal>.swiper-pagination-bullets{top:180px}}@media (max-width:369px){.swiper-container-horizontal>.swiper-pagination-bullets{top:165px}}.wp-block-lazyblock-homepage-banner .solute-wrapper{height:auto;min-height:600px}@media (max-width:375px){.wp-block-lazyblock-homepage-banner .solute-wrapper{padding-top:100px}}@media (max-width:480px){.wp-block-lazyblock-homepage-banner .solute-wrapper .content-wrapper{margin-bottom:30px}.wp-block-lazyblock-homepage-banner .solute-wrapper .content-wrapper h1{margin-top:0;margin-bottom:60px}.wp-block-lazyblock-homepage-banner .solute-wrapper .content-wrapper .content__button{margin-top:30px;margin-bottom:48px}}.lazyload-background{position:relative}.lazyload-background__back{position:absolute;top:0;bottom:0;left:0;right:0}.lazyload-background__back-wrapper{position:relative;width:100%;height:100%;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;overflow:hidden}.lazyload-background__back-wrapper img{position:absolute;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center}.iot_page-wrapper .solute_block .lazyload-background__back-wrapper img{-o-object-fit:contain;object-fit:contain}.scholarship-wrapper .solute-img-wrapper .lazyload-background__back-wrapper img,.wp-block-lazyblock-company-top-info-and-reviews .lazyload-background__back-wrapper img{-o-object-position:center top;object-position:center top}.dna-content-wrapper .gradient-numbers-wrapper .gradient-numbers-block .gradient-numbers-block-number{display:block;font-family:Mulish;font-size:50px;font-weight:700;background:linear-gradient(45deg,rgba(0,83,206,.9),rgba(0,158,253,.89) 97.34%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}@media (max-width:768px){.dna-content-wrapper .gradient-numbers-wrapper .gradient-numbers-block .gradient-numbers-block-number{font-size:40px}}.cases-wrapper h2{font-size:40px;letter-spacing:.5px}.cases-wrapper h2,.cases-wrapper h4{font-family:Mulish;color:#081120;line-height:normal}.cases-wrapper h4{letter-spacing:.3px}.cases-wrapper h5{font-family:MulishRegular;font-size:20px;line-height:1.4;letter-spacing:.5px;color:#5e6063;font-weight:400}.cases-wrapper p.small-gray{font-family:MulishRegular;font-size:14px;line-height:1.43;letter-spacing:.4px;color:rgba(94,96,99,.8)}.cases-wrapper p.small-dark-blue-gray{font-family:MulishRegular;font-size:14px;line-height:1.29;letter-spacing:.4px;color:#081120}.cases-wrapper a{text-decoration:none}.cases-wrapper .select-close-block{display:none;position:fixed;width:100%;min-width:100%;height:100vh;min-height:100vh;opacity:0}.cases-wrapper .select-close-block.active{display:block}.cases-wrapper .solute-wrapper{padding:87px 23% 0 11.4%;background-color:#081120}.cases-wrapper .solute-wrapper h2{font-family:Mulish;font-size:40px;letter-spacing:.5px;line-height:50px;color:#fff;margin-bottom:12px}.cases-wrapper .solute-wrapper .top-desc{font-family:MulishRegular;font-size:20px;line-height:1.4;letter-spacing:.5px;color:#fff;margin:30px 0 70px}@media (max-width:1023.98px){.cases-wrapper .solute-wrapper .top-desc{font-size:20px;font-stretch:normal;font-style:normal;line-height:1.4;letter-spacing:.5px}}@media (max-width:768px){.cases-wrapper .solute-wrapper .top-desc{font-size:16px;font-stretch:normal;font-style:normal;line-height:1.5;letter-spacing:.5px}}@media (max-width:450px){.cases-wrapper .solute-wrapper .top-desc{font-size:16px;font-stretch:normal;font-style:normal;line-height:1.5;letter-spacing:.5px}}.cases-wrapper .solute-wrapper .explore-projects{width:127px;display:-ms-flexbox;display:-webkit-box;display:flex;-ms-flex-direction:row;-webkit-box-orient:horizontal;-webkit-box-direction:normal;flex-direction:row;-ms-flex-align:center;-webkit-box-align:center;align-items:center;margin-bottom:70px}.cases-wrapper .solute-wrapper .explore-projects img{width:13px;height:9px;margin-right:10px}.cases-wrapper .solute-wrapper .explore-projects p{min-width:100%;font-family:MulishRegular;font-size:14px;line-height:1.29;letter-spacing:.4px;color:#fff}.cases-wrapper .solute-wrapper .select-wrapper{display:-ms-flexbox;display:-webkit-box;display:flex;-ms-flex-direction:row;-webkit-box-orient:horizontal;-webkit-box-direction:normal;flex-direction:row;-ms-flex-align:center;-webkit-box-align:center;align-items:center}.cases-wrapper .solute-wrapper .select-wrapper p{font-size:16px;font-family:MulishRegular;line-height:1.5;letter-spacing:.5px;color:#fff;margin-right:14px}.cases-wrapper .solute-wrapper .select-wrapper .select-block{position:relative;z-index:3;width:324px;background-color:#fff;border:1px solid #fff;border-bottom:0}.cases-wrapper .solute-wrapper .select-wrapper .select-block.active{border:1px solid rgba(0,83,206,.9);border-bottom:0}.cases-wrapper .solute-wrapper .select-wrapper .select-block p{display:-ms-flexbox;display:-webkit-box;display:flex;-ms-flex-direction:row;-webkit-box-orient:horizontal;-webkit-box-direction:normal;flex-direction:row;-ms-flex-pack:justify;-webkit-box-pack:justify;justify-content:space-between;-ms-flex-align:center;-webkit-box-align:center;align-items:center;color:#081120;cursor:pointer;font-family:MulishRegular;font-size:14px;line-height:1.29;letter-spacing:.4px;padding:13px 20px 13px 16px}.cases-wrapper .solute-wrapper .select-wrapper .select-block p.active{color:#909396}.cases-wrapper .solute-wrapper .select-wrapper .select-block p img{width:13px;height:9px;-webkit-transition:.4s;transition:.4s}.cases-wrapper .solute-wrapper .select-wrapper .select-block p img.active{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.cases-wrapper .solute-wrapper .select-wrapper .select-block ul{cursor:pointer;width:324px;display:none;position:absolute;z-index:3;margin-left:-1px;list-style-type:none;background-color:#fff;border:1px solid #fff;border-top:0}.cases-wrapper .solute-wrapper .select-wrapper .select-block ul>li{font-family:MulishRegular;font-size:14px;line-height:1.29;letter-spacing:.4px;padding-left:16px;padding-right:20px}.cases-wrapper .solute-wrapper .select-wrapper .select-block ul.active{border:1px solid rgba(0,83,206,.9);border-top:0}.cases-wrapper .solute-wrapper .select-wrapper .select-block ul li{display:-ms-flexbox;display:-webkit-box;display:flex;-ms-flex-align:center;-webkit-box-align:center;align-items:center;border-top:1px solid #dbdfe5;height:44px;color:#696e73}.cases-wrapper .solute-wrapper .select-wrapper .select-block ul li.active{border-color:rgba(0,83,206,.9);border-style:solid;border-width:2px 1px;color:#081120}.cases-wrapper .block-425{position:relative;z-index:3;display:none;margin:0 3.8%}.cases-wrapper .block-425 p{font-size:14px;line-height:1.5;letter-spacing:.5px;color:#081120;margin-bottom:6px}.cases-wrapper .block-425 .select-block{width:100%;background-color:#fff;border:1px solid rgba(0,83,206,.9)}.cases-wrapper .block-425 .select-block p{display:-ms-flexbox;display:-webkit-box;display:flex;-ms-flex-direction:row;-webkit-box-orient:horizontal;-webkit-box-direction:normal;flex-direction:row;-ms-flex-pack:justify;-webkit-box-pack:justify;justify-content:space-between;-ms-flex-align:center;-webkit-box-align:center;align-items:center;margin-bottom:0;font-family:MulishRegular;font-size:14px!important;line-height:1.29;letter-spacing:.4px;color:#081120;height:44px;padding-left:16px;padding-right:20px}.cases-wrapper .block-425 .select-block p.active{color:#909396}.cases-wrapper .block-425 .select-block p img{width:13px;height:9px;-webkit-transition:.2s;transition:.2s}.cases-wrapper .block-425 .select-block p img.active{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.cases-wrapper .block-425 .select-block ul{display:none;list-style-type:none}.cases-wrapper .block-425 .select-block ul>li{font-family:MulishRegular;font-size:14px;line-height:1.29;letter-spacing:.4px;color:#696e73;height:44px;padding-left:16px;padding-right:20px}.cases-wrapper .block-425 .select-block ul>li.active{border-color:rgba(0,83,206,.9);border-style:solid;border-width:2px 1px;color:#081120}.cases-wrapper .block-425 .select-block ul li{display:-ms-flexbox;display:-webkit-box;display:flex;-ms-flex-align:center;-webkit-box-align:center;align-items:center;border-top:1px solid #dbdfe5}.cases-wrapper .recent-projects-images-block{margin-top:50px}.cases-wrapper .recent-projects-images-block .recent-projects__skinview-wrapper{margin-bottom:51px;cursor:pointer}@media (max-width:1439px){.cases-wrapper .recent-projects-images-block .recent-projects__skinview-wrapper{margin-bottom:94px}}@media (max-width:1023px){.cases-wrapper .recent-projects-images-block .recent-projects__skinview-wrapper{margin-bottom:77px}}@media (max-width:768px){.cases-wrapper .recent-projects-images-block .recent-projects__skinview-wrapper{margin-bottom:60px}}.cases-wrapper .recent-projects-images-block .skinview-block{background-size:cover;background-position:50%;background-repeat:no-repeat;width:100%;height:280px}.cases-wrapper .recent-projects-images-block .skinview-block,.cases-wrapper .recent-projects-images-block .skinview-inside-content-block{position:relative;display:-ms-flexbox;display:-webkit-box;display:flex;-ms-flex-direction:row;-webkit-box-orient:horizontal;-webkit-box-direction:normal;flex-direction:row}.cases-wrapper .recent-projects-images-block .skinview-inside-content-block{z-index:2;padding-left:52px;padding-top:45px;background-color:#fff;margin:-50px 260px 0}.cases-wrapper .recent-projects-images-block .skinview-inside-content-block .skinview-inside-content-block-column1{width:53%}.cases-wrapper .recent-projects-images-block .skinview-inside-content-block .skinview-inside-content-block-column1 p{font-family:MulishRegular;font-size:14px;line-height:1.43;letter-spacing:.4px;color:rgba(0,83,206,.9);margin-bottom:6px}.cases-wrapper .recent-projects-images-block .skinview-inside-content-block .skinview-inside-content-block-column1 p img{width:4px;height:4px;margin-right:6px;margin-left:2px;margin-bottom:2px}.cases-wrapper .recent-projects-images-block .skinview-inside-content-block .skinview-inside-content-block-column1 h2{font-family:Mulish;letter-spacing:.3px;color:#081120}.cases-wrapper .recent-projects-images-block .skinview-inside-content-block .skinview-inside-content-block-column1 h2,.cases-wrapper .recent-projects-images-block .skinview-inside-content-block .skinview-inside-content-block-column1 h4{line-height:30px;margin-bottom:29px;font-size:20px!important}@media (max-width:991.98px){.cases-wrapper .recent-projects-images-block .skinview-inside-content-block .skinview-inside-content-block-column1 h2,.cases-wrapper .recent-projects-images-block .skinview-inside-content-block .skinview-inside-content-block-column1 h4{margin-bottom:30px}}@media (max-width:600px){.cases-wrapper .recent-projects-images-block .skinview-inside-content-block .skinview-inside-content-block-column1 h2,.cases-wrapper .recent-projects-images-block .skinview-inside-content-block .skinview-inside-content-block-column1 h4{margin-bottom:20px}}.cases-wrapper .recent-projects-images-block .skinview-inside-content-block .skinview-inside-content-block-column1 h2{line-height:normal;margin-bottom:36px}@media (max-width:400px){.cases-wrapper .recent-projects-images-block .skinview-inside-content-block .skinview-inside-content-block-column1 h2,.cases-wrapper .recent-projects-images-block .skinview-inside-content-block .skinview-inside-content-block-column1 h4{font-size:16px;font-stretch:normal;font-style:normal;line-height:normal;letter-spacing:.2px}}.cases-wrapper .recent-projects-images-block .skinview-inside-content-block .skinview-inside-content-block-column1 p.small-gray{color:#5e6063}.cases-wrapper .recent-projects-images-block .skinview-inside-content-block .skinview-inside-content-block-column2{display:-ms-flexbox;display:-webkit-box;display:flex;-ms-flex-align:center;-webkit-box-align:center;align-items:center;-ms-flex-pack:center;-webkit-box-pack:center;justify-content:center;width:47%}.cases-wrapper .recent-projects-images-block .skinview-inside-content-block .skinview-inside-content-block-column2 .gradient-button{display:-ms-flexbox;display:-webkit-box;display:flex;-ms-flex-pack:center;-webkit-box-pack:center;justify-content:center;-ms-flex-align:center;-webkit-box-align:center;align-items:center;width:220px;height:44px;background-image:linear-gradient(79deg,rgba(0,83,206,.9),rgba(0,158,253,.89));font-family:MulishMedium;font-size:11px;font-weight:500;letter-spacing:.5px;text-align:center;color:#fff;border:none}.cases-wrapper .recent-projects-images-block .recent-projects__skinview-wrapper:hover .hover-block__big-case{opacity:.89}.cases-wrapper .recent-projects-images-block .button-wrapper,.cases-wrapper .recent-projects-images-block .button-wrapper a{display:-ms-flexbox;display:-webkit-box;display:flex;-ms-flex-pack:center;-webkit-box-pack:center;justify-content:center}.cases-wrapper .recent-projects-images-block .button-wrapper a{-ms-flex-align:center;-webkit-box-align:center;align-items:center;width:310px;height:44px;border:1px solid rgba(0,83,206,.9);background-color:#fff;font-family:MulishMedium;font-size:11px;font-weight:500;letter-spacing:.5px;text-align:center;color:rgba(0,83,206,.9);-webkit-box-sizing:border-box;box-sizing:border-box}.cases-wrapper .recent-projects-images-block .button-wrapper a:hover{border:2px solid rgba(0,83,206,.9);background-image:linear-gradient(283deg,#fff,#fff)!important}.cases-wrapper .recent-projects-images-block .button-wrapper a:focus{outline:none;background-image:linear-gradient(283deg,rgba(219,223,229,.4),rgba(219,223,229,.4))!important;border:2px solid rgba(0,83,206,.9)!important}.cases-wrapper .recent-projects-images-block .button-wrapper a:active{outline:none;border:2px solid rgba(0,83,206,.9);background-image:linear-gradient(283deg,#fff,#fff)!important;color:rgba(0,83,206,.9)}.cases-wrapper .button-wrapper{margin-bottom:60px}.cases-wrapper .button-wrapper,.cases-wrapper .button-wrapper a{display:-ms-flexbox;display:-webkit-box;display:flex;-ms-flex-pack:center;-webkit-box-pack:center;justify-content:center}.cases-wrapper .button-wrapper a{-ms-flex-align:center;-webkit-box-align:center;align-items:center;width:310px;height:44px;border:1px solid rgba(0,83,206,.9);background-color:#fff;font-family:MulishMedium;font-size:11px;font-weight:500;letter-spacing:.5px;text-align:center;color:rgba(0,83,206,.9);-webkit-box-sizing:border-box;box-sizing:border-box}.cases-wrapper .button-wrapper a:hover{border:2px solid rgba(0,83,206,.9);background-image:linear-gradient(283deg,#fff,#fff)!important}.cases-wrapper .button-wrapper a:focus{outline:none;background-image:linear-gradient(283deg,rgba(219,223,229,.4),rgba(219,223,229,.4))!important;border:2px solid rgba(0,83,206,.9)!important}.cases-wrapper .button-wrapper a:active{outline:none;border:2px solid rgba(0,83,206,.9);background-image:linear-gradient(283deg,#fff,#fff)!important;color:rgba(0,83,206,.9)}.cases-wrapper .global-leader-wrapper{-ms-flex-direction:row;-ms-flex-pack:justify;-webkit-box-pack:justify;justify-content:space-between;background-color:#081120;padding:104px 11.4%;margin-top:60px;margin-bottom:60px}.cases-wrapper .global-leader-wrapper,.cases-wrapper .global-leader-wrapper .column1{display:-ms-flexbox;display:-webkit-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.cases-wrapper .global-leader-wrapper .column1{-ms-flex-direction:column;width:100%}.cases-wrapper .global-leader-wrapper .column1 h3{color:#fff;margin-bottom:12px;text-align:center;font-size:38px;font-stretch:normal;font-style:normal;line-height:1.11;letter-spacing:.48px}@media (max-width:768px){.cases-wrapper .global-leader-wrapper .column1 h3{font-size:32px;font-stretch:normal;font-style:normal;line-height:1.13;letter-spacing:.4px;text-align:center}}@media (max-width:600px){.cases-wrapper .global-leader-wrapper .column1 h3{width:auto}}@media (max-width:320px){.cases-wrapper .global-leader-wrapper .column1 h3{font-size:24px;font-stretch:normal;font-style:normal;line-height:normal;letter-spacing:.3px;text-align:center;width:91.4%}}.cases-wrapper .global-leader-wrapper .column1 h3 span{white-space:nowrap}.cases-wrapper .global-leader-wrapper .column1 h3 img{margin-left:3px;width:8px;height:8px}@media (max-width:600px){.cases-wrapper .global-leader-wrapper .column1 h3 img{width:4px;height:4px}}.cases-wrapper .global-leader-wrapper .column1 p{max-width:100%;font-family:MulishRegular;font-size:16px;line-height:1.5;letter-spacing:.5px;color:#fff;text-align:center}.cases-wrapper .global-leader-wrapper .column2{width:100%;display:-ms-flexbox;display:-webkit-box;display:flex;-ms-flex-direction:row;-webkit-box-orient:horizontal;-webkit-box-direction:normal;flex-direction:row;-ms-flex-pack:end;-webkit-box-pack:end;justify-content:flex-end;-ms-flex-align:center;-webkit-box-align:center;align-items:center;padding:0 10px}.cases-wrapper .global-leader-wrapper .column2 img{width:100%}.cases-wrapper footer.footer-light-wrapper .tell-us-about-project .tell-us-about-project-text-block h2{display:none;font-size:38px}@media (max-width:768px){.cases-wrapper footer.footer-light-wrapper .tell-us-about-project .tell-us-about-project-text-block h2{font-size:32px}}@media (max-width:450px){.cases-wrapper footer.footer-light-wrapper .tell-us-about-project .tell-us-about-project-text-block h2{font-size:24px;letter-spacing:.3px}}.cases-wrapper footer.footer-light-wrapper .tell-us-about-project .tell-us-about-project-text-block h2.got-a-project{display:block}.cases-wrapper footer.footer-light-wrapper .tell-us-about-project .tell-us-about-project-text-block h2.got-a-project img.ques-sign{width:26px;height:36px}.cases-wrapper .solute-wrapper h1{color:#fff;margin-bottom:12px}@media (max-width:768px){.cases-wrapper .solute-wrapper h1{font-size:36px;letter-spacing:.45px;margin-bottom:30px}}@media (max-width:340px){.cases-wrapper .solute-wrapper h1{font-size:28px;letter-spacing:.35px}}.cases-wrapper .solute-wrapper .explore-projects{width:170px;font-family:MulishRegular;font-size:14px;line-height:1.29;letter-spacing:.4px;color:#fff;margin-top:0;cursor:pointer}.cases-wrapper .top-desc{color:#fff;margin-bottom:30px}@media (max-width:768px){.cases-wrapper h2{font-size:36px!important}}@media (max-width:450px){.cases-wrapper h5,.cases-wrapper p{font-family:MulishRegular;font-size:16px!important;line-height:1.5;letter-spacing:.5px}}@media (max-width:1300px){.cases-wrapper footer.footer-light-wrapper .tell-us-about-project .tell-us-about-project-text-block{margin-left:4.1%}.cases-wrapper footer.footer-light-wrapper .tell-us-about-project form{margin:0 42px}.cases-wrapper footer.footer-light-wrapper .footer-menu{margin:0 4.1%}.cases-wrapper footer.footer-light-wrapper .footer-bottom-block{margin:30px 4.1% 22px}}@media (max-width:850px){.cases-wrapper footer.footer-light-wrapper{width:100%}.cases-wrapper footer.footer-light-wrapper .tell-us-about-project .tell-us-about-project-text-block{margin:0 4.1% 60px}.cases-wrapper footer.footer-light-wrapper .tell-us-about-project .tell-us-about-project-text-block h2{font-size:32px}.cases-wrapper footer.footer-light-wrapper .tell-us-about-project .tell-us-about-project-text-block h5{font-size:16px}.cases-wrapper footer.footer-light-wrapper .tell-us-about-project form{margin:0 auto}.cases-wrapper footer.footer-light-wrapper .tell-us-about-project form .tell-us-about-project-forms-block-row-1{width:77.6%;margin:0 auto;-ms-flex-direction:column;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column}.cases-wrapper footer.footer-light-wrapper .tell-us-about-project form .tell-us-about-project-forms-block-row-1 .tell-us-about-project-forms-blockrow-1-column-1{width:100%;margin:0 auto}.cases-wrapper footer.footer-light-wrapper .tell-us-about-project form .tell-us-about-project-forms-block-row-1 .tell-us-about-project-forms-blockrow-1-column-1 .tell-us-about-project-forms-block-wrapper p{max-width:100%;width:auto}.cases-wrapper footer.footer-light-wrapper .tell-us-about-project form .tell-us-about-project-forms-block-row-1 .tell-us-about-project-forms-blockrow-1-column-1 .tell-us-about-project-forms-block-wrapper input{padding:0 0 0 24px;-webkit-box-sizing:border-box;box-sizing:border-box;width:100%;margin:0 0 15px}.cases-wrapper footer.footer-light-wrapper .tell-us-about-project form .tell-us-about-project-forms-block-row-1 .tell-us-about-project-forms-blockrow-1-column-2{width:100%}.cases-wrapper footer.footer-light-wrapper .tell-us-about-project form .tell-us-about-project-forms-block-row-1 .tell-us-about-project-forms-blockrow-1-column-2 p{margin-top:16px}.cases-wrapper footer.footer-light-wrapper .tell-us-about-project form .tell-us-about-project-forms-block-row-1 .tell-us-about-project-forms-blockrow-1-column-2 textarea{width:100%;padding:18px 0 0 24px;-webkit-box-sizing:border-box;box-sizing:border-box}.cases-wrapper footer.footer-light-wrapper .tell-us-about-project form .tell-us-about-project-forms-block-row-1 .tell-us-about-project-forms-blockrow-1-column-2 .checkbox-text{display:-ms-flexbox;display:-webkit-box;display:flex;-ms-flex-direction:row;-webkit-box-orient:horizontal;-webkit-box-direction:normal;flex-direction:row;-ms-flex-pack:center;-webkit-box-pack:center;justify-content:center}.cases-wrapper footer.footer-light-wrapper .tell-us-about-project form .tell-us-about-project-forms-block-row-1 .tell-us-about-project-forms-blockrow-1-column-2 .checkbox-text p{margin:0}.cases-wrapper footer.footer-light-wrapper .tell-us-about-project form .tell-us-about-project-forms-block-row-1 .tell-us-about-project-forms-blockrow-1-column-2 .checkbox-text p:first-child{margin-right:34px}.cases-wrapper footer.footer-light-wrapper .tell-us-about-project form .tell-us-about-project-forms-block-row-2{margin-top:38px}.cases-wrapper footer.footer-light-wrapper .tell-us-about-project form .tell-us-about-project-forms-block-row-2 .tell-us-about-project-checkbox-wrapper{-ms-flex-direction:column;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;-ms-flex-align:center;-webkit-box-align:center;align-items:center}.cases-wrapper footer.footer-light-wrapper .tell-us-about-project form .tell-us-about-project-forms-block-row-2 .tell-us-about-project-checkbox-wrapper p{width:77.6%;-ms-flex-order:1;-webkit-box-ordinal-group:2;order:1;margin-top:30px}.cases-wrapper footer.footer-light-wrapper .tell-us-about-project form .tell-us-about-project-forms-block-row-2 .tell-us-about-project-checkbox-wrapper button{width:77.6%;margin:0 auto}.cases-wrapper footer.footer-light-wrapper .footer-menu{margin:0 3.1%}.cases-wrapper footer.footer-light-wrapper .footer-menu .footer-menu-row1{-ms-flex-wrap:wrap;flex-wrap:wrap}.cases-wrapper footer.footer-light-wrapper .footer-menu .footer-menu-row1 .footer-menu-row1-column1{display:-ms-flexbox;display:-webkit-box;display:flex;-ms-flex-direction:column;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;-ms-flex-pack:center;-webkit-box-pack:center;justify-content:center;margin-bottom:46px;width:100%}.cases-wrapper footer.footer-light-wrapper .footer-menu .footer-menu-row1 .footer-menu-row1-column1 p{text-align:center;width:100%}.cases-wrapper footer.footer-light-wrapper .footer-menu .footer-menu-row1 .footer-menu-row1-column1 .logo-place{margin:0 auto}.cases-wrapper footer.footer-light-wrapper .footer-menu .footer-menu-row1 .footer-menu-row1-column4{width:31%}.cases-wrapper footer.footer-light-wrapper .footer-bottom-block .footer-bottom-block-column-2{text-align:center}.cases-wrapper footer.footer-light-wrapper .footer-bottom-block .footer-bottom-block-column-2 p{width:139px;font-size:12px}}@media (max-width:540px){.cases-wrapper footer.footer-light-wrapper .tell-us-about-project{padding:50px 12px 34px}.cases-wrapper footer.footer-light-wrapper .tell-us-about-project .tell-us-about-project-text-block{margin:0 0 22px}.cases-wrapper footer.footer-light-wrapper .tell-us-about-project .tell-us-about-project-text-block h2{font-size:24px!important}.cases-wrapper footer.footer-light-wrapper .tell-us-about-project .tell-us-about-project-text-block h2 img{width:4px;height:4px}.cases-wrapper footer.footer-light-wrapper .tell-us-about-project .tell-us-about-project-text-block h2.got-a-project img.ques-sign,.cases-wrapper footer.footer-light-wrapper .tell-us-about-project .tell-us-about-project-text-block h2.looking-to-build img.ques-sign{width:15px!important;height:20px!important}.cases-wrapper footer.footer-light-wrapper .tell-us-about-project .tell-us-about-project-text-block h5{font-size:14px}.cases-wrapper footer.footer-light-wrapper .tell-us-about-project form,.cases-wrapper footer.footer-light-wrapper .tell-us-about-project form .tell-us-about-project-forms-block-row-1{width:100%}.cases-wrapper footer.footer-light-wrapper .tell-us-about-project form .tell-us-about-project-forms-block-row-1 .tell-us-about-project-forms-blockrow-1-column-2 .checkbox-text{-ms-flex-direction:column;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;-ms-flex-pack:normal;-webkit-box-pack:normal;justify-content:normal}.cases-wrapper footer.footer-light-wrapper .tell-us-about-project form .tell-us-about-project-forms-block-row-1 .tell-us-about-project-forms-blockrow-1-column-2 .checkbox-text p:first-child{margin-bottom:18px}.cases-wrapper footer.footer-light-wrapper .tell-us-about-project form .tell-us-about-project-forms-block-row-2 .tell-us-about-project-checkbox-wrapper p{width:100%}.cases-wrapper footer.footer-light-wrapper .tell-us-about-project form .tell-us-about-project-forms-block-row-2 .tell-us-about-project-checkbox-wrapper label{font-size:12px}.cases-wrapper footer.footer-light-wrapper .tell-us-about-project form .tell-us-about-project-forms-block-row-2 .tell-us-about-project-checkbox-wrapper button{width:100%}.cases-wrapper footer.footer-light-wrapper .footer-menu{padding-top:27px}.cases-wrapper footer.footer-light-wrapper .footer-menu .footer-menu-row1 ul a{color:#5e6063}.cases-wrapper footer.footer-light-wrapper .footer-menu .footer-menu-row1 .footer-menu-row1-column1{display:-ms-flexbox;display:-webkit-box;display:flex;-ms-flex-direction:column;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column}.cases-wrapper footer.footer-light-wrapper .footer-menu .footer-menu-row1 .footer-menu-row1-column1 .logo-place{margin:10px 0 0;text-align:left}.cases-wrapper footer.footer-light-wrapper .footer-menu .footer-menu-row1 .footer-menu-row1-column1 p{margin:10px 0 0;text-align:left;width:84.4%}.cases-wrapper footer.footer-light-wrapper .footer-menu .footer-menu-row1 .footer-menu-row1-column3,.cases-wrapper footer.footer-light-wrapper .footer-menu .footer-menu-row1 .footer-menu-row1-column4,.cases-wrapper footer.footer-light-wrapper .footer-menu .footer-menu-row1 hr{display:none}.cases-wrapper footer.footer-light-wrapper .footer-bottom-block{-ms-flex-direction:column;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;-ms-flex-align:start;-webkit-box-align:start;align-items:flex-start;margin:25px 3.1% 41px}.cases-wrapper footer.footer-light-wrapper .footer-bottom-block p{font-size:14px!important}.cases-wrapper footer.footer-light-wrapper .footer-bottom-block .footer-bottom-block-column-1{width:100%}.cases-wrapper footer.footer-light-wrapper .footer-bottom-block .footer-bottom-block-column-1 p,.cases-wrapper footer.footer-light-wrapper .footer-bottom-block .footer-bottom-block-column-1 p img{display:none}.cases-wrapper footer.footer-light-wrapper .footer-bottom-block .footer-bottom-block-column-1 p.hide-p{display:block}.cases-wrapper footer.footer-light-wrapper .footer-bottom-block .footer-bottom-block-column-1 p:last-child{display:-ms-flexbox;display:-webkit-box;display:flex;-ms-flex-direction:column;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;margin-top:14px;margin-bottom:24px}.cases-wrapper footer.footer-light-wrapper .footer-bottom-block .footer-bottom-block-column-1 p:last-child a:first-child{margin-bottom:16px}.cases-wrapper footer.footer-light-wrapper .footer-bottom-block .footer-bottom-block-column-2{width:100%;margin:24px 0;-ms-flex-order:1;-webkit-box-ordinal-group:2;order:1;text-align:left;-ms-flex-pack:start;-webkit-box-pack:start;justify-content:flex-start}.cases-wrapper footer.footer-light-wrapper .footer-bottom-block .footer-bottom-block-column-2 p{width:auto;font-size:12px!important}.cases-wrapper footer.footer-light-wrapper .footer-bottom-block .footer-bottom-block-column-3{width:auto}}@media (max-width:1100px){.cases-wrapper .global-leader-wrapper{padding:104px 4.1%}.cases-wrapper .recent-projects-images-block .skinview-inside-content-block{margin:-50px 93px 0}}@media (max-width:1024px){.cases-wrapper .solute-wrapper{padding:120px 10.4% 0 4.1%}.cases-wrapper .global-leader-wrapper{padding:104px 4.1%}}@media (max-width:1023px){.cases-wrapper .recent-projects-images-block .skinview-inside-content-block{margin:-50px 24px 0}}@media (max-width:850px){.cases-wrapper .solute-wrapper{padding:80px 11.4% 0 3.1%}.cases-wrapper .recent-projects-images-block .skinview-inside-content-block{margin:-50px 24px 0}.cases-wrapper .global-leader-wrapper{padding:89px 11% 47px;-ms-flex-direction:column;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;-ms-flex-align:center;-webkit-box-align:center;align-items:center}.cases-wrapper .global-leader-wrapper h3,.cases-wrapper .global-leader-wrapper p{text-align:center}.cases-wrapper .global-leader-wrapper h3{width:61.2%;margin-bottom:15px}.cases-wrapper .global-leader-wrapper p{margin-bottom:37px}.cases-wrapper .global-leader-wrapper .column1{display:-ms-flexbox;display:-webkit-box;display:flex;-ms-flex-direction:column;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;-ms-flex-align:center;-webkit-box-align:center;align-items:center;width:100%}.cases-wrapper .global-leader-wrapper .column2{width:100%;-ms-flex-pack:center;-webkit-box-pack:center;justify-content:center}}@media (max-width:600px){.cases-wrapper .solute-wrapper{padding:40px 11.9% 1px 3.8%;margin-bottom:20px}.cases-wrapper .solute-wrapper h2{line-height:34px;font-size:28px!important}.cases-wrapper .solute-wrapper .select-wrapper{display:none}.cases-wrapper .block-425{display:block}.cases-wrapper .recent-projects-images-block .skinview-inside-content-block{-ms-flex-wrap:wrap;flex-wrap:wrap;padding:24px 6.1% 0;margin:-20px 13px 0}.cases-wrapper .recent-projects-images-block .skinview-inside-content-block .skinview-inside-content-block-column1{display:-ms-flexbox;display:-webkit-box;display:flex;-ms-flex-direction:column;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;-ms-flex-wrap:wrap;flex-wrap:wrap;width:100%}.cases-wrapper .recent-projects-images-block .skinview-inside-content-block .skinview-inside-content-block-column1 p{margin-bottom:30px;-ms-flex-order:1;-webkit-box-ordinal-group:2;order:1}}@media (max-width:600px) and (max-width:450px){.cases-wrapper .recent-projects-images-block .skinview-inside-content-block .skinview-inside-content-block-column1 p{font-size:14px!important;font-stretch:normal;font-style:normal;line-height:1.43;letter-spacing:.44px;margin-bottom:25px}}@media (max-width:600px){.cases-wrapper .recent-projects-images-block .skinview-inside-content-block .skinview-inside-content-block-column1 h2{-ms-flex-order:0;-webkit-box-ordinal-group:1;order:0}.cases-wrapper .recent-projects-images-block .skinview-inside-content-block .skinview-inside-content-block-column1 p.small-gray{display:none}.cases-wrapper .recent-projects-images-block .skinview-inside-content-block .skinview-inside-content-block-column2{display:-ms-flexbox;display:-webkit-box;display:flex;-ms-flex-pack:start;-webkit-box-pack:start;justify-content:flex-start;width:100%}.cases-wrapper .global-leader-wrapper{padding:60px 5.7% 75px;margin-top:50px}.cases-wrapper .global-leader-wrapper .column1 p{font-size:14px!important;margin-bottom:58px}}div.oembedall-githubrepos{border:1px solid #ddd;border-radius:4px 4px 4px 4px;list-style-type:none;margin:0 0 10px;padding:8px 10px 0;font:13.34px/1.4 helvetica,arial,freesans,clean,sans-serif;width:452px;background-color:#fff}div.oembedall-githubrepos .oembedall-body{background:-moz-linear-gradient(center top,#fafafa,#efefef) repeat scroll 0 0 transparent;background:-webkit-gradient(linear,left top,left bottom,from(#fafafa),to(#efefef));border-bottom-left-radius:4px;border-bottom-right-radius:4px;border-top:1px solid #eee;margin-left:-10px;margin-top:8px;padding:5px 10px;width:100%}div.oembedall-githubrepos h3{font-size:14px;margin:0;padding-left:18px;white-space:nowrap}div.oembedall-githubrepos p.oembedall-description{color:#444;font-size:12px;margin:0 0 3px}div.oembedall-githubrepos p.oembedall-updated-at{color:#888;font-size:11px;margin:0}div.oembedall-githubrepos ul.oembedall-repo-stats{border:none;float:right;font-size:11px;font-weight:700;padding-left:15px;position:relative;z-index:5;margin:0}div.oembedall-githubrepos ul.oembedall-repo-stats li{border:none;color:#666;display:inline-block;list-style-type:none;margin:0!important}div.oembedall-githubrepos ul.oembedall-repo-stats li a{background-color:transparent;color:#666!important;background-position:5px -2px;background-repeat:no-repeat;border:none;border-left:1px solid #ddd;display:inline-block;height:21px;line-height:21px;padding:0 5px 0 23px}div.oembedall-githubrepos ul.oembedall-repo-stats li:first-child a{border-left:none;margin-right:-3px}div.oembedall-githubrepos ul.oembedall-repo-stats li a:hover{background:none no-repeat scroll 5px -27px #4183c4;color:#fff!important;text-decoration:none}div.oembedall-githubrepos ul.oembedall-repo-stats li:first-child a:hover{border-bottom-left-radius:3px;border-top-left-radius:3px}ul.oembedall-repo-stats li:last-child a:hover{border-bottom-right-radius:3px;border-top-right-radius:3px}span.oembedall-closehide{background-color:#aaa;border-radius:2px;cursor:pointer;margin-right:3px}div.oembedall-container{margin-top:5px;text-align:left}.oembedall-ljuser{font-weight:700}.oembedall-ljuser img{vertical-align:bottom;border:0;padding-right:1px}.oembedall-stoqembed{border-bottom:1px dotted #999;float:left;overflow:hidden;width:730px;line-height:1;background:none repeat scroll 0 0 #fff;color:#000;font-family:Arial,Liberation\Sans,DejaVu\Sans,sans-serif;font-size:80%;text-align:left;margin:0;padding:0}.oembedall-stoqembed a{color:#07c;text-decoration:none;margin:0;padding:0}.oembedall-stoqembed a:hover{text-decoration:underline}.oembedall-stoqembed a:visited{color:#4a6b82}.oembedall-stoqembed h3{font-family:Trebuchet\MS,Liberation\Sans,DejaVu\Sans,sans-serif;font-size:130%;font-weight:700;margin:0;padding:0}.oembedall-stoqembed .oembedall-reputation-score{color:#444;font-size:120%;font-weight:700;margin-right:2px}.oembedall-stoqembed .oembedall-user-info{height:35px;width:185px}.oembedall-stoqembed .oembedall-user-info .oembedall-user-gravatar32{float:left;height:32px;width:32px}.oembedall-stoqembed .oembedall-user-info .oembedall-user-details{float:left;margin-left:5px;overflow:hidden;white-space:nowrap;width:145px}.oembedall-stoqembed .oembedall-question-hyperlink{font-weight:700}.oembedall-stoqembed .oembedall-stats{background:none repeat scroll 0 0 #eee;margin:0 0 0 7px;padding:4px 7px 6px;width:58px}.oembedall-stoqembed .oembedall-statscontainer{float:left;margin-right:8px;width:86px}.oembedall-stoqembed .oembedall-votes{color:#555;padding:0 0 7px;text-align:center}.oembedall-stoqembed .oembedall-vote-count-post{font-size:240%;color:#808185;display:block;font-weight:700}.oembedall-stoqembed .oembedall-views{color:#999;padding-top:4px;text-align:center}.oembedall-stoqembed .oembedall-status{margin-top:-3px;padding:4px 0;text-align:center;background:none repeat scroll 0 0 #75845c;color:#fff}.oembedall-stoqembed .oembedall-status strong{color:#fff;display:block;font-size:140%}.oembedall-stoqembed .oembedall-summary{float:left;width:635px}.oembedall-stoqembed .oembedall-excerpt{line-height:1.2;margin:0;padding:0 0 5px}.oembedall-stoqembed .oembedall-tags{float:left;line-height:18px}.oembedall-stoqembed .oembedall-tags a:hover{text-decoration:none}.oembedall-stoqembed .oembedall-post-tag{background-color:#e0eaf1;border-bottom:1px solid #3e6d8e;border-right:1px solid #7f9fb6;color:#3e6d8e;font-size:90%;line-height:2.4;margin:2px 2px 2px 0;padding:3px 4px;text-decoration:none;white-space:nowrap}.oembedall-stoqembed .oembedall-post-tag:hover{background-color:#3e6d8e;border-bottom:1px solid #37607d;border-right:1px solid #37607d;color:#e0eaf1}.oembedall-stoqembed .oembedall-fr{float:right}.oembedall-stoqembed .oembedall-statsarrow{background-image:url(http://cdn.sstatic.net/stackoverflow/img/sprites.png?v=3);background-repeat:no-repeat;overflow:hidden;background-position:0 -435px;float:right;height:13px;margin-top:12px;width:7px}.oembedall-facebook1{border:1px solid #1a3c6c;padding:0;font:13.34px/1.4 verdana;width:500px}.oembedall-facebook2{background-color:#627add}.oembedall-facebook2 a{color:#e8e8e8;text-decoration:none}.oembedall-facebookBody{background-color:#fff;vertical-align:top;padding:5px}.oembedall-facebookBody .contents{display:inline-block;width:100%}.oembedall-facebookBody div img{float:left;margin-right:5px}div.oembedall-lanyard{-webkit-box-shadow:none;-webkit-transition-delay:0s;-webkit-transition-duration:.4000000059604645s;-webkit-transition-property:width;-webkit-transition-timing-function:ease-in-out;background-attachment:scroll;background-clip:border-box;background-color:transparent;background-image:none;background-origin:padding-box;border-width:0;box-shadow:none;color:#112644;display:block;float:left;font-family:Trebuchet MS,Trebuchet,sans-serif;font-size:16px;height:253px;line-height:19px;margin:0;max-width:none;min-height:0;outline-color:#112644;outline-style:none;outline-width:0;overflow-x:visible;overflow-y:visible;padding:0;position:relative;text-align:left;vertical-align:baseline;width:804px}div.oembedall-lanyard .tagline{font-size:1.5em}div.oembedall-lanyard .wrapper{overflow:hidden;clear:both}div.oembedall-lanyard .split{float:left;display:inline}div.oembedall-lanyard .prominent-place .flag:active,div.oembedall-lanyard .prominent-place .flag:focus,div.oembedall-lanyard .prominent-place .flag:hover,div.oembedall-lanyard .prominent-place .flag:link,div.oembedall-lanyard .prominent-place .flag:visited{float:left;display:block;width:48px;height:48px;position:relative;top:-5px;margin-right:10px}div.oembedall-lanyard .place-context{font-size:.889em}div.oembedall-lanyard .prominent-place .sub-place{display:block}div.oembedall-lanyard .prominent-place{font-size:1.125em;line-height:1.1em;font-weight:400}div.oembedall-lanyard .main-date{color:#8cb4e0;font-weight:700;line-height:1.1}div.oembedall-lanyard .first{width:48.57%;margin:0 0 0 2.857%}body,html{overflow-x:hidden}.case-page-wrapper a{text-decoration:none}.want-to-know-more-wrapper{background-color:#081120;padding:78px 0 62px;margin-bottom:70px}.want-to-know-more-wrapper h3{color:#fff;text-align:center;margin-bottom:12px;font-family:Mulish;font-size:38px;font-weight:700;font-stretch:normal;font-style:normal;line-height:1.11;letter-spacing:1.19px}.want-to-know-more-wrapper h3 br{display:none}.want-to-know-more-wrapper p{font-family:MulishRegular;font-size:14px;line-height:1.71;letter-spacing:.4px;color:#fff;margin-left:24px}.want-to-know-more-wrapper form{display:-ms-flexbox;display:-webkit-box;display:flex;-ms-flex-direction:row;-webkit-box-orient:horizontal;-webkit-box-direction:normal;flex-direction:row;-ms-flex-pack:justify;-webkit-box-pack:justify;justify-content:space-between;margin-bottom:17px}.want-to-know-more-wrapper form input{-webkit-box-sizing:border-box;box-sizing:border-box;font-family:MulishRegular;font-size:16px;width:65.5%;height:60px;padding-left:24px;background-color:rgba(0,83,206,.34);border:1px solid rgba(0,158,253,.9);color:#fff;caret-color:#fff}.want-to-know-more-wrapper form input::-moz-placeholder,.want-to-know-more-wrapper form input::-webkit-input-placeholder{font-family:MulishRegular;font-size:16px;line-height:20px;letter-spacing:.5px;color:hsla(0,0%,100%,.4)}.want-to-know-more-wrapper form .gradient-button{width:33%;height:60px;background-color:#008ce0;background-image:linear-gradient(82deg,rgba(0,83,206,.9),rgba(0,158,253,.89));border:none;margin-left:10px;font-size:11px;font-weight:500;letter-spacing:.5px;text-align:center;color:#fff}.want-to-know-more-wrapper form .gradient-button:hover{background-image:linear-gradient(257deg,rgba(0,83,206,.9),rgba(0,158,253,.89))}.want-to-know-more-wrapper form .gradient-button:active,.want-to-know-more-wrapper form .gradient-button:focus{background-image:linear-gradient(283deg,#004ab6,#008ce0)}.want-to-know-more-wrapper form .gradient-button:focus{border:1px solid #081120}.want-to-know-more-wrapper form .gradient-button:disabled{opacity:.4;background-image:linear-gradient(283deg,#004ab6,#008ce0);border:1px solid rgba(0,83,206,.9)}.want-to-know-more-wrapper form .gradient-button:last-child{display:none}.want-to-know-more-wrapper p.check{font-size:12px;line-height:1.5;text-align:center}.want-to-know-more-wrapper p.check a{text-decoration:none;color:rgba(0,158,253,.9)}.you-might-also-like-wrapper{margin:0 12.4% 60px}.you-might-also-like-wrapper h3{color:#081120;text-align:center;margin-bottom:40px}.you-might-also-like-wrapper .img-blocks-wrapper{display:-ms-flexbox;display:-webkit-box;display:flex;-ms-flex-direction:row;-webkit-box-orient:horizontal;-webkit-box-direction:normal;flex-direction:row;-ms-flex-pack:justify;-webkit-box-pack:justify;justify-content:space-between}.you-might-also-like-wrapper .img-blocks-wrapper>a{width:49%}.you-might-also-like-wrapper .img-blocks-wrapper .img-block__column-block{width:100%;cursor:pointer}.you-might-also-like-wrapper .img-blocks-wrapper .column{position:relative;width:100%;height:472px;background-repeat:no-repeat;background-size:cover;background-position:50%}.you-might-also-like-wrapper .img-blocks-wrapper .inside-block{text-align:left;position:relative;z-index:2;max-width:100%;margin:-177px 21px 0 -1px;padding:24px 39px 20px 30px;background-color:#fff}.you-might-also-like-wrapper .img-blocks-wrapper .inside-block h3{margin-bottom:12px;text-align:left}@media (max-width:768px){.you-might-also-like-wrapper .img-blocks-wrapper .inside-block h3{font-size:20px;font-stretch:normal;font-style:normal;line-height:normal;letter-spacing:.25px}}.you-might-also-like-wrapper .img-blocks-wrapper .inside-block h4{line-height:28px;font-family:Mulish;font-size:20px;letter-spacing:.3px;color:#081120}.you-might-also-like-wrapper .img-blocks-wrapper .inside-block p.roboto{font-family:RobotoMono;font-size:14px;line-height:1.43;letter-spacing:.44px;color:#081120}.you-might-also-like-wrapper .img-blocks-wrapper .inside-block p.roboto img{width:4px;height:4px}.you-might-also-like-wrapper .img-blocks-wrapper .inside-block p.roboto span{white-space:nowrap}.you-might-also-like-wrapper .img-blocks-wrapper .inside-block p.learn-more{display:-ms-flexbox;display:-webkit-box;display:flex;-ms-flex-direction:row;-webkit-box-orient:horizontal;-webkit-box-direction:normal;flex-direction:row;-ms-flex-align:center;-webkit-box-align:center;align-items:center;font-family:MulishMedium;font-size:11px;font-weight:500;letter-spacing:.5px;color:rgba(0,83,206,.9)}.you-might-also-like-wrapper .img-blocks-wrapper .inside-block p.learn-more img{width:9px;height:8px;margin-left:4px;-webkit-transition:.3s;transition:.3s}.you-might-also-like-wrapper .img-blocks-wrapper .img-block__column-block:hover .hover-block{opacity:.89}.you-might-also-like-wrapper .img-blocks-wrapper .img-block__column-block:hover p.learn-more img{margin-left:8px}@media (max-width:1024px){.you-might-also-like-wrapper{margin:0 4% 80px}.you-might-also-like-wrapper .img-blocks-wrapper .inside-block{padding:24px 12px 30px 24px}.want-to-know-more-wrapper{padding:72px 0 62px}.want-to-know-more-wrapper p{margin-bottom:6px}}.case-page-wrapper .you-might-also-like-wrapper h2{text-align:center;margin:65px 0 40px;font-family:MulishRegular;font-size:34px;font-weight:400;font-stretch:normal;font-style:normal;line-height:1.18;letter-spacing:1.06px;color:#081120}@media (max-width:768px){.you-might-also-like-wrapper{margin:0 3.1%}}@media (max-width:700px){.you-might-also-like-wrapper{margin:0 4.3%}.you-might-also-like-wrapper h3{font-size:20px!important}.you-might-also-like-wrapper .img-blocks-wrapper{-ms-flex-direction:column;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column}.you-might-also-like-wrapper .img-blocks-wrapper .img-block__column-block,.you-might-also-like-wrapper .img-blocks-wrapper>a{width:100%}.you-might-also-like-wrapper .img-blocks-wrapper .inside-block{-ms-flex-pack:distribute;justify-content:space-around}.you-might-also-like-wrapper .img-blocks-wrapper .inside-block p.learn-more{display:none}.you-might-also-like-wrapper .img-blocks-wrapper>a:first-child{margin-bottom:60px}.want-to-know-more-wrapper{-ms-flex-order:1;-webkit-box-ordinal-group:2;order:1}.want-to-know-more-wrapper h3{font-size:20px;margin-bottom:30px}.want-to-know-more-wrapper form input{width:calc(100% - 44px);height:44px}.want-to-know-more-wrapper form .gradient-button{display:-ms-flexbox;display:-webkit-box;display:flex;-ms-flex-pack:center;-webkit-box-pack:center;justify-content:center;-ms-flex-align:center;-webkit-box-align:center;align-items:center;width:44px;height:44px;margin-left:0}.want-to-know-more-wrapper form .gradient-button:nth-child(2){display:none}.want-to-know-more-wrapper form .gradient-button:last-child{display:-ms-flexbox;display:-webkit-box;display:flex}.want-to-know-more-wrapper p.check{width:84.4%;font-size:12px!important}}.make-some-noise-title{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-top:40px}.make-some-noise-title .header-p{font-family:MulishMedium;font-size:16px;font-weight:500;font-stretch:normal;font-style:normal;line-height:1.5;letter-spacing:.5px;color:#081120}.empty-block{width:190px;position:absolute;right:0;top:0}.make-some-noise-title.vertical{position:fixed;top:100px;opacity:0;display:none;-webkit-transition:.6s;transition:.6s}.make-some-noise-title.vertical.active{opacity:1;display:-webkit-box;display:-ms-flexbox;display:flex}@media (max-width:1024px){.make-some-noise-title.vertical{opacity:0!important;display:none}}.make-some-noise-title.horizontal{display:none;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin:40px auto 88px}@media (max-width:480px){.make-some-noise-title.horizontal .jssocials-share-logo{width:26px}.make-some-noise-title.horizontal #shares_bottom .jssocials-shares .jssocials-share{margin-right:10px}}@media (max-width:1200px){.make-some-noise-title.horizontal{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:start}}.make-some-noise-title.horizontal #shares_bottom{margin-top:0!important}.make-some-noise-title.horizontal .header-p{margin-right:32px;font-size:16px;font-weight:500;font-stretch:normal;font-style:normal;line-height:1.5;letter-spacing:.5px}@media (max-width:768px){.make-some-noise-title.horizontal .header-p{font-size:20px;font-weight:500;line-height:normal;letter-spacing:.25px}}@media (max-width:400px){.make-some-noise-title.horizontal .header-p{font-family:Mulish;font-size:14px;white-space:nowrap;line-height:1.57;letter-spacing:.44px}}.make-some-noise-title.horizontal .jssocials-shares{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-left:2%}.make-some-noise-title.horizontal .jssocials-shares .jssocials-share{margin-right:14px}@media (max-width:1024px){.make-some-noise-title.horizontal{display:-webkit-box;display:-ms-flexbox;display:flex}.case-page-wrapper .solution-block #shares{width:auto;margin-top:20px;right:10px}}.content-wrapper{margin:0 auto;position:relative}@media (max-width:400px){.content-wrapper{margin:0 12px}}.content-wrapper.results{display:-webkit-box;display:-ms-flexbox;display:flex;margin-bottom:88px}.content-wrapper .text-wrapper{margin:0 auto}.content-wrapper .text-wrapper.about-wrapper{margin-top:44px;font-family:MulishRegular;font-size:18px;font-weight:400;font-stretch:normal;font-style:normal;line-height:1.67;letter-spacing:.45px;color:#5e6063}.content-wrapper .top-desc{display:block;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-top:36px}@media (max-width:400px){.content-wrapper .top-desc{display:-webkit-box;display:-ms-flexbox;display:flex}}.content-wrapper .top-desc .column{-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-family:MulishRegular;font-size:20px;font-weight:400;font-stretch:normal;font-style:normal;line-height:1.6;letter-spacing:.5px;color:#081120}@media (max-width:400px){.content-wrapper .top-desc .column{display:-webkit-box;display:-ms-flexbox;display:flex}}.content-wrapper .top-desc .column:before{width:6px;height:6px;background:#0053ce;display:inline-block;content:"";margin:0 7px 3px}.content-wrapper .top-desc .column:first-child:before{display:none}.content-wrapper.first{margin:48px auto 0}.content-wrapper.first h1{width:80%;font-stretch:normal;font-style:normal;line-height:normal;letter-spacing:.58px}.request-wrapper,.rtl{margin-top:64px}.rtl .img-wrap{width:93%;height:540px;background-repeat:no-repeat;background-size:cover;background-position:50%;max-width:2560px;-webkit-transition:width 1s,height 2s;transition:width 1s,height 2s}@media (max-width:1024px){.rtl .img-wrap{width:96%}}@media (max-width:768px){.rtl .img-wrap{width:100%;height:422px}}@media (max-width:400px){.rtl .img-wrap{height:176px}}.request{position:relative;color:#fff}@media (max-width:800px){.request .case-content{padding-bottom:20px}}@media (max-width:500px){.request{background-color:#081120}}.request .case-content{background-color:#081120}@media (max-width:625px){.request .case-content{margin:0 12px}}.request h1,.request h2,.request h3,.request h4,.request h5,.request h6{color:#fff}.request ol li,.request ul li{color:#fff!important}.request p{font-family:MulishRegular;font-size:18px;font-weight:400;font-stretch:normal;font-style:normal;line-height:1.67;letter-spacing:.45px;color:#fff}.request .background-blue{background-color:#081120;position:absolute;height:calc(100% - 206px);width:97%;z-index:-1;top:270px;bottom:-270px;-webkit-transition:width 1s;transition:width 1s;max-width:2560px}@media (max-width:1023px){.request .background-blue{height:calc(100% - 270px);width:100%}}@media (max-width:1439px){.content-wrapper.results{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.content-wrapper.results .empty-block{display:none}.content-wrapper.first .top-desc{margin-top:36px;max-width:859px}.content-wrapper.first h1{width:100%;max-width:859px}}.case-content h2,.case-content h3{margin-bottom:24px}.request .case-content h2{margin-bottom:16px;margin-top:64px}@media (max-width:767px){.request .case-content h2{margin-top:40px;margin-bottom:16px;font-size:24px;line-height:32px}}@media (max-width:1024px){footer.footer-light-wrapper .tell-us-about-project form{width:auto;margin:0 11.4%}}@media (max-width:1023px){footer.footer-light-wrapper .tell-us-about-project .tell-us-about-project-text-block{margin:0 11.4%}}@media (min-width:768px) and (max-width:1023px) and (max-width:400px){.case-content h3{font-size:20px}}@media (min-width:768px) and (max-width:1023px) and (max-width:768px){.case-content h3{font-size:24px}}@media (max-width:768px){.case-content h3{font-size:24px}}@media (min-width:800px) and (max-width:1023px){.request{padding-bottom:48px}}@media (max-width:767px){.content-wrapper.first h1{font-size:36px;font-stretch:normal;font-style:normal;line-height:1.14;letter-spacing:.35px}}@media (max-width:767px) and (max-width:400px){.content-wrapper.first h1{font-size:28px}}@media (max-width:767px){.content-wrapper.first h1{width:auto;margin:0 12px}}@media (max-width:767px) and (max-width:625px){.content-wrapper.first h1{margin:40px 12px 0}}@media (max-width:767px) and (min-width:620px){.content-wrapper.first h1{width:596px;margin:0 auto}}@media (max-width:767px){.content-wrapper.first .top-desc{margin:36px 12px 0;font-size:18px;font-weight:400;font-stretch:normal;font-style:normal;line-height:1.67;letter-spacing:.45px}}@media (max-width:767px) and (min-width:620px){.content-wrapper.first .top-desc{width:596px;margin:36px auto 0}}@media (max-width:767px) and (max-width:625px){.content-wrapper .text-wrapper{margin:40px 12px 0}}@media (max-width:767px){.content-wrapper .text-wrapper.about-wrapper{margin-top:40px;font-size:18px;font-weight:400;font-stretch:normal;font-style:normal;line-height:1.67;letter-spacing:.45px}.rtl{direction:ltr;margin-top:40px}.noise-title{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.noise-title,.solution-block{margin:40px 12px 0}.case-content h2,.case-content h3{margin-bottom:16px}}@media (max-width:500px){.make-some-noise-title.horizontal{margin:30px 0}.content-wrapper.first .top-desc{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.content-wrapper.first .top-desc .column{font-size:18px;font-weight:400;font-stretch:normal;font-style:normal;line-height:1.67;letter-spacing:.45px;display:block}.content-wrapper.first .top-desc .column:after{display:none}.content-wrapper.first .top-desc .column:before{width:6px;height:6px;background:#0053ce;display:inline-block;content:"";margin:0 7px 3px}.rtl .img-wrap{height:176px}.swiper-container-horizontal>.swiper-pagination-bullets,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:0}.you-might-wrap{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.want-to-know-more-wrapper{padding:24px 0 38px;margin-bottom:0}.want-to-know-more-wrapper h3{font-family:MulishRegular;font-size:20px;font-weight:400;font-stretch:normal;font-style:normal;line-height:1.4;letter-spacing:.63px;text-align:center;margin:0 auto 30px;max-width:235px}.content-wrapper.results{margin-bottom:0}.case-page-wrapper .you-might-also-like-wrapper h2{margin:8px 0 24px!important}}@media (max-width:320px){.content-wrapper.first h1,.content-wrapper .text-wrapper{max-width:270px}.request .case-content{padding-bottom:40px}.case-content ol,.case-content p,.case-content ul{max-width:270px}}footer.footer-light-wrapper .tell-us-about-project form .tell-us-about-project-forms-block-row-1 .tell-us-about-project-forms-blockrow-1-column-1 .tell-us-about-project-forms-block-wrapper input:focus::-webkit-input-placeholder,footer.footer-light-wrapper .tell-us-about-project form .tell-us-about-project-forms-block-row-1 .tell-us-about-project-forms-blockrow-1-column-2 textarea:focus::-webkit-input-placeholder,footer form .tell-us-about-project-forms-block-row-1 input:focus::-webkit-input-placeholder,footer form .tell-us-about-project-forms-block-row-1 textarea:focus::-webkit-input-placeholder{color:transparent!important}footer.footer-light-wrapper .tell-us-about-project form .tell-us-about-project-forms-block-row-1 .tell-us-about-project-forms-blockrow-1-column-1 .tell-us-about-project-forms-block-wrapper input:focus::-moz-placeholder,footer.footer-light-wrapper .tell-us-about-project form .tell-us-about-project-forms-block-row-1 .tell-us-about-project-forms-blockrow-1-column-2 textarea:focus::-moz-placeholder,footer form .tell-us-about-project-forms-block-row-1 input:focus::-moz-placeholder,footer form .tell-us-about-project-forms-block-row-1 textarea:focus::-moz-placeholder{color:transparent!important}.be-among-the-first-wrapper,.our-team-wrapper,.solute-wrapper,.the-essence-of-integra-wrapper,.they-trust-us-wrapper,.why-choose-us{-webkit-transition:margin .3s;transition:margin .3s}.wp-block-lazyblock-company-top-info-and-reviews .solute-wrapper .solute-text-block h1{margin-bottom:30px;margin-top:120px;width:78%;position:relative}.wp-block-lazyblock-company-top-info-and-reviews .solute-wrapper .solute-text-block h1 img{position:absolute;bottom:10px}@media (max-width:1024px){.wp-block-lazyblock-company-top-info-and-reviews .solute-wrapper .solute-text-block h1{margin-top:67px;width:71%;line-height:1.13}.wp-block-lazyblock-company-top-info-and-reviews .solute-wrapper .solute-text-block h1 img{display:none}}@media (max-width:768px){.wp-block-lazyblock-company-top-info-and-reviews .solute-wrapper .solute-text-block h1{font-size:36px;margin-top:105px;width:92%;line-height:1.11}}@media (max-width:320px){.wp-block-lazyblock-company-top-info-and-reviews .solute-wrapper .solute-text-block h1{margin-top:60px;width:270px;max-width:100%;line-height:normal}}.wp-block-lazyblock-company-top-info-and-reviews .solute-wrapper .solute-text-block h2{margin-bottom:12px;margin-top:120px;width:64.7%}.wp-block-lazyblock-company-top-info-and-reviews .solute-wrapper .solute-text-block h2 img{margin-left:4px}.wp-block-lazyblock-company-top-info-and-reviews .solute-wrapper .solute-text-block h2 span{white-space:nowrap}.wp-block-lazyblock-company-top-info-and-reviews .solute-wrapper .solute-text-block h5{margin-bottom:40px}.wp-block-lazyblock-company-top-info-and-reviews .solute-wrapper .solute-text-block .scroll-down{display:-ms-flexbox;display:-webkit-box;display:flex;-ms-flex-direction:row;-webkit-box-orient:horizontal;-webkit-box-direction:normal;flex-direction:row;-ms-flex-align:center;-webkit-box-align:center;align-items:center;margin-bottom:30px;cursor:pointer;display:inline-block}.wp-block-lazyblock-company-top-info-and-reviews .solute-wrapper .solute-text-block .scroll-down img{display:inline-block;width:13px;height:9px;margin-right:10px;float:left}.wp-block-lazyblock-company-top-info-and-reviews .solute-wrapper .solute-text-block .scroll-down p{color:rgba(0,83,206,.9);line-height:.7;width:120px}.wp-block-lazyblock-company-top-info-and-reviews .solute-wrapper .solute-integra-sources{margin-top:-147px;padding-bottom:46px}.wp-block-lazyblock-company-top-info-and-reviews .solute-wrapper img.ic-quote{top:55px;margin:0 auto 35px}@media (max-width:320px){.wp-block-lazyblock-company-top-info-and-reviews .solute-wrapper img.ic-quote{margin-left:32px}}@media (max-width:768px){.wp-block-lazyblock-company-top-info-and-reviews .solute-wrapper{margin-bottom:70px}}.our-team-wrapper .our-team-column1 .top-desc{width:73%;margin-top:3px;margin-bottom:20px}@media (max-width:1024px){.our-team-wrapper .our-team-column1 .top-desc{width:98.4%}}@media (max-width:768px){.our-team-wrapper .our-team-column1 .top-desc{margin-top:15px;font-size:16px;width:91%}}@media (max-width:320px){.our-team-wrapper .our-team-column1 .top-desc{font-size:14px}}.they-trust-us-wrapper div.top-desc{text-align:center;margin-bottom:26px}@media (max-width:768px){.they-trust-us-wrapper div.top-desc{font-size:20px}}@media (max-width:320px){.they-trust-us-wrapper div.top-desc{font-size:16px}}.company-wrapper p.small-gray{font-family:MulishRegular;font-size:14px;line-height:1.43;letter-spacing:.4px;color:rgba(94,96,99,.8)}.company-wrapper p.small-dark-blue-gray{font-family:MulishRegular;font-size:14px;line-height:1.29;letter-spacing:.4px;color:#081120}.company-wrapper a{text-decoration:none}.company-wrapper a:active,.company-wrapper a:focus,.company-wrapper a:hover{outline:none}.company-wrapper .header-wrapper{position:fixed;top:0;width:100%;z-index:20;background-color:#fff}@media (max-width:1024px){.company-wrapper footer .tell-us-about-project form .tell-us-about-project-forms-block-row-1 .tell-us-about-project-forms-blockrow-1-column-1 .tell-us-about-project-forms-block-wrapper p{width:90%}}.the-essence-of-integra-plate-row1-column1{margin-right:32px}@media (max-width:700px){.the-essence-of-integra-plate-row1-column1,.the-essence-of-integra-plate-row1-column2{margin-bottom:10px}}@media (max-width:768px){.the-essence-of-integra-plate-row1-column1{margin-right:30px}}@media (max-width:768px){.company-wrapper h2{font-size:32px!important}}@media (max-width:450px){.company-wrapper h1{font-family:Mulish;font-size:28px!important;letter-spacing:.4px;margin-top:60px!important;width:84%;line-height:normal}.company-wrapper h5,.company-wrapper p{font-family:MulishRegular;font-size:16px!important;line-height:1.5;letter-spacing:.5px}.company-wrapper h2{font-family:Mulish;font-size:24px!important;letter-spacing:.3px;padding-right:35px}.company-wrapper h3{font-size:20px!important}.why-choose-us-plate-block p{font-size:14px!important}.the-essence-of-integra-plate-row-column2 p{font-size:14px!important;font-weight:400;font-stretch:normal;font-style:normal;line-height:1.29;letter-spacing:.44px;width:91.4%}}@media (max-width:850px){.company-wrapper footer{width:100%}.company-wrapper footer .tell-us-about-project .tell-us-about-project-text-block{margin:0 24px 58px}.company-wrapper footer .tell-us-about-project .tell-us-about-project-text-block h2{font-size:32px}.company-wrapper footer .tell-us-about-project .tell-us-about-project-text-block h5{font-size:16px}.company-wrapper footer .tell-us-about-project form{margin:0 auto}.company-wrapper footer .tell-us-about-project form .tell-us-about-project-forms-block-row-1{width:77.6%;margin:0 auto;-ms-flex-direction:column;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column}.company-wrapper footer .tell-us-about-project form .tell-us-about-project-forms-block-row-1 .tell-us-about-project-forms-blockrow-1-column-1{width:100%;margin:0 auto}.company-wrapper footer .tell-us-about-project form .tell-us-about-project-forms-block-row-1 .tell-us-about-project-forms-blockrow-1-column-1 .tell-us-about-project-forms-block-wrapper p{max-width:100%;width:auto}.company-wrapper footer .tell-us-about-project form .tell-us-about-project-forms-block-row-1 .tell-us-about-project-forms-blockrow-1-column-1 .tell-us-about-project-forms-block-wrapper input{padding:0 0 0 24px;-webkit-box-sizing:border-box;box-sizing:border-box;width:100%;margin:0 0 15px}.company-wrapper footer .tell-us-about-project form .tell-us-about-project-forms-block-row-1 .tell-us-about-project-forms-blockrow-1-column-2{width:100%}.company-wrapper footer .tell-us-about-project form .tell-us-about-project-forms-block-row-1 .tell-us-about-project-forms-blockrow-1-column-2 textarea{width:100%;padding:18px 0 0 24px;-webkit-box-sizing:border-box;box-sizing:border-box}.company-wrapper footer .tell-us-about-project form .tell-us-about-project-forms-block-row-1 .tell-us-about-project-forms-blockrow-1-column-2 .checkbox-text{display:-ms-flexbox;display:-webkit-box;display:flex;-ms-flex-direction:row;-webkit-box-orient:horizontal;-webkit-box-direction:normal;flex-direction:row;-ms-flex-pack:center;-webkit-box-pack:center;justify-content:center}.company-wrapper footer .tell-us-about-project form .tell-us-about-project-forms-block-row-1 .tell-us-about-project-forms-blockrow-1-column-2 .checkbox-text p{margin:0}.company-wrapper footer .tell-us-about-project form .tell-us-about-project-forms-block-row-1 .tell-us-about-project-forms-blockrow-1-column-2 .checkbox-text p:first-child{margin-right:34px}.company-wrapper footer .tell-us-about-project form .tell-us-about-project-forms-block-row-1 .tell-us-about-project-forms-blockrow-1-column-2 .checkbox-text label span{margin-top:0}.company-wrapper footer .tell-us-about-project form .tell-us-about-project-forms-block-row-2{margin-top:38px}.company-wrapper footer .tell-us-about-project form .tell-us-about-project-forms-block-row-2 .tell-us-about-project-checkbox-wrapper{-ms-flex-direction:column;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;-ms-flex-align:center;-webkit-box-align:center;align-items:center}.company-wrapper footer .tell-us-about-project form .tell-us-about-project-forms-block-row-2 .tell-us-about-project-checkbox-wrapper p{width:77.6%;-ms-flex-order:1;-webkit-box-ordinal-group:2;order:1;margin-top:30px}.company-wrapper footer .tell-us-about-project form .tell-us-about-project-forms-block-row-2 .tell-us-about-project-checkbox-wrapper button{width:77.6%;margin:0 auto}.company-wrapper footer .footer-menu{margin:0 3.1%}.company-wrapper footer .footer-menu .footer-menu-row1{-ms-flex-wrap:wrap;flex-wrap:wrap}.company-wrapper footer .footer-menu .footer-menu-row1 .footer-menu-row1-column1{display:-ms-flexbox;display:-webkit-box;display:flex;-ms-flex-direction:column;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;-ms-flex-pack:center;-webkit-box-pack:center;justify-content:center;margin-bottom:46px;width:100%}.company-wrapper footer .footer-menu .footer-menu-row1 .footer-menu-row1-column1 p{text-align:center;width:100%}.company-wrapper footer .footer-menu .footer-menu-row1 .footer-menu-row1-column1 .logo-place{margin:0 auto}.company-wrapper footer .footer-menu .footer-menu-row1 .footer-menu-row1-column4{width:31%}.company-wrapper footer .footer-bottom-block .footer-bottom-block-column-2{text-align:center}.company-wrapper footer .footer-bottom-block .footer-bottom-block-column-2 p{width:139px}}@media (max-width:540px){.company-wrapper footer .tell-us-about-project{padding:50px 12px 34px}.company-wrapper footer .tell-us-about-project .tell-us-about-project-text-block{margin:0 0 22px}.company-wrapper footer .tell-us-about-project .tell-us-about-project-text-block h2{font-size:24px!important}.company-wrapper footer .tell-us-about-project .tell-us-about-project-text-block h2 img{width:4px;height:4px}.company-wrapper footer .tell-us-about-project .tell-us-about-project-text-block h2.got-a-project img.ques-sign{display:none}.company-wrapper footer .tell-us-about-project .tell-us-about-project-text-block h2.looking-to-build .ques-sign{width:22px;height:26px}.company-wrapper footer .tell-us-about-project .tell-us-about-project-text-block h5{font-size:14px}.company-wrapper footer .tell-us-about-project form .tell-us-about-project-forms-block-row-1{width:100%}.company-wrapper footer .tell-us-about-project form .tell-us-about-project-forms-block-row-1 .tell-us-about-project-forms-blockrow-1-column-2 .checkbox-text{-ms-flex-direction:column;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;-ms-flex-pack:normal;-webkit-box-pack:normal;justify-content:normal}.company-wrapper footer .tell-us-about-project form .tell-us-about-project-forms-block-row-1 .tell-us-about-project-forms-blockrow-1-column-2 .checkbox-text p:first-child{margin-bottom:18px}.company-wrapper footer .tell-us-about-project form .tell-us-about-project-forms-block-row-2 .tell-us-about-project-checkbox-wrapper p{width:100%}.company-wrapper footer .tell-us-about-project form .tell-us-about-project-forms-block-row-2 .tell-us-about-project-checkbox-wrapper label{font-size:12px}.company-wrapper footer .tell-us-about-project form .tell-us-about-project-forms-block-row-2 .tell-us-about-project-checkbox-wrapper button{width:100%}.company-wrapper footer .footer-menu .footer-menu-row1 .footer-menu-row1-column1{display:-ms-flexbox;display:-webkit-box;display:flex;-ms-flex-direction:column;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column}.company-wrapper footer .footer-menu .footer-menu-row1 .footer-menu-row1-column1 .logo-place{margin:10px 0 0;text-align:left}.company-wrapper footer .footer-menu .footer-menu-row1 .footer-menu-row1-column1 p{margin:10px 0 0;text-align:left;width:84.4%}.company-wrapper footer .footer-menu .footer-menu-row1 .footer-menu-row1-column3,.company-wrapper footer .footer-menu .footer-menu-row1 .footer-menu-row1-column4,.company-wrapper footer .footer-menu .footer-menu-row1 hr{display:none}.company-wrapper footer .footer-bottom-block{margin:25px 3.1% 41px;-ms-flex-direction:column;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;-ms-flex-align:start;-webkit-box-align:start;align-items:flex-start}.company-wrapper footer .footer-bottom-block p{font-size:14px!important}.company-wrapper footer .footer-bottom-block .footer-bottom-block-column-1{width:100%}.company-wrapper footer .footer-bottom-block .footer-bottom-block-column-1 p{display:-ms-flexbox;display:-webkit-box;display:flex;-ms-flex-direction:column;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;margin-bottom:24px;line-height:50px}.company-wrapper footer .footer-bottom-block .footer-bottom-block-column-1 p img{display:none}.company-wrapper footer .footer-bottom-block .footer-bottom-block-column-1 p a:first-child{margin-bottom:16px}.company-wrapper footer .footer-bottom-block .footer-bottom-block-column-2{width:100%;margin:24px 0;-ms-flex-order:1;-webkit-box-ordinal-group:2;order:1;text-align:left;-ms-flex-pack:start;-webkit-box-pack:start;justify-content:flex-start}.company-wrapper footer .footer-bottom-block .footer-bottom-block-column-2 p{width:auto;font-size:12px!important}.company-wrapper footer .footer-bottom-block .footer-bottom-block-column-3{width:auto}}.company-wrapper p{font-family:MulishRegular;font-size:14px;line-height:1.29;letter-spacing:.4px;color:#5e6063}h4.active a img{-webkit-transform:rotate(45deg);transform:rotate(45deg)}h4 a img,h4.active a img{-webkit-transition:-webkit-transform .4s;transition:-webkit-transform .4s;transition:transform .4s;transition:transform .4s,-webkit-transform .4s}.wp-block-lazyblock-company-top-info-and-reviews .solute-wrapper .solute-text-block{margin-left:11.4%}@media (max-width:1024px){.wp-block-lazyblock-company-top-info-and-reviews .solute-wrapper .solute-text-block{margin-left:4%}}@media (max-width:700px){.wp-block-lazyblock-company-top-info-and-reviews .solute-wrapper .solute-text-block{margin-left:12px;margin-right:38px}}@media (max-width:768px){.wp-block-lazyblock-company-top-info-and-reviews .solute-wrapper .solute-text-block{margin-left:3.1%}}.the-essence-of-integra-wrapper .the-essence-of-integra-plate-wrapper .the-essence-of-integra-plate-row h4{margin-bottom:0;margin-top:0;position:relative}.the-essence-of-integra-wrapper .the-essence-of-integra-plate-wrapper .the-essence-of-integra-plate-row p{margin-top:10px;font-family:MulishRegular;font-size:14px;letter-spacing:.4px;line-height:1.29;color:#5e6063}.the-essence-of-integra-wrapper .the-essence-of-integra-plate-wrapper .the-essence-of-integra-plate-row h4 img.gradient-img{width:4px;height:4px;margin-left:2px;bottom:5px;position:absolute}@media (max-width:700px){.the-essence-of-integra-wrapper .the-essence-of-integra-plate-wrapper .the-essence-of-integra-plate-row h4 img.gradient-img{display:none}}@media (max-width:700px){.the-essence-of-integra-wrapper .the-essence-of-integra-plate-wrapper .the-essence-of-integra-plate-row h4{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:row;-webkit-box-orient:horizontal;-webkit-box-direction:normal;flex-direction:row;-ms-flex-align:center;-webkit-box-align:center;align-items:center;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:justify;-webkit-box-pack:justify;justify-content:space-between;font-size:14px!important}}@media (max-width:700px){.the-essence-of-integra-wrapper .the-essence-of-integra-plate-wrapper .the-essence-of-integra-plate-row p{display:none}}.the-essence-of-integra-wrapper .the-essence-of-integra-plate-wrapper .the-essence-of-integra-plate-row span{display:none}.why-choose-us .why-choose-us-text-block .top-desc{font-size:20px;font-weight:400;font-stretch:normal;font-style:normal;line-height:1.4;letter-spacing:.5px;width:72%}@media (max-width:1024px){.why-choose-us .why-choose-us-text-block .top-desc{width:82.5%}}@media (max-width:768px){.why-choose-us .why-choose-us-text-block .top-desc{width:91.34%;font-size:16px;line-height:1.5}}@media (max-width:320px){.why-choose-us .why-choose-us-text-block .top-desc{width:100%;color:#081120}}.be-among-the-first-wrapper span{font-family:Mulish;color:#fff;font-size:24px;font-stretch:normal;font-style:normal;line-height:1.25;letter-spacing:.3px}@media (max-width:768px){.be-among-the-first-wrapper span{font-size:20px;font-stretch:normal;font-style:normal;line-height:normal;letter-spacing:.25px}}@media (max-width:450px){.be-among-the-first-wrapper span{font-stretch:normal;font-style:normal;line-height:1.2;letter-spacing:.63px}}.be-among-the-first-wrapper p{color:#fff;font-size:14px!important;font-stretch:normal;font-style:normal;line-height:1.43;letter-spacing:.44px;font-family:MulishRegular}@media (max-width:450px){.iot_services_block h2.iot-title-1{font-size:24px!important;font-weight:400;font-stretch:normal;font-style:normal;line-height:normal;letter-spacing:.3px}}@media (min-width:450px){.iot_page-wrapper .swiper-pagination{display:none}}.iot_page-wrapper h5{color:#5e6063}.iot_page-wrapper p.small-gray{font-family:MulishRegular;font-size:14px;line-height:1.43;letter-spacing:.4px;color:rgba(94,96,99,.8)}.iot_page-wrapper p.small-dark-blue-gray{font-family:MulishRegular;font-size:14px;line-height:1.29;letter-spacing:.4px;color:#081120}.iot_page-wrapper a{text-decoration:none}.app_block{max-width:100%;position:relative}.app_block .app_block_text{-webkit-box-sizing:content-box;box-sizing:content-box;display:-ms-flexbox;display:-webkit-box;display:flex;-ms-flex-direction:column;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;-ms-flex-pack:justify;-webkit-box-pack:justify;justify-content:space-between;height:393px;margin:36px 0 0;padding:82px 0 51px 11.5%;background-color:#081120}@media (max-width:1258px){.app_block .app_block_text{padding:77px 0 51px 42px}.app_block .app_block_text *{max-width:859px}}@media (max-width:1258px) and (max-width:768px){.app_block .app_block_text{padding:77px 0 51px 27px}}.app_block .app_block_text h2{width:49.45%;-ms-flex-align:end;-webkit-box-align:end;align-items:flex-end;margin:0 0 20px;font-stretch:normal;font-style:normal;line-height:1.11;letter-spacing:.48px}@media (max-width:1258px){.app_block .app_block_text h2{width:100%;max-width:859px}}@media (max-width:450px){.app_block .app_block_text h2.iot-title-1{font-size:24px!important;font-weight:400;font-stretch:normal;font-style:normal;line-height:normal;letter-spacing:.3px}}.app_block .app_block_text h2 img{margin-left:6px}.app_block .app_block_text h5{width:42%;margin:0 0 14px}.app_block .app_block_text ul{list-style-type:disc;margin:0 0 0 2%}.app_block .app_block_text ul li{margin:0 0 14px}.app_block .app_block_image768{display:none}.app_block .app_block_image{position:absolute;top:0;right:33px;width:598px;height:598px;background-size:cover}body.iot_page-wrapper footer.footer-light-wrapper .tell-us-about-project form .tell-us-about-project-forms-block-row-2 .tell-us-about-project-checkbox-wrapper label span{color:#081120}@media (max-width:768px){.iot_page-wrapper h2{font-size:36px}}@media (max-width:450px){.iot_page-wrapper h1{font-family:Mulish;font-size:28px!important;font-stretch:normal;font-style:normal;line-height:normal;letter-spacing:.35px;text-align:center}.iot_page-wrapper h5,.iot_page-wrapper p{font-family:MulishRegular;font-size:16px!important;line-height:1.5;letter-spacing:.5px}.iot_page-wrapper h2{font-family:Mulish;font-size:28px!important;letter-spacing:.3px}.iot_page-wrapper h3{font-size:20px!important}}.description{font-family:MulishRegular;font-size:20px;font-weight:400;font-stretch:normal;font-style:normal;line-height:1.4;letter-spacing:.5px}.flex_box{-ms-flex-direction:column;-webkit-box-orient:vertical;flex-direction:column}.flex-row,.flex_box{display:-ms-flexbox;display:-webkit-box;display:flex;-webkit-box-direction:normal}.flex-row{-ms-flex-direction:row;-webkit-box-orient:horizontal;flex-direction:row}.white_color,div h2.white_color,div li.white_color{color:#fff}.grey_color{color:#5e6063}.black_color{color:#081120}.nowrap{white-space:nowrap}.wp-block-lazyblock-iot-top-block .solute_text_block_img{background-position:50%;background-size:contain;background-repeat:no-repeat;width:63.5%;height:512px;margin:70px 0 100px}.swiper-slide__inside-block{display:-ms-flexbox;display:-webkit-box;display:flex;-ms-flex-direction:column;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;height:100%}.swiper-slide__inside-block .learn{margin-bottom:0;display:-ms-flexbox;display:-webkit-box;display:flex;-ms-flex-align:center;-webkit-box-align:center;align-items:center;cursor:pointer}.swiper-slide__inside-block .learn:active img,.swiper-slide__inside-block .learn:hover img{margin-left:8px}.wp-block-lazyblock-iot-top-block .solute_block{margin-top:150px;margin-bottom:80px}.wp-block-lazyblock-iot-top-block .solute_block .solute_text_block{-ms-flex-align:center;-webkit-box-align:center;align-items:center}.wp-block-lazyblock-iot-top-block .solute_block .solute_text_block>img{width:63.5%;margin:92px 0 100px;-o-object-fit:contain;object-fit:contain;max-width:100%}.wp-block-lazyblock-iot-top-block .solute_block .solute_text_block h2{margin-right:23.8%;margin-left:23.5%;margin-bottom:26px;width:47.7%;font-family:Mulish;text-align:center}.wp-block-lazyblock-iot-top-block .solute_block .solute_text_block h2 img{margin-left:4px}@media (max-width:450px){.wp-block-lazyblock-iot-top-block .solute_block .solute_text_block h2{font-size:24px!important;font-stretch:normal;font-style:normal;line-height:normal;letter-spacing:.3px}}.wp-block-lazyblock-iot-top-block .solute_block .solute_text_block h5{margin:0 20.7% 40px;text-align:center}.wp-block-lazyblock-iot-top-block .solute_block .solute_text_block h5 span{font-family:Mulish;font-size:24px;color:rgba(0,83,206,.9)}.wp-block-lazyblock-iot-top-block .solute_block .solute_text_block p{font-family:MulishRegular;font-size:14px;line-height:1.29;letter-spacing:.4px;color:rgba(0,83,206,.9)}@media (max-width:850px){.wp-block-lazyblock-iot-top-block .solute_block .solute_text_block p.scroll{margin-top:40px}}.wp-block-lazyblock-iot-top-block .solute_block .solute_text_block p img{width:13px;height:9px;margin-right:10px;-o-object-fit:contain;object-fit:contain}.wp-block-lazyblock-iot-top-block .solute_block .solute_text_block .divider{margin:0;width:76%;border:none;height:2px;background-color:rgba(0,83,206,.9);color:rgba(0,83,206,.9)}.wp-block-lazyblock-iot-top-block .scroll{cursor:pointer}.iot_services_block{margin-left:11.5%;margin-right:11.5%;-ms-flex-align:left;-webkit-box-align:left;align-items:left;max-width:100%}.iot_services_block .description{text-align:left;max-width:880px}@media (max-width:780px){.iot_services_block .description{max-width:658px;width:auto!important}}.iot_services_block h2{margin-right:30.76%;margin-bottom:12px}.iot_services_block h2 img{margin-left:4px}@media (max-width:1300px){.iot_page-wrapper footer.footer-light-wrapper .tell-us-about-project .tell-us-about-project-text-block{margin-left:4.1%}.iot_page-wrapper footer.footer-light-wrapper .tell-us-about-project form{margin:0 42px}.iot_page-wrapper footer.footer-light-wrapper .footer-menu{margin:0 4.1%}.iot_page-wrapper footer.footer-light-wrapper .footer-bottom-block{margin:30px 4.1% 22px}}@media (max-width:850px){.iot_page-wrapper footer.footer-light-wrapper{width:100%}.iot_page-wrapper footer.footer-light-wrapper .tell-us-about-project .tell-us-about-project-text-block{margin:0 4.1% 60px}.iot_page-wrapper footer.footer-light-wrapper .tell-us-about-project .tell-us-about-project-text-block h2{font-size:32px}.iot_page-wrapper footer.footer-light-wrapper .tell-us-about-project .tell-us-about-project-text-block h5{font-size:16px}.iot_page-wrapper footer.footer-light-wrapper .tell-us-about-project form{margin:0 auto}.iot_page-wrapper footer.footer-light-wrapper .tell-us-about-project form .tell-us-about-project-forms-block-row-1{width:77.6%;margin:0 auto;-ms-flex-direction:column;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column}.iot_page-wrapper footer.footer-light-wrapper .tell-us-about-project form .tell-us-about-project-forms-block-row-1 .tell-us-about-project-forms-blockrow-1-column-1{width:100%;margin:0 auto}.iot_page-wrapper footer.footer-light-wrapper .tell-us-about-project form .tell-us-about-project-forms-block-row-1 .tell-us-about-project-forms-blockrow-1-column-1 .tell-us-about-project-forms-block-wrapper p{max-width:100%;width:auto}.iot_page-wrapper footer.footer-light-wrapper .tell-us-about-project form .tell-us-about-project-forms-block-row-1 .tell-us-about-project-forms-blockrow-1-column-1 .tell-us-about-project-forms-block-wrapper input{padding:0 0 0 24px;-webkit-box-sizing:border-box;box-sizing:border-box;width:100%;margin:0 0 15px}.iot_page-wrapper footer.footer-light-wrapper .tell-us-about-project form .tell-us-about-project-forms-block-row-1 .tell-us-about-project-forms-blockrow-1-column-2{width:100%}.iot_page-wrapper footer.footer-light-wrapper .tell-us-about-project form .tell-us-about-project-forms-block-row-1 .tell-us-about-project-forms-blockrow-1-column-2 p{margin-top:16px}.iot_page-wrapper footer.footer-light-wrapper .tell-us-about-project form .tell-us-about-project-forms-block-row-1 .tell-us-about-project-forms-blockrow-1-column-2 textarea{width:100%;padding:18px 0 0 24px;-webkit-box-sizing:border-box;box-sizing:border-box}.iot_page-wrapper footer.footer-light-wrapper .tell-us-about-project form .tell-us-about-project-forms-block-row-1 .tell-us-about-project-forms-blockrow-1-column-2 .checkbox-text{display:-ms-flexbox;display:-webkit-box;display:flex;-ms-flex-direction:row;-webkit-box-orient:horizontal;-webkit-box-direction:normal;flex-direction:row;-ms-flex-pack:center;-webkit-box-pack:center;justify-content:center}.iot_page-wrapper footer.footer-light-wrapper .tell-us-about-project form .tell-us-about-project-forms-block-row-1 .tell-us-about-project-forms-blockrow-1-column-2 .checkbox-text p{margin:0}.iot_page-wrapper footer.footer-light-wrapper .tell-us-about-project form .tell-us-about-project-forms-block-row-1 .tell-us-about-project-forms-blockrow-1-column-2 .checkbox-text p:first-child{margin-right:34px}.iot_page-wrapper footer.footer-light-wrapper .tell-us-about-project form .tell-us-about-project-forms-block-row-2{margin-top:38px}.iot_page-wrapper footer.footer-light-wrapper .tell-us-about-project form .tell-us-about-project-forms-block-row-2 .tell-us-about-project-checkbox-wrapper{-ms-flex-direction:column;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;-ms-flex-align:center;-webkit-box-align:center;align-items:center}.iot_page-wrapper footer.footer-light-wrapper .tell-us-about-project form .tell-us-about-project-forms-block-row-2 .tell-us-about-project-checkbox-wrapper p{width:77.6%;-ms-flex-order:1;-webkit-box-ordinal-group:2;order:1;margin-top:30px}.iot_page-wrapper footer.footer-light-wrapper .tell-us-about-project form .tell-us-about-project-forms-block-row-2 .tell-us-about-project-checkbox-wrapper button{width:77.6%;margin:0 auto}.iot_page-wrapper footer.footer-light-wrapper .footer-menu{margin:0 3.1%}.iot_page-wrapper footer.footer-light-wrapper .footer-menu .footer-menu-row1{-ms-flex-wrap:wrap;flex-wrap:wrap}.iot_page-wrapper footer.footer-light-wrapper .footer-menu .footer-menu-row1 .footer-menu-row1-column1{display:-ms-flexbox;display:-webkit-box;display:flex;-ms-flex-direction:column;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;-ms-flex-pack:center;-webkit-box-pack:center;justify-content:center;margin-bottom:46px;width:100%}.iot_page-wrapper footer.footer-light-wrapper .footer-menu .footer-menu-row1 .footer-menu-row1-column1 p{text-align:center;width:100%}.iot_page-wrapper footer.footer-light-wrapper .footer-menu .footer-menu-row1 .footer-menu-row1-column1 .logo-place{margin:0 auto}.iot_page-wrapper footer.footer-light-wrapper .footer-menu .footer-menu-row1 .footer-menu-row1-column4{width:31%}.iot_page-wrapper footer.footer-light-wrapper .footer-bottom-block .footer-bottom-block-column-2{text-align:center}.iot_page-wrapper footer.footer-light-wrapper .footer-bottom-block .footer-bottom-block-column-2 p{width:139px;font-size:12px}}@media (max-width:540px){.iot_page-wrapper footer.footer-light-wrapper .tell-us-about-project{padding:50px 12px 34px}.iot_page-wrapper footer.footer-light-wrapper .tell-us-about-project .tell-us-about-project-text-block{margin:0 0 22px}.iot_page-wrapper footer.footer-light-wrapper .tell-us-about-project .tell-us-about-project-text-block h2{font-size:24px!important;font-stretch:normal;font-style:normal;line-height:normal;letter-spacing:.3px}.iot_page-wrapper footer.footer-light-wrapper .tell-us-about-project .tell-us-about-project-text-block h2 img{width:4px;height:4px}.iot_page-wrapper footer.footer-light-wrapper .tell-us-about-project .tell-us-about-project-text-block h2.got-a-project img.ques-sign,.iot_page-wrapper footer.footer-light-wrapper .tell-us-about-project .tell-us-about-project-text-block h2.looking-to-build img.ques-sign{width:15px!important;height:20px!important}.iot_page-wrapper footer.footer-light-wrapper .tell-us-about-project .tell-us-about-project-text-block h5{font-size:14px}.iot_page-wrapper footer.footer-light-wrapper .tell-us-about-project form,.iot_page-wrapper footer.footer-light-wrapper .tell-us-about-project form .tell-us-about-project-forms-block-row-1{width:100%}.iot_page-wrapper footer.footer-light-wrapper .tell-us-about-project form .tell-us-about-project-forms-block-row-1 .tell-us-about-project-forms-blockrow-1-column-2 .checkbox-text{-ms-flex-direction:column;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;-ms-flex-pack:normal;-webkit-box-pack:normal;justify-content:normal}.iot_page-wrapper footer.footer-light-wrapper .tell-us-about-project form .tell-us-about-project-forms-block-row-1 .tell-us-about-project-forms-blockrow-1-column-2 .checkbox-text p:first-child{margin-bottom:18px}.iot_page-wrapper footer.footer-light-wrapper .tell-us-about-project form .tell-us-about-project-forms-block-row-2 .tell-us-about-project-checkbox-wrapper p{width:100%}.iot_page-wrapper footer.footer-light-wrapper .tell-us-about-project form .tell-us-about-project-forms-block-row-2 .tell-us-about-project-checkbox-wrapper label{font-size:12px}.iot_page-wrapper footer.footer-light-wrapper .tell-us-about-project form .tell-us-about-project-forms-block-row-2 .tell-us-about-project-checkbox-wrapper button{width:100%}.iot_page-wrapper footer.footer-light-wrapper .footer-menu{padding-top:27px}.iot_page-wrapper footer.footer-light-wrapper .footer-menu .footer-menu-row1 ul a{color:#5e6063}.iot_page-wrapper footer.footer-light-wrapper .footer-menu .footer-menu-row1 .footer-menu-row1-column1{display:-ms-flexbox;display:-webkit-box;display:flex;-ms-flex-direction:column;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column}.iot_page-wrapper footer.footer-light-wrapper .footer-menu .footer-menu-row1 .footer-menu-row1-column1 .logo-place{margin:10px 0 0;text-align:left}.iot_page-wrapper footer.footer-light-wrapper .footer-menu .footer-menu-row1 .footer-menu-row1-column1 p{margin:10px 0 0;text-align:left;width:84.4%}.iot_page-wrapper footer.footer-light-wrapper .footer-menu .footer-menu-row1 .footer-menu-row1-column3,.iot_page-wrapper footer.footer-light-wrapper .footer-menu .footer-menu-row1 .footer-menu-row1-column4,.iot_page-wrapper footer.footer-light-wrapper .footer-menu .footer-menu-row1 hr{display:none}.iot_page-wrapper footer.footer-light-wrapper .footer-bottom-block{-ms-flex-direction:column;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;-ms-flex-align:start;-webkit-box-align:start;align-items:flex-start;margin:25px 3.1% 41px}.iot_page-wrapper footer.footer-light-wrapper .footer-bottom-block p{font-size:14px!important}.iot_page-wrapper footer.footer-light-wrapper .footer-bottom-block .footer-bottom-block-column-1{width:100%}.iot_page-wrapper footer.footer-light-wrapper .footer-bottom-block .footer-bottom-block-column-1 p,.iot_page-wrapper footer.footer-light-wrapper .footer-bottom-block .footer-bottom-block-column-1 p img{display:none}.iot_page-wrapper footer.footer-light-wrapper .footer-bottom-block .footer-bottom-block-column-1 p.hide-p{display:block}.iot_page-wrapper footer.footer-light-wrapper .footer-bottom-block .footer-bottom-block-column-1 p:last-child{display:-ms-flexbox;display:-webkit-box;display:flex;-ms-flex-direction:column;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;margin-top:14px;margin-bottom:24px}.iot_page-wrapper footer.footer-light-wrapper .footer-bottom-block .footer-bottom-block-column-1 p:last-child a:first-child{margin-bottom:16px}.iot_page-wrapper footer.footer-light-wrapper .footer-bottom-block .footer-bottom-block-column-2{width:100%;margin:24px 0;-ms-flex-order:1;-webkit-box-ordinal-group:2;order:1;text-align:left;-ms-flex-pack:start;-webkit-box-pack:start;justify-content:flex-start}.iot_page-wrapper footer.footer-light-wrapper .footer-bottom-block .footer-bottom-block-column-2 p{width:auto;font-size:12px!important}.iot_page-wrapper footer.footer-light-wrapper .footer-bottom-block .footer-bottom-block-column-3{width:auto}}.cloud_platforms{width:100%;margin-top:164px;-ms-flex-align:left;-webkit-box-align:left;align-items:left}.cloud_platforms h2{margin-left:11.5%;width:48%}.cloud_platforms h2 img{margin-left:5px}@media (max-width:450px){.cloud_platforms h2.iot-title-1{font-size:24px!important;font-stretch:normal;font-style:normal;line-height:normal;letter-spacing:.3px;max-width:275px}}.cloud_platforms div.description{margin-left:11%;margin-top:12px;width:940px}@media (max-width:450px){.cloud_platforms div.description{line-height:1.5;letter-spacing:.5px}}.cloud_platforms .cloud_platforms_block{margin:49px 15.6% 0;border-radius:2px;-webkit-box-shadow:0 4px 13px 0 rgba(0,83,206,.1);box-shadow:0 4px 13px 0 rgba(0,83,206,.1)}.cloud_platforms .cloud_platforms_block .cloud_platforms_block_content{-ms-flex-align:center;-webkit-box-align:center;align-items:center;width:50%;background-color:#fff;cursor:pointer;text-decoration:none}.cloud_platforms .cloud_platforms_block .cloud_platforms_block_content img{margin-top:53px}.cloud_platforms .cloud_platforms_block .cloud_platforms_block_content h4{padding:14px 0 9px;font-family:Mulish;font-size:20px;letter-spacing:.3px;text-align:center}@media (max-width:768px){.cloud_platforms .cloud_platforms_block .cloud_platforms_block_content h3{font-size:20px;font-stretch:normal;font-style:normal;line-height:normal;letter-spacing:.25px;text-align:center}}.cloud_platforms .cloud_platforms_block .cloud_platforms_block_content p{margin:9px 20% 0;font-family:MulishRegular;font-size:16px;line-height:1.5;height:100%;letter-spacing:.5px;text-align:center}.cloud_platforms .cloud_platforms_block .cloud_platforms_block_content .divider{-ms-flex-negative:0;flex-shrink:0;width:24px;height:4px;-o-object-fit:contain;object-fit:contain;background-image:linear-gradient(85deg,rgba(0,83,206,.9),rgba(0,158,253,.89))}.cloud_platforms .cloud_platforms_block .cloud_platforms_block_content:first-child{border-right:1px solid #dbdfe5;position:relative}.cloud_platforms .cloud_platforms_block .cloud_platforms_block_content:first-child .circle_base{display:-ms-flexbox;display:-webkit-box;display:flex;-ms-flex-align:center;-webkit-box-align:center;align-items:center;-ms-flex-pack:center;-webkit-box-pack:center;justify-content:center;position:absolute;right:-30px;top:43%;width:59px;height:59px;border-radius:50%;background-color:#fff;-webkit-box-shadow:0 4px 13px 0 rgba(0,83,206,.1);box-shadow:0 4px 13px 0 rgba(0,83,206,.1)}.cloud_platforms .cloud_platforms_block .cloud_platforms_block_content:first-child .circle_base p{font-size:30px;font-weight:100;color:rgba(0,83,206,.9);margin:0;line-height:2.1}.cloud_platforms .cloud_platforms_block .cloud_platforms_block_content:last-child{border-left:1px solid #dbdfe5}.cloud_platforms .cloud_platforms_block .cloud_platforms_block_content:hover{background-color:rgba(0,83,206,.05)}.cloud_platforms .cloud_platforms_block .cloud_platforms_block_content:hover .learn img{margin-left:8px}.capabilities_block{max-width:100%;-ms-flex-align:center;-webkit-box-align:center;align-items:center;margin:100px 0 0;background-color:#081120;padding:65px 0 0}@media (max-width:450px){.capabilities_block.flex_box{padding:0}}.capabilities_block h2{margin:0 0 12px}.capabilities_block h2 img{margin-left:5px}@media (max-width:450px){.capabilities_block h2.iot-title-1{font-size:24px!important;font-stretch:normal;font-style:normal;line-height:normal;letter-spacing:.3px;margin:30px 43px 12px 18px;padding-right:20px}}.capabilities_block div.description{width:50%;text-align:center;margin:0 0 35px;font-size:20px;font-weight:400;font-stretch:normal;font-style:normal;line-height:1.2;letter-spacing:.63px}.capabilities_block .capabilities_block_list{max-width:1024px;width:100%}.capabilities_block .capabilities_block_list ul{width:85%;-ms-flex-wrap:wrap;flex-wrap:wrap;margin:20px 0 50px 15%;list-style-type:none}.capabilities_block .capabilities_block_list li{-ms-flex-align:center;-webkit-box-align:center;align-items:center;margin-bottom:10px}.wp-block-lazyblock-iot-capabilities .capabilities_block .capabilities_block_list ul li:before{content:"";display:block;margin-right:14px;width:8px;height:8px;background-image:url(https://www.integrasources.com/media/assets/i/gradient.svg)}.explore_block{max-width:100%;margin:50px 0 0}.explore_block div.description{margin-top:12px;text-align:center}.explore_block h2{text-align:center;color:#081120}.explore_block h2 img{padding-left:4px}.explore_block .explore_block_items{margin:52px 0 35px}.explore_block .explore_block_items .row{display:-ms-flexbox;display:-webkit-box;display:flex;-ms-flex-direction:row;-webkit-box-orient:horizontal;-webkit-box-direction:normal;flex-direction:row;-ms-flex-pack:justify;-webkit-box-pack:justify;justify-content:space-between;margin-bottom:5px}.explore_block .explore_block_items .row>a{width:31.1%}.iot_page-wrapper .explore_block .explore_block_items .row .explore__column-wrapper{width:100%;cursor:pointer;position:relative}.explore_block .explore_block_items .row .column{position:relative;width:100%;height:268px;display:-ms-flexbox;display:-webkit-box;display:flex;-ms-flex-direction:column;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;-ms-flex-pack:justify;-webkit-box-pack:justify;justify-content:space-between;background-repeat:no-repeat;background-size:cover;background-position:50%}@media (max-width:768px){.explore_block .explore_block_items .row .column{height:380px}}@media (max-width:468px){.explore_block .explore_block_items .row .column{height:380px}}.explore_block .explore_block_items .row .inside-block{position:relative;z-index:2;display:-ms-flexbox;display:-webkit-box;display:flex;-ms-flex-direction:column;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;max-width:100%;min-height:290px;margin-left:-1px;margin-right:14px;margin-top:-80px;padding:20px 20px 30px;background-color:#fff}.explore_block .explore_block_items .row .inside-block h4{width:90%;font-family:Mulish;font-size:20px;letter-spacing:.3px;color:#081120;line-height:28px;margin:0 0 14px}.explore_block .explore_block_items .row .inside-block h3{width:90%;color:#081120;margin:0 0 14px}@media (max-width:768px){.explore_block .explore_block_items .row .inside-block h3{font-size:20px;font-stretch:normal;font-style:normal;line-height:1.2;letter-spacing:.25px}}@media (max-width:450px){.explore_block .explore_block_items .row .inside-block h3{font-size:16px!important;font-stretch:normal;font-style:normal;line-height:normal;letter-spacing:.2px}}.explore_block .explore_block_items .row .inside-block p{font-family:MulishRegular;font-size:16px;line-height:1.5;letter-spacing:.5px;color:rgba(94,96,99,.8)}@media (max-width:1024px){.explore_block .explore_block_items .row .inside-block p{font-size:14px}}@media (max-width:768px){.explore_block .explore_block_items .row .inside-block p{font-size:14px;font-weight:400;font-stretch:normal;font-style:normal;line-height:1.43;letter-spacing:.44px}}.explore_block .explore_block_items .row .explore__column-wrapper:hover .hover-block{opacity:.89}@media (max-width:1258px){.wp-block-lazyblock-iot-top-block .solute_block .solute_text_block h2{width:73.5%}}@media (max-width:1258px) and (max-width:320px){.wp-block-lazyblock-iot-top-block .solute_block .solute_text_block h2{width:84.38%}}@media (max-width:1258px){.wp-block-lazyblock-iot-top-block .solute_block .solute_text_block .description{width:75%}.wp-block-lazyblock-iot-top-block .solute_block .solute_text_block .description#second_section{width:82.4%;margin:0 20.7% 70px}.wp-block-lazyblock-iot-top-block .solute_block .solute_text_block .divider{width:90%}.iot_services_block{margin:0 12px 0 3.5%}}@media (max-width:1258px) and (min-width:1440px){.iot_services_block{max-width:1104px}}@media (max-width:1258px){.iot_services_block h2{width:83.7%}.iot_services_block h5{width:93%}.iot_services_block_conteiner{margin:32px 0 0}}@media (max-width:1258px) and (min-width:1024px){.iot_services_block_conteiner{margin:32px auto 0}}@media (max-width:1258px) and (min-width:1440px){.iot_services_block_conteiner{max-width:1104px}}@media (max-width:1258px){.iot_services_block_conteiner .iot_services_block_content{width:30.7%;margin-top:50px}}@media (max-width:1258px) and (max-width:700px){.iot_services_block_conteiner .iot_services_block_content{width:100%}}@media (max-width:1258px){.iot_page-wrapper .iot_services_swiper{margin:32px 3.5% 0}.iot_page-wrapper .swiper-pagination{display:none}.app_block{width:100%}.app_block .app_block_text h5{width:83.8%}.app_block .app_block_image{display:none}.cloud_platforms{margin:87px 0 0}}@media (max-width:1258px) and (min-width:1024px){.cloud_platforms{margin:87px 0 0}}@media (max-width:1258px) and (min-width:1440px){.cloud_platforms{max-width:1104px}}@media (max-width:1258px){.cloud_platforms>div.description{width:89.8%;margin-left:42px}.cloud_platforms h2,.cloud_platforms h5{margin-left:42px}.cloud_platforms .cloud_platforms_block{margin:50px 41px 0}.capabilities_block{margin-top:100px}.capabilities_block div.description{width:75%}.capabilities_block .capabilities_block_list>ul{margin-left:11%}.explore_block{margin:70px 0 0}}@media (max-width:1258px) and (max-width:768px){.explore_block .explore_block_items{margin:50px 0 0}}@media (max-width:1258px){.explore_block .explore_block_items .row .inside-block{padding:20px 18px 30px 20px;height:312px}}.iot_services_swiper{overflow:visible;height:auto;margin:70px 11.5% 20px}.iot_services_swiper .iot_services_block{margin-left:11.5%;margin-right:11.5%;-ms-flex-align:left;-webkit-box-align:left;align-items:left;max-width:100%}.iot_services_swiper .iot_services_block>h5{margin:12px 34.7% 12px 0}.iot_services_swiper .iot_services_block h2{margin-right:30.76%}.iot_services_swiper .iot_services_block h2 span>img{margin-left:4px}.iot_services_block_conteiner{display:-ms-flexbox;display:-webkit-box;display:flex;-ms-flex-pack:justify;-webkit-box-pack:justify;justify-content:space-between;-ms-flex-wrap:wrap;flex-wrap:wrap;margin:0 11.5% 0 0}.iot_services_block_conteiner .iot_services_block_content{position:relative;width:31.21%;margin-bottom:40px;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;height:auto}.iot_services_block_conteiner .iot_services_block_content img.iot-icon{width:40px;height:40px}.iot_services_block_conteiner .iot_services_block_content h4{margin-top:14px;font-family:Mulish;font-size:16px;line-height:1.5;letter-spacing:.5px}.iot_services_block_conteiner .iot_services_block_content h4 span>img{margin-left:2px;width:4px;height:4px;-o-object-fit:contain;object-fit:contain}.iot_services_block_conteiner .iot_services_block_content p{margin-top:12px;font-family:MulishRegular;font-size:16px;line-height:1.63;letter-spacing:.5px}.wp-block-lazyblock-iot-top-block .solute_block .solute_text_block h1{margin-left:23.5%;margin-right:23.8%;margin-bottom:25px;width:100%;text-align:center}@media (max-width:1258px){.wp-block-lazyblock-iot-top-block .solute_block .solute_text_block h1{width:75%}}@media (max-width:1024px){.wp-block-lazyblock-iot-top-block .solute_block .solute_text_block h1{width:100%;font-stretch:normal;font-style:normal;line-height:normal;text-align:center}}@media (max-width:768px){.wp-block-lazyblock-iot-top-block .solute_block .solute_text_block h1{font-size:36px;font-stretch:normal;font-style:normal;line-height:1.11;letter-spacing:.45px;text-align:center;max-width:450px}}@media (max-width:450px){.wp-block-lazyblock-iot-top-block .solute_block .solute_text_block h1{width:auto;font-size:28px;font-stretch:normal;font-style:normal;line-height:normal;letter-spacing:.35px;text-align:center}}.wp-block-lazyblock-iot-top-block .solute_block .solute_text_block .description{margin:0 20.7% 40px;text-align:center;max-width:768px}.wp-block-lazyblock-iot-top-block .solute_block .solute_text_block .description#second_section{font-size:20px;font-weight:400;font-stretch:normal;font-style:normal;line-height:1.8;letter-spacing:.5px;text-align:center;max-width:none}@media (max-width:768px){.wp-block-lazyblock-iot-top-block .solute_block .solute_text_block .description#second_section{font-size:16px;font-weight:400;font-stretch:normal;font-style:normal;line-height:1.5;letter-spacing:.5px;text-align:center}}@media (max-width:450px){.wp-block-lazyblock-iot-top-block .solute_block .solute_text_block .description#second_section{margin:0 55px 30px}}@media (max-width:768px){.wp-block-lazyblock-iot-top-block .solute_block .solute_text_block .description{width:85.7%;margin:16px 55px 0;font-size:16px;line-height:1.5}}.wp-block-lazyblock-iot-top-block .solute_block .solute_text_block .description span{font-family:Mulish;font-size:24px;color:rgba(0,83,206,.9)}@media (max-width:450px){.wp-block-lazyblock-iot-top-block .solute_block .solute_text_block .description span{font-size:20px}}@media (max-width:850px){.wp-block-lazyblock-iot-top-block .solute_block .solute_text_block .description span.year{font-family:MulishRegular;color:#5e6063;font-size:inherit;font-weight:inherit}}.app_block .app_block_text .description{width:42%;margin:0 0 14px}@media (max-width:450px) and (max-width:850px){.app_block .app_block_text .description{margin:12px 13px 0 12px;font-size:14px}}@media (max-width:450px){.app_block .app_block_text .description{font-size:14px!important}}@media (max-width:1258px){.app_block .app_block_text .description{width:90%}}@media (max-width:850px){.app_block .app_block_text .description{font-size:16px;width:83.2%}}@media (max-width:668px){.app_block .app_block_text .description{width:88.8%}}@media (max-width:850px){.iot_page-wrapper .swiper-wrapper{margin:0}.swiper-slide__inside-block{min-height:160px}}@media (max-width:850px) and (max-width:700px){.swiper-slide__inside-block{min-height:auto}}@media (max-width:700px){.swiper-slide__inside-block .learn{margin-top:20px}}@media (max-width:850px){.swiper-slide__inside-block h4{margin-right:24px}.swiper-slide__inside-block h3{font-size:20px;font-stretch:normal;font-style:normal;line-height:1.2;letter-spacing:.63px}.wp-block-lazyblock-iot-top-block .solute_text_block_img{margin:70px 0 154px}.wp-block-lazyblock-iot-top-block .solute_block{margin-bottom:50px}.wp-block-lazyblock-iot-top-block .solute_block .solute_text_block h2{font-size:32px}.wp-block-lazyblock-iot-top-block .solute_block .solute_text_block .description{font-size:16px;width:85%;line-height:1.5}.wp-block-lazyblock-iot-top-block .solute_block .solute_text_block .description#second_section{margin:0 55px 50px}.wp-block-lazyblock-iot-top-block .solute_block .solute_text_block>img{margin:70px 0 90px}.iot_services_block{margin-left:24px}.iot_services_block h2{font-size:32px;margin-bottom:12px}.iot_services_block .description{font-size:16px;width:85%}.iot_services_block_conteiner{margin:10px 85px 0 0}.iot_services_block_conteiner .iot_services_block_content{margin-top:0}.iot_services_block_conteiner .iot_services_block_content p{display:none}.app_block{margin-top:216px;position:relative}.app_block .app_block_text h2{margin-top:30px;width:100%;max-width:719px;font-size:32px}.app_block .app_block_text h5{font-size:16px}.app_block .app_block_text ul>li{font-size:16px;margin-bottom:14px}.app_block .app_block_image768{position:absolute;top:-216px;display:block;width:94.3%;margin:0 2.9%;height:320px;background-size:cover;background-repeat:no-repeat}.cloud_platforms h2{font-size:32px}.cloud_platforms div.description{font-size:16px}.cloud_platforms .cloud_platforms_block p{margin:9px 9% 0}.cloud_platforms .cloud_platforms_block .learn{margin-bottom:42px}.capabilities_block h2{font-size:32px}.capabilities_block div.description{margin:12px 11% 35px;font-size:16px}.capabilities_block .capabilities_block_list ul>li{font-size:16px}.explore_block{margin:50px 23px 0}.explore_block h2{text-align:left;font-size:32px}.explore_block div.description{text-align:left;font-size:16px}.explore_block .explore_block_items .row{margin-bottom:30px;-ms-flex-direction:column;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column}.explore_block .explore_block_items .row>a{width:100%;margin-bottom:10px}.explore_block .explore_block_items .row>a:last-child{margin-bottom:0}.explore_block .explore_block_items .row .explore__column-wrapper{width:100%}.explore_block .explore_block_items .row .explore__column-wrapper .inside-block{margin:-80px 7px 0;min-height:200px;height:auto}}@media (max-width:850px) and (min-width:560px){.explore_block .explore_block_items .row .explore__column-wrapper .inside-block{min-height:100px;height:150px}}@media (max-width:850px) and (max-width:668px){.iot_services_swiper{margin:40px 16px 0 12px;overflow:hidden;height:auto}.iot_services_swiper .swiper-pagination{text-align:right;display:block}}@media (max-width:450px){.wp-block-lazyblock-iot-service-blocks .iot_services_swiper .swiper-pagination{display:block;top:auto}}@media (max-width:850px) and (max-width:668px) and (min-width:450px){.iot_services_swiper .swiper-pagination{display:none}}@media (max-width:850px) and (max-width:668px){.iot_services_swiper .swiper-pagination .swiper-pagination-bullet-active{background-image:linear-gradient(85deg,rgba(0,83,206,.9),rgba(0,158,253,.89))}.iot_services_swiper .swiper-pagination .swiper-pagination-bullet{border-radius:0;width:10px;height:10px}.app_block .app_block_text h5{width:88.8%}.app_block .app_block_text h2{width:95%}.capabilities_block_list>ul{margin:20px 0 0 20px;max-height:250px;-ms-flex-wrap:nowrap;flex-wrap:nowrap}.capabilities_block_list>ul li{font-size:14px}.capabilities_block_list>ul li:before{content:"";width:4px;height:4px}}@media (max-width:850px) and (max-width:450px){.iot_services_block_conteiner .iot_services_block_content{margin-top:0}.wp-block-lazyblock-iot-top-block .solute_text_block_img{margin:50px 0 70px}.wp-block-lazyblock-iot-top-block .solute_block{margin:60px 0 12px}.wp-block-lazyblock-iot-top-block .solute_block .solute_text_block>img{width:100%;margin:0 12px 70px}.wp-block-lazyblock-iot-top-block .solute_block .solute_text_block h2 img{display:none}.wp-block-lazyblock-iot-top-block .solute_block .solute_text_block h5{margin-bottom:30px}.wp-block-lazyblock-iot-top-block .solute_block .solute_text_block h5 span.second{font-family:MulishRegular;font-size:16px;font-weight:400;font-style:normal;font-stretch:normal;color:#5e6063}.wp-block-lazyblock-iot-top-block .solute_block .solute_text_block p{display:none}.wp-block-lazyblock-iot-top-block .solute_block .solute_text_block .divider{margin:0 auto}.iot_services_block_conteiner{margin:0 auto;display:-ms-flexbox;display:-webkit-box;display:flex;-ms-flex-pack:justify;-webkit-box-pack:justify;justify-content:space-between;-ms-flex-wrap:nowrap;flex-wrap:nowrap}.iot_services_block_conteiner .iot_services_block_content p{display:block}.iot_services_block{margin:47px 13px 0 12px}.iot_services_block h2{width:100%;margin:0 auto 16px;font-size:20px!important}.iot_services_block h2 img{width:4px;height:4px;margin-left:4px}.iot_services_block h5{width:99%}.app_block{margin:343px 0 0;max-width:100%}.app_block .app_block_text{padding:0;height:auto}.app_block .app_block_text h2{margin:40px 18px 0 12px;font-size:20px!important;line-height:26px}.app_block .app_block_text h2 img{width:4px;height:4px;margin-left:4px}.app_block .app_block_text h5{margin:12px 13px 0 12px;font-size:14px}.app_block .app_block_text ul{margin:12px 13px 38px 32px}.app_block .app_block_image768{display:none}.app_block .app_block_image{right:0;position:absolute;top:-283px;display:block;width:100%;height:320px}.cloud_platforms{margin-top:30px}.cloud_platforms h2{width:95%;margin:0 13px 6px 12px;font-size:20px!important}.cloud_platforms h2 img{width:4px;height:4px;margin-left:4px}.cloud_platforms div.description{margin:6px 13px 0 12px;font-size:16px}.cloud_platforms .cloud_platforms_block{margin:15px 13px 0 12px;-ms-flex-direction:column;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;-webkit-box-shadow:none;box-shadow:none;border-radius:0}.cloud_platforms .cloud_platforms_block .cloud_platforms_block_content{width:100%;-ms-flex-align:start;-webkit-box-align:start;align-items:flex-start}.cloud_platforms .cloud_platforms_block .cloud_platforms_block_content img{padding-top:0;margin:15px 0 0}.cloud_platforms .cloud_platforms_block .cloud_platforms_block_content h4{font-size:16px;text-align:left}.cloud_platforms .cloud_platforms_block .cloud_platforms_block_content .divider{display:none}.cloud_platforms .cloud_platforms_block .cloud_platforms_block_content p{text-align:left;margin:0 0 10px;font-size:14px!important}.cloud_platforms .cloud_platforms_block .cloud_platforms_block_content:first-child .circle_base{display:none}.cloud_platforms .cloud_platforms_block .cloud_platforms_block_content .learn{text-align:left;margin-bottom:15px}.cloud_platforms .cloud_platforms_block .cloud_platforms_block_content .learn img{margin:0 0 0 4px}.cloud_platforms .cloud_platforms_block .cloud_platforms_block_content:first-child{border-right:0}.cloud_platforms .cloud_platforms_block .cloud_platforms_block_content:last-child{border-left:0}.cloud_platforms .cloud_platforms_block .cloud_platforms_block_content:hover{background-color:rgba(0,83,206,.05);-webkit-box-shadow:0 4px 13px 0 rgba(0,83,206,.1);box-shadow:0 4px 13px 0 rgba(0,83,206,.1)}.capabilities_block{margin:55px 0 0;-ms-flex-align:start;-webkit-box-align:start;align-items:flex-start;padding:0 0 52px}.capabilities_block h2{font-size:20px!important;margin:30px 120px 12px 18px;line-height:28px}.capabilities_block h2 img{width:4px;height:4px;margin-left:2px}.capabilities_block li{margin-bottom:20px}.capabilities_block div.description{width:90%;margin:0 30px 0 18px;font-size:14px!important;line-height:18px;text-align:left}.capabilities_block .capabilities_block_list>ul{margin-left:5%}.capabilities_block .capabilities_block_list ul>li{font-size:14px}.explore_block{margin:50px 13px 0 15px}.explore_block h2{font-size:24px!important;font-stretch:normal;font-style:normal;line-height:normal;letter-spacing:.3px}.explore_block h2 span>img{width:4px;height:4px;padding-left:2px}.explore_block .explore_block_items{margin:35px 0 0}.explore_block .explore_block_items .row .explore__column-wrapper .column{height:468px;background-size:cover;background-repeat:no-repeat}.explore_block .explore_block_items .row .explore__column-wrapper .inside-block{-ms-flex-pack:start;-webkit-box-pack:start;justify-content:flex-start;width:95%;min-height:148px;padding:16px 0 30px 7%;margin:0;position:absolute;bottom:0;left:0;-webkit-box-sizing:border-box;box-sizing:border-box}.explore_block .explore_block_items .row .explore__column-wrapper .inside-block p{display:none}}@media (max-width:1300px){.wp-block-lazyblock-iot-top-block .solute_block .solute_text_block>.img_solute{width:65%;height:430px}}@media (max-width:1100px){.wp-block-lazyblock-iot-top-block .solute_block .solute_text_block>.img_solute{width:100%!important;height:550px!important}.app_block .app_block_text h2{width:90%}.cloud_platforms div.description,.cloud_platforms h2{width:90%!important}}@media (max-width:800px){.wp-block-lazyblock-iot-top-block .solute_block .solute_text_block>.img_solute{width:100%!important;height:410px!important}}@media (max-width:400px){.wp-block-lazyblock-iot-top-block .solute_block .solute_text_block>.img_solute{width:100%!important;height:198px!important}.iot_services_block_conteiner .iot_services_block_content p{font-size:14px!important;font-stretch:normal;font-style:normal;line-height:1.57;letter-spacing:.44px}}.iot_services_block_conteiner .iot_services_block_content h3{margin-top:14px}.iot_services_block_conteiner .iot_services_block_content h3 img{margin-left:2px;width:6px;height:6px;-o-object-fit:contain;object-fit:contain}@media (min-width:1024px) and (max-width:1258px){.app_block .app_block_text{padding:77px 0 51px 42px}}.industry-page-wrapper p.small-gray{font-family:MulishRegular;font-size:14px;line-height:1.43;letter-spacing:.4px;color:rgba(94,96,99,.8)}.industry-page-wrapper p.small-dark-blue-gray{font-family:MulishRegular;font-size:14px;line-height:1.29;letter-spacing:.4px;color:#081120}.industry-page-wrapper a{text-decoration:none}.industry-page-wrapper .solute-wrapper{margin:120px 355px 63px 166px}.industry-page-wrapper .solute-wrapper__h2{margin-bottom:12px}.industry-page-wrapper .scroll-down{width:120px;margin-top:40px;font-family:MulishRegular;font-size:14px!important;line-height:1.29;letter-spacing:.4px;color:rgba(0,83,206,.9);cursor:pointer}.industry-page-wrapper .scroll-down img{width:13px;height:9px;margin-right:10px}.industry-page-wrapper .scroll-down p{min-width:100%}.industry-page-wrapper .how-we-can-help__main-img{position:relative;max-width:100%;height:480px;margin-right:106px;margin-bottom:-256px;background-size:cover;background-position:50%}.industry-page-wrapper .how-we-can-help__main-block{padding:323px 166px 100px;background-color:#081120}.industry-page-wrapper .how-we-can-help__main-block img{margin-left:5px}.industry-page-wrapper .how-we-can-help__h2{margin-bottom:12px;color:#fff}.industry-page-wrapper .how-we-can-help__h2 span{white-space:nowrap}.industry-page-wrapper .how-we-can-help__h5{width:77%;color:#fff}@media (max-width:1034px){.industry-page-wrapper .how-we-can-help__h5{width:91.6%}}@media (max-width:768px){.industry-page-wrapper .how-we-can-help__h5{width:93.2%}}.industry-page-wrapper .how-we-can-help__plate-wrapper{display:-ms-flexbox;display:-webkit-box;display:flex;-ms-flex-direction:row;-webkit-box-orient:horizontal;-webkit-box-direction:normal;flex-direction:row;-ms-flex-pack:justify;-webkit-box-pack:justify;justify-content:space-between;-ms-flex-wrap:wrap;flex-wrap:wrap}.industry-page-wrapper .how-we-can-help__plate-block{width:47%}.industry-page-wrapper .how-plate-block__title{margin-top:50px;font-family:Mulish;font-size:16px;line-height:1.5;letter-spacing:.5px;color:#fff}.industry-page-wrapper .how-plate-block__title h3{color:#fff}@media (max-width:768px){.industry-page-wrapper .how-plate-block__title h3{font-size:20px;font-stretch:normal;font-style:normal;line-height:1.2;letter-spacing:.63px}}.industry-page-wrapper .how-plate-block__title span{margin-right:8px;-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;background-image:linear-gradient(43deg,rgba(0,83,206,.9),rgba(0,158,253,.89))}.industry-page-wrapper .how-plate-block__subtitle{margin:15px 0 15px 18px;padding-left:10px;border-left:2px solid rgba(0,83,206,.9);font-family:RobotoMono;font-size:16px;line-height:1.5;letter-spacing:.5px;color:#fff}@media (max-width:480px){.industry-page-wrapper .how-plate-block__subtitle{margin:15px 0 15px 15px}}.industry-page-wrapper .how-plate-block__main-text{font-family:MulishRegular;font-size:16px;line-height:1.5;letter-spacing:.5px;color:#fff}.industry-page-wrapper .iot-solution-wrapper{padding:100px 15.6% 0 11.5%;margin-bottom:110px}.industry-page-wrapper .iot-solution__top-block{width:72.5%;margin-bottom:55px}@media (max-width:1024px){.industry-page-wrapper .iot-solution__top-block{width:86.65%}}.industry-page-wrapper .iot-solution__h2{margin-bottom:12px}.industry-page-wrapper .iot-solution__h2 img{margin-left:5px}.industry-page-wrapper .iot-solution__h2 span{white-space:nowrap}.industry-page-wrapper .industry_page_swiper{display:-ms-flexbox;display:-webkit-box;display:flex;-ms-flex-direction:column;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;padding:0 10px;-ms-flex-order:1;-webkit-box-ordinal-group:2;order:1;border-radius:2px;-webkit-box-shadow:0 4px 13px 0 rgba(0,83,206,.1);box-shadow:0 4px 13px 0 rgba(0,83,206,.1);-moz-box-shadow:0 4px 13px 0 rgba(0,83,206,.1)}.industry-page-wrapper .swiper-slide{display:-ms-flexbox;display:-webkit-box;display:flex;-ms-flex-direction:row;-webkit-box-orient:horizontal;-webkit-box-direction:normal;flex-direction:row;width:100%;margin:13px 0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.industry-page-wrapper .swiper-slide-active{max-width:calc(100% - 5px)}.industry-page-wrapper .swiper-slide__img-block{-webkit-box-sizing:border-box;box-sizing:border-box;display:-ms-flexbox;display:-webkit-box;display:flex;-ms-flex-align:center;-webkit-box-align:center;align-items:center;-ms-flex-pack:center;-webkit-box-pack:center;justify-content:center;border-right:1px solid #dbdfe5}@media (min-width:420px){.industry-page-wrapper .swiper-slide__img-block{min-width:263px}}.industry-page-wrapper .swiper-slide__img-block img{width:170px;-o-object-fit:contain;object-fit:contain}.industry-page-wrapper .swiper-slide__text-block{width:calc(100% - 263px);display:-ms-flexbox;display:-webkit-box;display:flex;-ms-flex-direction:column;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;-ms-flex-pack:center;-webkit-box-pack:center;justify-content:center;-ms-flex-align:center;-webkit-box-align:center;align-items:center;padding:53px}.industry-page-wrapper .swiper-slide__h4{width:100%;margin-bottom:10px;color:#081120}@media (max-width:768px){.industry-page-wrapper .swiper-slide__h4{font-size:20px;font-stretch:normal;font-style:normal;line-height:normal;letter-spacing:.25px}}.industry-page-wrapper .swiper-slide__p{width:100%;text-align:left;font-family:MulishRegular;font-size:16px;line-height:1.5;letter-spacing:.5px;color:#5e6063}.industry-page-wrapper .swiper-pagination{-ms-flex-direction:row;-webkit-box-orient:horizontal;flex-direction:row;position:static}.industry-page-wrapper .swiper-pagination,.industry-page-wrapper .swiper-pagination-bullet{display:-ms-flexbox;display:-webkit-box;display:flex;-webkit-box-direction:normal;height:auto}.industry-page-wrapper .swiper-pagination-bullet{-ms-flex-direction:column;-webkit-box-orient:vertical;flex-direction:column;-ms-flex-pack:center;-webkit-box-pack:center;justify-content:center;-ms-flex-align:center;-webkit-box-align:center;align-items:center;width:20%;padding-top:22px;opacity:1;background-color:#fff;border-radius:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.industry-page-wrapper .swiper-pagination-bullet p{max-width:100%;margin:0 28px 27px;font-family:MulishMedium;font-size:20px;font-weight:500;line-height:1.4;letter-spacing:.5px;text-align:center;color:rgba(8,17,32,.6)}@media (max-width:1024px){.industry-page-wrapper .swiper-pagination-bullet p{font-size:16px;font-weight:500;font-stretch:normal;font-style:normal;line-height:1.5;letter-spacing:.4px}}.industry-page-wrapper .swiper-pagination-bullet:after{content:"";width:100%;height:5px;margin-top:auto;background-image:transparent}.industry-page-wrapper .swiper-pagination-bullet.swiper-pagination-bullet-active{background-color:rgba(0,83,206,.05)}.industry-page-wrapper .swiper-pagination-bullet.swiper-pagination-bullet-active p{color:#081120}.industry-page-wrapper .swiper-pagination-bullet.swiper-pagination-bullet-active:after{content:"";background-image:linear-gradient(91deg,#0053ce,#009efd)}.industry-page-wrapper .read-our-case__title{margin-left:11.7%;margin-bottom:30px}.industry-page-wrapper .read-our-case__skinview-wrapper{cursor:pointer}.industry-page-wrapper .skinview-block{background-size:cover;background-position:50%;background-repeat:no-repeat;width:100%;height:390px}.industry-page-wrapper .skinview-block,.industry-page-wrapper .skinview-inside-content-block{position:relative;display:-ms-flexbox;display:-webkit-box;display:flex;-ms-flex-direction:row;-webkit-box-orient:horizontal;-webkit-box-direction:normal;flex-direction:row}.industry-page-wrapper .skinview-inside-content-block{z-index:2;max-width:100%;margin:-50px 18.1% 84px;padding-left:52px;padding-top:45px;background-color:#fff}.industry-page-wrapper .skinview-inside-content-block .skinview-inside-content-block-column1{width:56%}@media (max-width:1024px){.industry-page-wrapper .skinview-inside-content-block .skinview-inside-content-block-column1{width:60.2%}}@media (max-width:800px){.industry-page-wrapper .skinview-inside-content-block .skinview-inside-content-block-column1{width:56.3%}}.industry-page-wrapper .skinview-inside-content-block .skinview-inside-content-block-column1 p{font-family:MulishRegular;font-size:14px;line-height:1.43;letter-spacing:.4px;color:rgba(0,83,206,.9);margin-bottom:6px}.industry-page-wrapper .skinview-inside-content-block .skinview-inside-content-block-column1 p img{width:4px;height:4px;margin-right:6px;margin-left:2px;margin-bottom:2px}.industry-page-wrapper .skinview-inside-content-block .skinview-inside-content-block-column1 h4{margin-bottom:29px}.industry-page-wrapper .skinview-inside-content-block .skinview-inside-content-block-column1 p.small-gray{color:#5e6063}.industry-page-wrapper .skinview-inside-content-block .skinview-inside-content-block-column2{display:-ms-flexbox;display:-webkit-box;display:flex;-ms-flex-align:start;-webkit-box-align:start;align-items:flex-start;width:44%}@media (max-width:1024px){.industry-page-wrapper .skinview-inside-content-block .skinview-inside-content-block-column2{width:39.8%}}@media (max-width:800px){.industry-page-wrapper .skinview-inside-content-block .skinview-inside-content-block-column2{width:43.7%}}.industry-page-wrapper .skinview-inside-content-block .skinview-inside-content-block-column2 .gradient-button{display:-ms-flexbox;display:-webkit-box;display:flex;-ms-flex-pack:center;-webkit-box-pack:center;justify-content:center;-ms-flex-align:center;-webkit-box-align:center;align-items:center;width:220px;height:44px;background-image:linear-gradient(79deg,rgba(0,83,206,.9),rgba(0,158,253,.89));font-family:MulishMedium;font-size:11px;font-weight:500;letter-spacing:.46px;text-align:center;color:#fff;border:none;-webkit-transition:all 2s;transition:all 2s;margin-top:53px;-webkit-box-sizing:border-box;box-sizing:border-box}@media (max-width:1024px){.industry-page-wrapper .skinview-inside-content-block .skinview-inside-content-block-column2 .gradient-button{margin-left:36px}}@media (max-width:800px){.industry-page-wrapper .skinview-inside-content-block .skinview-inside-content-block-column2 .gradient-button{margin-left:0}}.industry-page-wrapper .read-our-case__skinview-wrapper:hover .hover-block__big-case{opacity:.89}.industry-page-wrapper footer .tell-us-about-project .tell-us-about-project-text-block h2{display:none}.industry-page-wrapper footer .tell-us-about-project .tell-us-about-project-text-block h2.lets-talk{display:block}.industry-page-wrapper footer .tell-us-about-project .tell-us-about-project-text-block h2.lets-talk img{margin-left:5px}.industry-page-wrapper .how-we-can-help__h5{font-family:MulishRegular;font-size:20px;line-height:1.4;letter-spacing:.5px;font-weight:400}@media (max-width:768px){.industry-page-wrapper .how-we-can-help__h5{font-size:16px}}.industry-page-wrapper .solute-wrapper__h1{margin-bottom:12px}@media (max-width:768px){.industry-page-wrapper h1{font-size:36px;max-width:624px}}@media (max-width:450px){.industry-page-wrapper h1{font-size:28px!important}}.industry-page-wrapper .skinview-inside-content-block .skinview-inside-content-block-column1 h3{margin-bottom:29px;color:#081120}@media (max-width:450px){.industry-page-wrapper .skinview-inside-content-block .skinview-inside-content-block-column1 h3{margin-bottom:53px}}@media (max-width:992px){.industry-page-wrapper .skinview-inside-content-block .skinview-inside-content-block-column1 h3{margin-bottom:40px}}@media (max-width:768px){.industry-page-wrapper .skinview-inside-content-block .skinview-inside-content-block-column1 h3{font-size:20px;font-stretch:normal;font-style:normal;line-height:normal;letter-spacing:.25px}}@media (max-width:450px){.industry-page-wrapper .skinview-inside-content-block .skinview-inside-content-block-column1 h3{font-size:16px;font-stretch:normal;font-style:normal;line-height:normal;letter-spacing:.2px}}@media (max-width:768px){.industry-page-wrapper h2{font-size:32px;font-stretch:normal;font-style:normal;line-height:1.13;letter-spacing:.4px}.industry-page-wrapper h2.how-we-can-help__h2{line-height:1}}@media (max-width:450px){.industry-page-wrapper h1{font-family:Mulish;font-size:28px!important;letter-spacing:.4px}.industry-page-wrapper h5,.industry-page-wrapper p{font-family:MulishRegular;font-size:16px!important;line-height:1.5;letter-spacing:.5px}.industry-page-wrapper .how-plate-block__subtitle p{font-family:RobotoMono;font-size:14px!important;font-stretch:normal;font-style:normal;line-height:1.57;letter-spacing:.44px}.industry-page-wrapper h2{font-family:Mulish}.industry-page-wrapper h2,.industry-page-wrapper h2.how-we-can-help__h2{font-size:24px;font-stretch:normal;font-style:normal;line-height:normal;letter-spacing:.3px}.industry-page-wrapper h3{font-size:20px}.industry-page-wrapper footer .desc{font-size:14px!important;font-stretch:normal;font-style:normal;line-height:1.29;letter-spacing:.44px}}.iot_page-wrapper>footer>.footer-separator{display:block!important}@media (max-width:1300px){.industry-page-wrapper footer .tell-us-about-project .tell-us-about-project-text-block{margin-left:4.1%}.industry-page-wrapper footer .tell-us-about-project form{margin:0 42px}.industry-page-wrapper footer .footer-menu{margin:0 4.1%}.industry-page-wrapper footer .footer-separator hr{margin-top:26px;height:2px;color:rgba(219,223,229,.6)}.industry-page-wrapper footer .footer-bottom-block{margin:30px 4.1% 22px}}@media (max-width:850px){.industry-page-wrapper footer{width:100%}.industry-page-wrapper footer .tell-us-about-project .tell-us-about-project-text-block{margin:0 24px 58px}.industry-page-wrapper footer .tell-us-about-project .tell-us-about-project-text-block h2{font-size:32px;line-height:normal}.industry-page-wrapper footer .tell-us-about-project .tell-us-about-project-text-block h5{font-size:16px}.industry-page-wrapper footer .tell-us-about-project form{margin:0 auto}.industry-page-wrapper footer .tell-us-about-project form .tell-us-about-project-forms-block-row-1{width:77.6%;margin:0 auto;-ms-flex-direction:column;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column}.industry-page-wrapper footer .tell-us-about-project form .tell-us-about-project-forms-block-row-1 .tell-us-about-project-forms-blockrow-1-column-1{width:100%;margin:0 auto}.industry-page-wrapper footer .tell-us-about-project form .tell-us-about-project-forms-block-row-1 .tell-us-about-project-forms-blockrow-1-column-1 .tell-us-about-project-forms-block-wrapper p{max-width:100%;width:auto}.industry-page-wrapper footer .tell-us-about-project form .tell-us-about-project-forms-block-row-1 .tell-us-about-project-forms-blockrow-1-column-1 .tell-us-about-project-forms-block-wrapper input{padding:0 0 0 24px;-webkit-box-sizing:border-box;box-sizing:border-box;width:100%;margin:0 0 15px}.industry-page-wrapper footer .tell-us-about-project form .tell-us-about-project-forms-block-row-1 .tell-us-about-project-forms-blockrow-1-column-2{width:100%}.industry-page-wrapper footer .tell-us-about-project form .tell-us-about-project-forms-block-row-1 .tell-us-about-project-forms-blockrow-1-column-2 textarea{width:100%;padding:18px 0 0 24px;-webkit-box-sizing:border-box;box-sizing:border-box}.industry-page-wrapper footer .tell-us-about-project form .tell-us-about-project-forms-block-row-1 .tell-us-about-project-forms-blockrow-1-column-2 .checkbox-text{display:-ms-flexbox;display:-webkit-box;display:flex;-ms-flex-direction:row;-webkit-box-orient:horizontal;-webkit-box-direction:normal;flex-direction:row;-ms-flex-pack:center;-webkit-box-pack:center;justify-content:center}.industry-page-wrapper footer .tell-us-about-project form .tell-us-about-project-forms-block-row-1 .tell-us-about-project-forms-blockrow-1-column-2 .checkbox-text p{margin:0}.industry-page-wrapper footer .tell-us-about-project form .tell-us-about-project-forms-block-row-1 .tell-us-about-project-forms-blockrow-1-column-2 .checkbox-text p:first-child{margin-right:34px}.industry-page-wrapper footer .tell-us-about-project form .tell-us-about-project-forms-block-row-1 .tell-us-about-project-forms-blockrow-1-column-2 .checkbox-text label span{margin-top:0}.industry-page-wrapper footer .tell-us-about-project form .tell-us-about-project-forms-block-row-2{margin-top:38px}.industry-page-wrapper footer .tell-us-about-project form .tell-us-about-project-forms-block-row-2 .tell-us-about-project-checkbox-wrapper{-ms-flex-direction:column;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;-ms-flex-align:center;-webkit-box-align:center;align-items:center}.industry-page-wrapper footer .tell-us-about-project form .tell-us-about-project-forms-block-row-2 .tell-us-about-project-checkbox-wrapper p{width:77.6%;-ms-flex-order:1;-webkit-box-ordinal-group:2;order:1;margin-top:30px}.industry-page-wrapper footer .tell-us-about-project form .tell-us-about-project-forms-block-row-2 .tell-us-about-project-checkbox-wrapper button{width:77.6%;margin:0 auto}.industry-page-wrapper footer .footer-menu{margin:0 3.1%}.industry-page-wrapper footer .footer-menu .footer-menu-row1{-ms-flex-wrap:wrap;flex-wrap:wrap}.industry-page-wrapper footer .footer-menu .footer-menu-row1 .footer-menu-row1-column1{display:-ms-flexbox;display:-webkit-box;display:flex;-ms-flex-direction:column;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;-ms-flex-pack:center;-webkit-box-pack:center;justify-content:center;margin-bottom:46px;width:100%}.industry-page-wrapper footer .footer-menu .footer-menu-row1 .footer-menu-row1-column1 p{text-align:center;width:100%}.industry-page-wrapper footer .footer-menu .footer-menu-row1 .footer-menu-row1-column1 .logo-place{margin:0 auto}.industry-page-wrapper footer .footer-menu .footer-menu-row1 .footer-menu-row1-column4{width:31%}.industry-page-wrapper footer .footer-bottom-block .footer-bottom-block-column-2{text-align:center}.industry-page-wrapper footer .footer-bottom-block .footer-bottom-block-column-2 p{width:139px}}@media (max-width:540px){.industry-page-wrapper footer .tell-us-about-project{padding:50px 12px 34px}.industry-page-wrapper footer .tell-us-about-project .tell-us-about-project-text-block{margin:0 0 22px}.industry-page-wrapper footer .tell-us-about-project .tell-us-about-project-text-block h2{font-size:24px!important;font-stretch:normal;font-style:normal;line-height:normal;letter-spacing:.3px}.industry-page-wrapper footer .tell-us-about-project .tell-us-about-project-text-block h2 img{width:4px;height:4px}.industry-page-wrapper footer .tell-us-about-project .tell-us-about-project-text-block h2.got-a-project img.ques-sign{display:none}.industry-page-wrapper footer .tell-us-about-project .tell-us-about-project-text-block h2.looking-to-build .ques-sign{width:22px;height:26px}.industry-page-wrapper footer .tell-us-about-project .tell-us-about-project-text-block h5{font-size:14px}.industry-page-wrapper footer .tell-us-about-project form .tell-us-about-project-forms-block-row-1{width:100%}.industry-page-wrapper footer .tell-us-about-project form .tell-us-about-project-forms-block-row-1 .tell-us-about-project-forms-blockrow-1-column-2 .checkbox-text{-ms-flex-direction:column;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;-ms-flex-pack:normal;-webkit-box-pack:normal;justify-content:normal}.industry-page-wrapper footer .tell-us-about-project form .tell-us-about-project-forms-block-row-1 .tell-us-about-project-forms-blockrow-1-column-2 .checkbox-text p:first-child{margin-bottom:18px}.industry-page-wrapper footer .tell-us-about-project form .tell-us-about-project-forms-block-row-2 .tell-us-about-project-checkbox-wrapper p{width:100%}.industry-page-wrapper footer .tell-us-about-project form .tell-us-about-project-forms-block-row-2 .tell-us-about-project-checkbox-wrapper label{font-size:12px}.industry-page-wrapper footer .tell-us-about-project form .tell-us-about-project-forms-block-row-2 .tell-us-about-project-checkbox-wrapper button{width:100%}.industry-page-wrapper footer .footer-menu .footer-menu-row1 .footer-menu-row1-column1{display:-ms-flexbox;display:-webkit-box;display:flex;-ms-flex-direction:column;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column}.industry-page-wrapper footer .footer-menu .footer-menu-row1 .footer-menu-row1-column1 .logo-place{margin:10px 0 0;text-align:left}.industry-page-wrapper footer .footer-menu .footer-menu-row1 .footer-menu-row1-column1 p{margin:10px 0 0;text-align:left;width:84.4%}.industry-page-wrapper footer .footer-menu .footer-menu-row1 .footer-menu-row1-column3,.industry-page-wrapper footer .footer-menu .footer-menu-row1 .footer-menu-row1-column4,.industry-page-wrapper footer .footer-menu .footer-menu-row1 hr{display:none}.industry-page-wrapper footer .footer-bottom-block{margin:25px 3.1% 41px;-ms-flex-direction:column;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;-ms-flex-align:start;-webkit-box-align:start;align-items:flex-start}.industry-page-wrapper footer .footer-bottom-block p{font-size:14px!important}.industry-page-wrapper footer .footer-bottom-block .footer-bottom-block-column-1{width:100%}.industry-page-wrapper footer .footer-bottom-block .footer-bottom-block-column-1 p{display:-ms-flexbox;display:-webkit-box;display:flex;-ms-flex-direction:column;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;margin-bottom:24px;line-height:50px}.industry-page-wrapper footer .footer-bottom-block .footer-bottom-block-column-1 p img{display:none}.industry-page-wrapper footer .footer-bottom-block .footer-bottom-block-column-1 p a:first-child{margin-bottom:16px}.industry-page-wrapper footer .footer-bottom-block .footer-bottom-block-column-2{width:100%;margin:24px 0;-ms-flex-order:1;-webkit-box-ordinal-group:2;order:1;text-align:left;-ms-flex-pack:start;-webkit-box-pack:start;justify-content:flex-start}.industry-page-wrapper footer .footer-bottom-block .footer-bottom-block-column-2 p{width:auto;font-size:12px!important}.industry-page-wrapper footer .footer-bottom-block .footer-bottom-block-column-3{width:auto}}@media (max-width:1300px){.industry-page-wrapper .swiper-pagination-bullet p{margin:0 5px 27px}}@media (max-width:1024px){.industry-page-wrapper .solute-wrapper{margin:120px 44px 40px}.industry-page-wrapper .how-we-can-help__main-img{margin-right:42px}.industry-page-wrapper .how-we-can-help__main-block{padding:323px 44px 100px}.industry-page-wrapper .iot-solution-wrapper{padding:100px 44px 0}.industry-page-wrapper .swiper-pagination-bullet p{margin:0 22px 27px}.industry-page-wrapper .read-our-case__title{margin-left:44px}.industry-page-wrapper .skinview-inside-content-block{margin:-50px 93px 90px 73px}}@media (max-width:880px){.industry-page-wrapper .solute-wrapper{margin:100px 86px 40px 24px}.industry-page-wrapper .how-we-can-help__main-img{margin-right:24px;margin-bottom:-74px}.industry-page-wrapper .how-we-can-help__main-block{padding:141px 24px 100px}.industry-page-wrapper .iot-solution-wrapper{padding:70px 24px 0}.industry-page-wrapper .iot-solution__top-block{width:96.5%}.industry-page-wrapper .swiper-pagination-bullet p{margin:0 4px 27px;font-size:16px}.industry-page-wrapper .read-our-case__title{margin-left:24px}.industry-page-wrapper .skinview-inside-content-block{margin:-50px 24px 44px}}@media (max-width:600px){.industry-page-wrapper .industry_page_swiper{padding:0;border-radius:0;-webkit-box-shadow:none;box-shadow:none;-ms-flex-order:0;-webkit-box-ordinal-group:1;order:0;margin:0}.industry-page-wrapper .swiper-slide-active{max-width:100%}.industry-page-wrapper h5{font-size:16px}.industry-page-wrapper .solute-wrapper{margin:60px 38px 30px 12px}.industry-page-wrapper .how-we-can-help__main-img{margin-bottom:0;width:100%;height:412px}.industry-page-wrapper .how-we-can-help__main-block{padding:49px 38px 62px 12px;margin-bottom:0}.industry-page-wrapper .how-we-can-help__main-block img{width:4px;height:4px}.industry-page-wrapper .how-we-can-help__h5{width:100%;margin-bottom:20px}.industry-page-wrapper .how-we-can-help__plate-wrapper{-ms-flex-direction:column;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column}.industry-page-wrapper .how-we-can-help__plate-block{width:100%}.industry-page-wrapper .iot-solution-wrapper{padding:50px 12px 17px;margin-bottom:30px}.industry-page-wrapper .iot-solution__top-block{margin-bottom:50px;margin-right:26px}.industry-page-wrapper .iot-solution__h2 img{width:4px;height:4px}.industry-page-wrapper .skinview-block{height:290px}.industry-page-wrapper .skinview-inside-content-block{margin:-20px 13px 54px;padding:24px 19px;-ms-flex-direction:column;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column}.industry-page-wrapper .skinview-inside-content-block .skinview-inside-content-block-column1{width:100%}.industry-page-wrapper .skinview-inside-content-block .skinview-inside-content-block-column1 p{display:none}.industry-page-wrapper .skinview-inside-content-block .skinview-inside-content-block-column2 .gradient-button{min-width:220px;margin-top:0;margin-left:0}.industry-page-wrapper .iot-solution__swiper-block{display:-ms-flexbox;display:-webkit-box;display:flex;-ms-flex-direction:column;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column}.industry-page-wrapper .swiper-wrapper{-ms-flex-order:0;-webkit-box-ordinal-group:1;order:0}.industry-page-wrapper .swiper-slide{-ms-flex-direction:column;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column}.industry-page-wrapper .swiper-slide__img-block{border:0;padding:0;margin-bottom:28px}.industry-page-wrapper .swiper-slide__text-block{width:100%;padding:0}.industry-page-wrapper .swiper-slide__h4{text-align:center}.industry-page-wrapper .swiper-slide__p{text-align:center;margin-bottom:20px}.industry-page-wrapper .swiper-pagination{-ms-flex-align:center;-webkit-box-align:center;align-items:center;-ms-flex-pack:center;-webkit-box-pack:center;justify-content:center;-ms-flex-order:1;-webkit-box-ordinal-group:2;order:1}.industry-page-wrapper .swiper-pagination-bullet{width:8px;height:8px;background-color:#dbdfe5;padding-top:0;margin-right:4px}.industry-page-wrapper .swiper-pagination-bullet:last-child{margin-right:0}.industry-page-wrapper .swiper-pagination-bullet:after,.industry-page-wrapper .swiper-pagination-bullet img,.industry-page-wrapper .swiper-pagination-bullet p{display:none}.industry-page-wrapper .swiper-pagination-bullet-active{width:10px;height:10px;background-image:linear-gradient(43deg,rgba(0,83,206,.9),rgba(0,158,253,.89))}}.how-we-work-wrapper h2,.how-we-work-wrapper h4{color:#081120}.how-we-work-wrapper h5{color:#5e6063}.how-we-work-wrapper p.small-gray{font-family:MulishRegular;font-size:14px;line-height:1.43;letter-spacing:.4px;color:rgba(94,96,99,.8)}.how-we-work-wrapper p.small-dark-blue-gray{font-family:MulishRegular;font-size:14px;line-height:1.29;letter-spacing:.4px;color:#081120}.how-we-work-wrapper a{text-decoration:none}.wp-block-lazyblock-how-we-work-top-block .solute-wrapper{max-width:100%;margin-bottom:108px}.wp-block-lazyblock-how-we-work-top-block .solute-wrapper .solute-text-block{display:-ms-flexbox;display:-webkit-box;display:flex;-ms-flex-direction:column;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;-ms-flex-align:center;-webkit-box-align:center;align-items:center}.wp-block-lazyblock-how-we-work-top-block .solute-wrapper .solute-text-block h2{width:60.3%;text-align:center;margin-bottom:12px;line-height:50px;letter-spacing:.5px}.wp-block-lazyblock-how-we-work-top-block .solute-wrapper .solute-text-block h2 span{white-space:nowrap}.wp-block-lazyblock-how-we-work-top-block .solute-wrapper .solute-text-block h2 img{-o-object-fit:contain;object-fit:contain;margin-left:3px}.wp-block-lazyblock-how-we-work-top-block .solute-wrapper .solute-text-block h5{width:55%;text-align:center;margin-bottom:70px}.wp-block-lazyblock-how-we-work-top-block .solute-wrapper .solute-img-wrapper{position:relative;margin-left:11.5%;background-size:cover;background-position:top;background-repeat:no-repeat;width:77%;height:462px}.wp-block-lazyblock-how-we-work-top-block .solute-wrapper .solute-delivery-models{background-color:#081120;height:auto;margin-right:3.47%;padding:150px 8% 96px 11.5%;margin-top:-87px}.wp-block-lazyblock-how-we-work-top-block .solute-wrapper .solute-delivery-models h2{color:#fff;margin-bottom:12px;line-height:1.11}@media (max-width:768px){.wp-block-lazyblock-how-we-work-top-block .solute-wrapper .solute-delivery-models h2{line-height:normal}}.wp-block-lazyblock-how-we-work-top-block .solute-wrapper .solute-delivery-models h2 img{margin-left:5px}.wp-block-lazyblock-how-we-work-top-block .solute-wrapper .solute-delivery-models h2 span{white-space:nowrap}.wp-block-lazyblock-how-we-work-top-block .solute-wrapper .solute-delivery-models h5{font-family:MulishRegular;font-size:20px;font-weight:400;line-height:1.4;letter-spacing:.5px;color:#fff;width:64%}.wp-block-lazyblock-how-we-work-top-block .solute-wrapper .solute-delivery-models .solute-delivery-models-plate-block-wrapper{display:-ms-flexbox;display:-webkit-box;display:flex;-ms-flex-direction:column;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;margin-top:48px}.wp-block-lazyblock-how-we-work-top-block .solute-wrapper .solute-delivery-models .solute-delivery-models-plate-block-wrapper .solute-delivery-models-plate-block-row{display:-ms-flexbox;display:-webkit-box;display:flex;-ms-flex-direction:row;-webkit-box-orient:horizontal;-webkit-box-direction:normal;flex-direction:row;-ms-flex-pack:justify;-webkit-box-pack:justify;justify-content:space-between}.wp-block-lazyblock-how-we-work-top-block .solute-wrapper .solute-delivery-models .solute-delivery-models-plate-block-wrapper .solute-delivery-models-plate-block-row .solute-delivery-models-plate-block{width:47%}@media (max-width:768px){.wp-block-lazyblock-how-we-work-top-block .solute-wrapper .solute-delivery-models .solute-delivery-models-plate-block-wrapper .solute-delivery-models-plate-block-row .solute-delivery-models-plate-block{width:48%;line-height:1.2;letter-spacing:.48px}}.wp-block-lazyblock-how-we-work-top-block .solute-wrapper .solute-delivery-models .solute-delivery-models-plate-block-wrapper .solute-delivery-models-plate-block-row .solute-delivery-models-plate-block p.header-p{font-family:Mulish;font-size:16px;font-weight:400;line-height:1.5;letter-spacing:.5px;color:#fff;margin-bottom:14px}.wp-block-lazyblock-how-we-work-top-block .solute-wrapper .solute-delivery-models .solute-delivery-models-plate-block-wrapper .solute-delivery-models-plate-block-row .solute-delivery-models-plate-block p.header-p span{background-image:linear-gradient(43deg,rgba(0,83,206,.9),rgba(0,158,253,.89));font-family:Mulish;font-size:16px;font-weight:400;line-height:1.5;letter-spacing:.5px;-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;margin-right:8px}.wp-block-lazyblock-how-we-work-top-block .solute-wrapper .solute-delivery-models .solute-delivery-models-plate-block-wrapper .solute-delivery-models-plate-block-row .solute-delivery-models-plate-block p.post-header-p{opacity:.8;font-family:MulishRegular;font-size:14px!important;line-height:1.29;letter-spacing:.4px;color:#fff}.wp-block-lazyblock-how-we-work-top-block .solute-wrapper .solute-delivery-models .solute-delivery-models-plate-block-wrapper .solute-delivery-models-plate-block-row:first-child{margin-bottom:50px}.technology-is-really-about-people-wrapper{display:-ms-flexbox;display:-webkit-box;display:flex;-ms-flex-direction:row;-webkit-box-orient:horizontal;-webkit-box-direction:normal;flex-direction:row;-ms-flex-align:center;-webkit-box-align:center;align-items:center;margin-left:11.5%;margin-bottom:131px}.technology-is-really-about-people-wrapper .technology-is-really-about-people-column1{width:50%;padding-right:5.8%}.technology-is-really-about-people-wrapper .technology-is-really-about-people-column1 h3{font-family:MulishRegular;font-size:34px;font-weight:400;line-height:1.18;letter-spacing:1.1px;color:#081120;margin-bottom:40px}.technology-is-really-about-people-wrapper .technology-is-really-about-people-column1 a{display:-ms-flexbox;display:-webkit-box;display:flex;-ms-flex-pack:center;-webkit-box-pack:center;justify-content:center;-ms-flex-align:center;-webkit-box-align:center;align-items:center;width:270px;height:44px;background-image:linear-gradient(81deg,rgba(0,83,206,.9),rgba(0,158,253,.89));font-family:MulishMedium;font-size:11px;font-weight:500;letter-spacing:.5px;text-align:center;color:#fff;border:none;-webkit-box-sizing:border-box;box-sizing:border-box}.technology-is-really-about-people-wrapper .technology-is-really-about-people-column2{background-size:cover;background-position:top;background-repeat:no-repeat;width:50%;height:397px}.predicted-results-wrapper{display:-ms-flexbox;display:-webkit-box;display:flex;-ms-flex-direction:row;-webkit-box-orient:horizontal;-webkit-box-direction:normal;flex-direction:row;-ms-flex-align:center;-webkit-box-align:center;align-items:center;margin-right:50px;margin-bottom:67px}.predicted-results-wrapper .predicted-results-column1{width:44.5%}.predicted-results-wrapper .predicted-results-column1 .predicted-results-img{background-size:cover;background-repeat:no-repeat;background-position:50%;width:100%;height:580px}.predicted-results-wrapper .predicted-results-column2{display:-ms-flexbox;display:-webkit-box;display:flex;-ms-flex-direction:column;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;-ms-flex-pack:center;-webkit-box-pack:center;justify-content:center;width:61.2%;background-color:rgba(219,223,229,.1);padding:90px 5.8% 66px 6.5%}.predicted-results-wrapper .predicted-results-column2 h2{margin-bottom:12px;line-height:1.11}@media (max-width:768px){.predicted-results-wrapper .predicted-results-column2 h2{line-height:normal}}@media (max-width:450px){.predicted-results-wrapper .predicted-results-column2 h2{font-size:24px!important;letter-spacing:.3px}}.predicted-results-wrapper .predicted-results-column2 h2 img{margin-left:3px}.predicted-results-wrapper .predicted-results-column2 h2 span{white-space:nowrap}@media (max-width:450px){.predicted-results-wrapper .predicted-results-column2 .top-desc{font-size:14px;font-weight:400;font-stretch:normal;font-style:normal;line-height:1.57;letter-spacing:.44px}}.predicted-results-wrapper .predicted-results-column2 ul{list-style:none;margin-top:38px;font-family:MulishRegular;font-size:20px;line-height:1.4;letter-spacing:.5px;color:#5e6063}@media (max-width:450px){.predicted-results-wrapper .predicted-results-column2 ul{font-size:14px!important;letter-spacing:.44px}}.predicted-results-wrapper .predicted-results-column2 ul .ul-row{display:-ms-flexbox;display:-webkit-box;display:flex;-ms-flex-direction:row;-webkit-box-orient:horizontal;-webkit-box-direction:normal;flex-direction:row;-ms-flex-align:center;-webkit-box-align:center;align-items:center;margin-bottom:22px}.predicted-results-wrapper .predicted-results-column2 ul .ul-row img{margin-right:12px}.predicted-results-wrapper .predicted-results-column2 ul .ul-row:last-child{margin-bottom:0}.payment-agreements-wrapper{padding-top:44px;margin:0 0 113px 11.5%}@media (max-width:767px){.payment-agreements-wrapper .payment-agreements-text-block{margin-bottom:48px}}.payment-agreements-wrapper .payment-agreements-text-block h2{margin-bottom:12px;line-height:1.11;max-width:530px}.payment-agreements-wrapper .payment-agreements-text-block h2 span{white-space:nowrap}.payment-agreements-wrapper .payment-agreements-text-block h2 img{margin-left:3px}.payment-agreements-wrapper .payment-agreements-text-block .top-desc{max-width:821px}.payment-agreements-wrapper .payment-agreements-content-block{display:-ms-flexbox;display:-webkit-box;display:flex;-ms-flex-direction:row;-webkit-box-orient:horizontal;-webkit-box-direction:normal;flex-direction:row;-ms-flex-pack:justify;-webkit-box-pack:justify;justify-content:space-between}.payment-agreements-wrapper .payment-agreements-content-block .payment-agreements-content-block-column1{display:-ms-flexbox;display:-webkit-box;display:flex;-ms-flex-direction:column;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;-ms-flex-pack:space-evenly;-webkit-box-pack:space-evenly;justify-content:space-evenly;width:47%}.payment-agreements-wrapper .payment-agreements-content-block .payment-agreements-content-block-column1 h3{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:row;-webkit-box-orient:horizontal;-webkit-box-direction:normal;flex-direction:row;-ms-flex-align:center;-webkit-box-align:center;align-items:center;margin-bottom:10px}@media (max-width:1430px) and (min-width:321px){.payment-agreements-wrapper .payment-agreements-content-block .payment-agreements-content-block-column1 h3{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:start}}@media (max-width:768px){.payment-agreements-wrapper .payment-agreements-content-block .payment-agreements-content-block-column1 h3{font-size:20px;letter-spacing:.25px;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}}@media (max-width:425px){.payment-agreements-wrapper .payment-agreements-content-block .payment-agreements-content-block-column1 h3{font-size:20px;line-height:1.2;letter-spacing:.63px}}.payment-agreements-wrapper .payment-agreements-content-block .payment-agreements-content-block-column1 .payment-agreements-content-block-column1-row2 h3{width:80%;line-height:1.25}@media (max-width:768px){.payment-agreements-wrapper .payment-agreements-content-block .payment-agreements-content-block-column1 .payment-agreements-content-block-column1-row2 h3{line-height:normal}}@media (max-width:1430px){.payment-agreements-wrapper .payment-agreements-content-block .payment-agreements-content-block-column1 .payment-agreements-content-block-column1-row2 h3{width:100%}.payment-agreements-wrapper .payment-agreements-content-block .payment-agreements-content-block-column1 .payment-agreements-content-block-column1-row2 h3 img{margin-bottom:5px}}.payment-agreements-wrapper .payment-agreements-content-block .payment-agreements-content-block-column1 h4{display:-ms-flexbox;display:-webkit-box;display:flex;-ms-flex-direction:row;-webkit-box-orient:horizontal;-webkit-box-direction:normal;flex-direction:row;-ms-flex-align:center;-webkit-box-align:center;align-items:center;margin-bottom:10px;font-size:20px}.payment-agreements-wrapper .payment-agreements-content-block .payment-agreements-content-block-column1 h4 img{width:45px;height:40px;margin-right:8px}.payment-agreements-wrapper .payment-agreements-content-block .payment-agreements-content-block-column1 p{font-family:MulishRegular;font-size:16px;line-height:1.5;letter-spacing:.5px;color:#5e6063}@media (max-width:450px){.payment-agreements-wrapper .payment-agreements-content-block .payment-agreements-content-block-column1 p{font-size:14px!important;font-stretch:normal;font-style:normal;line-height:1.57;letter-spacing:.44px}}.payment-agreements-wrapper .payment-agreements-content-block .payment-agreements-content-block-column1 .payment-agreements-content-block-column1-row1{margin-bottom:47px}.payment-agreements-wrapper .payment-agreements-content-block .payment-agreements-content-block-column2{width:45%}@media (max-width:1025px){.payment-agreements-wrapper .payment-agreements-content-block .payment-agreements-content-block-column2{width:50.6%}}.payment-agreements-wrapper .payment-agreements-content-block .payment-agreements-content-block-column2 .payment-agreements-content-block-column2-img{background-size:cover;background-repeat:no-repeat;background-position:50%;width:100%;height:312px}.working-around-wrapper{display:-ms-flexbox;display:-webkit-box;display:flex;-ms-flex-align:center;-webkit-box-align:center;align-items:center;-ms-flex-pack:center;-webkit-box-pack:center;justify-content:center;background-size:cover;background-position:top;background-repeat:no-repeat;height:232px;padding:0 26.3%;margin-bottom:-1px}.working-around-wrapper p{font-family:MulishMedium;color:#fff;font-size:34px;font-weight:500;font-stretch:normal;font-style:italic;line-height:1.24;letter-spacing:normal;text-align:center;z-index:0}@media (max-width:768px){.working-around-wrapper p{font-size:32px!important;line-height:1.31}}@media (max-width:450px){.working-around-wrapper p{font-size:20px!important;line-height:1.6}}@media (max-width:450px){.how-we-work-wrapper h1{font-family:Mulish;font-size:28px!important;letter-spacing:.4px}.how-we-work-wrapper h5{font-family:MulishRegular;font-size:16px!important;line-height:1.5;letter-spacing:.5px}.how-we-work-wrapper h2{font-family:Mulish;font-size:28px!important;letter-spacing:.3px}.how-we-work-wrapper h3{font-size:20px!important}}@media (max-width:1300px){.how-we-work-wrapper footer.footer-light-wrapper .tell-us-about-project .tell-us-about-project-text-block{margin-left:4.1%}.how-we-work-wrapper footer.footer-light-wrapper .tell-us-about-project form{margin:0 42px}.how-we-work-wrapper footer.footer-light-wrapper .footer-menu{margin:0 4.1%}.how-we-work-wrapper footer.footer-light-wrapper .footer-bottom-block{margin:30px 4.1% 22px}}@media (max-width:850px){.how-we-work-wrapper footer.footer-light-wrapper{width:100%}.how-we-work-wrapper footer.footer-light-wrapper .tell-us-about-project .tell-us-about-project-text-block{margin:0 4.1% 60px}.how-we-work-wrapper footer.footer-light-wrapper .tell-us-about-project .tell-us-about-project-text-block h2{font-size:32px}.how-we-work-wrapper footer.footer-light-wrapper .tell-us-about-project .tell-us-about-project-text-block h5{font-size:16px}.how-we-work-wrapper footer.footer-light-wrapper .tell-us-about-project form{margin:0 auto}.how-we-work-wrapper footer.footer-light-wrapper .tell-us-about-project form .tell-us-about-project-forms-block-row-1{width:77.6%;margin:0 auto;-ms-flex-direction:column;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column}.how-we-work-wrapper footer.footer-light-wrapper .tell-us-about-project form .tell-us-about-project-forms-block-row-1 .tell-us-about-project-forms-blockrow-1-column-1{width:100%;margin:0 auto}.how-we-work-wrapper footer.footer-light-wrapper .tell-us-about-project form .tell-us-about-project-forms-block-row-1 .tell-us-about-project-forms-blockrow-1-column-1 .tell-us-about-project-forms-block-wrapper p{max-width:100%;width:auto}.how-we-work-wrapper footer.footer-light-wrapper .tell-us-about-project form .tell-us-about-project-forms-block-row-1 .tell-us-about-project-forms-blockrow-1-column-1 .tell-us-about-project-forms-block-wrapper input{padding:0 0 0 24px;-webkit-box-sizing:border-box;box-sizing:border-box;width:100%;margin:0 0 15px}.how-we-work-wrapper footer.footer-light-wrapper .tell-us-about-project form .tell-us-about-project-forms-block-row-1 .tell-us-about-project-forms-blockrow-1-column-2{width:100%}.how-we-work-wrapper footer.footer-light-wrapper .tell-us-about-project form .tell-us-about-project-forms-block-row-1 .tell-us-about-project-forms-blockrow-1-column-2 p{margin-top:16px}.how-we-work-wrapper footer.footer-light-wrapper .tell-us-about-project form .tell-us-about-project-forms-block-row-1 .tell-us-about-project-forms-blockrow-1-column-2 textarea{width:100%;padding:18px 0 0 24px;-webkit-box-sizing:border-box;box-sizing:border-box}.how-we-work-wrapper footer.footer-light-wrapper .tell-us-about-project form .tell-us-about-project-forms-block-row-1 .tell-us-about-project-forms-blockrow-1-column-2 .checkbox-text{display:-ms-flexbox;display:-webkit-box;display:flex;-ms-flex-direction:row;-webkit-box-orient:horizontal;-webkit-box-direction:normal;flex-direction:row;-ms-flex-pack:center;-webkit-box-pack:center;justify-content:center}.how-we-work-wrapper footer.footer-light-wrapper .tell-us-about-project form .tell-us-about-project-forms-block-row-1 .tell-us-about-project-forms-blockrow-1-column-2 .checkbox-text p{margin:0}.how-we-work-wrapper footer.footer-light-wrapper .tell-us-about-project form .tell-us-about-project-forms-block-row-1 .tell-us-about-project-forms-blockrow-1-column-2 .checkbox-text p:first-child{margin-right:34px}.how-we-work-wrapper footer.footer-light-wrapper .tell-us-about-project form .tell-us-about-project-forms-block-row-2{margin-top:38px}.how-we-work-wrapper footer.footer-light-wrapper .tell-us-about-project form .tell-us-about-project-forms-block-row-2 .tell-us-about-project-checkbox-wrapper{-ms-flex-direction:column;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;-ms-flex-align:center;-webkit-box-align:center;align-items:center}.how-we-work-wrapper footer.footer-light-wrapper .tell-us-about-project form .tell-us-about-project-forms-block-row-2 .tell-us-about-project-checkbox-wrapper p{width:77.6%;-ms-flex-order:1;-webkit-box-ordinal-group:2;order:1;margin-top:15px}.how-we-work-wrapper footer.footer-light-wrapper .tell-us-about-project form .tell-us-about-project-forms-block-row-2 .tell-us-about-project-checkbox-wrapper button{width:77.6%;margin:0 auto}.how-we-work-wrapper footer.footer-light-wrapper .footer-menu{margin:0 3.1%}.how-we-work-wrapper footer.footer-light-wrapper .footer-menu .footer-menu-row1{-ms-flex-wrap:wrap;flex-wrap:wrap}.how-we-work-wrapper footer.footer-light-wrapper .footer-menu .footer-menu-row1 .footer-menu-row1-column1{display:-ms-flexbox;display:-webkit-box;display:flex;-ms-flex-direction:column;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;-ms-flex-pack:center;-webkit-box-pack:center;justify-content:center;margin-bottom:46px;width:100%}.how-we-work-wrapper footer.footer-light-wrapper .footer-menu .footer-menu-row1 .footer-menu-row1-column1 p{text-align:center;width:100%}.how-we-work-wrapper footer.footer-light-wrapper .footer-menu .footer-menu-row1 .footer-menu-row1-column1 .logo-place{margin:0 auto}.how-we-work-wrapper footer.footer-light-wrapper .footer-menu .footer-menu-row1 .footer-menu-row1-column4{width:31%}.how-we-work-wrapper footer.footer-light-wrapper .footer-bottom-block .footer-bottom-block-column-2{text-align:center}.how-we-work-wrapper footer.footer-light-wrapper .footer-bottom-block .footer-bottom-block-column-2 p{width:139px;font-size:12px}}@media (max-width:540px){.how-we-work-wrapper footer.footer-light-wrapper .tell-us-about-project{padding:50px 12px 0}.how-we-work-wrapper footer.footer-light-wrapper .tell-us-about-project .tell-us-about-project-text-block{margin:0 0 22px}.how-we-work-wrapper footer.footer-light-wrapper .tell-us-about-project .tell-us-about-project-text-block h2{font-size:24px!important;font-stretch:normal;font-style:normal;line-height:normal;letter-spacing:.3px}.how-we-work-wrapper footer.footer-light-wrapper .tell-us-about-project .tell-us-about-project-text-block h2 img{width:4px;height:4px}.how-we-work-wrapper footer.footer-light-wrapper .tell-us-about-project .tell-us-about-project-text-block h2.got-a-project img.ques-sign,.how-we-work-wrapper footer.footer-light-wrapper .tell-us-about-project .tell-us-about-project-text-block h2.looking-to-build img.ques-sign{width:15px!important;height:20px!important}.how-we-work-wrapper footer.footer-light-wrapper .tell-us-about-project .tell-us-about-project-text-block h5{font-size:14px}.how-we-work-wrapper footer.footer-light-wrapper .tell-us-about-project form,.how-we-work-wrapper footer.footer-light-wrapper .tell-us-about-project form .tell-us-about-project-forms-block-row-1{width:100%}.how-we-work-wrapper footer.footer-light-wrapper .tell-us-about-project form .tell-us-about-project-forms-block-row-1 .tell-us-about-project-forms-blockrow-1-column-2 .checkbox-text{-ms-flex-direction:column;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;-ms-flex-pack:normal;-webkit-box-pack:normal;justify-content:normal}.how-we-work-wrapper footer.footer-light-wrapper .tell-us-about-project form .tell-us-about-project-forms-block-row-1 .tell-us-about-project-forms-blockrow-1-column-2 .checkbox-text p:first-child{margin-bottom:18px}.how-we-work-wrapper footer.footer-light-wrapper .tell-us-about-project form .tell-us-about-project-forms-block-row-2 .tell-us-about-project-checkbox-wrapper p{width:100%}.how-we-work-wrapper footer.footer-light-wrapper .tell-us-about-project form .tell-us-about-project-forms-block-row-2 .tell-us-about-project-checkbox-wrapper label{font-size:12px}.how-we-work-wrapper footer.footer-light-wrapper .tell-us-about-project form .tell-us-about-project-forms-block-row-2 .tell-us-about-project-checkbox-wrapper button{width:100%}.how-we-work-wrapper footer.footer-light-wrapper .footer-menu{padding-top:47px}.how-we-work-wrapper footer.footer-light-wrapper .footer-menu .footer-menu-row1 ul a{color:#5e6063}.how-we-work-wrapper footer.footer-light-wrapper .footer-menu .footer-menu-row1 .footer-menu-row1-column1{display:-ms-flexbox;display:-webkit-box;display:flex;-ms-flex-direction:column;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column}.how-we-work-wrapper footer.footer-light-wrapper .footer-menu .footer-menu-row1 .footer-menu-row1-column1 .logo-place{margin:10px 0 0;text-align:left}.how-we-work-wrapper footer.footer-light-wrapper .footer-menu .footer-menu-row1 .footer-menu-row1-column1 p{margin:10px 0 0;text-align:left;width:84.4%}.how-we-work-wrapper footer.footer-light-wrapper .footer-menu .footer-menu-row1 .footer-menu-row1-column3,.how-we-work-wrapper footer.footer-light-wrapper .footer-menu .footer-menu-row1 .footer-menu-row1-column4,.how-we-work-wrapper footer.footer-light-wrapper .footer-menu .footer-menu-row1 hr{display:none}.how-we-work-wrapper footer.footer-light-wrapper .footer-bottom-block{-ms-flex-direction:column;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;-ms-flex-align:start;-webkit-box-align:start;align-items:flex-start;margin:25px 3.1% 41px}.how-we-work-wrapper footer.footer-light-wrapper .footer-bottom-block p{font-size:14px!important}.how-we-work-wrapper footer.footer-light-wrapper .footer-bottom-block .footer-bottom-block-column-1{width:100%}.how-we-work-wrapper footer.footer-light-wrapper .footer-bottom-block .footer-bottom-block-column-1 p,.how-we-work-wrapper footer.footer-light-wrapper .footer-bottom-block .footer-bottom-block-column-1 p img{display:none}.how-we-work-wrapper footer.footer-light-wrapper .footer-bottom-block .footer-bottom-block-column-1 p.hide-p{display:block}.how-we-work-wrapper footer.footer-light-wrapper .footer-bottom-block .footer-bottom-block-column-1 p:last-child{display:-ms-flexbox;display:-webkit-box;display:flex;-ms-flex-direction:column;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;margin-top:14px;margin-bottom:24px}.how-we-work-wrapper footer.footer-light-wrapper .footer-bottom-block .footer-bottom-block-column-1 p:last-child a:first-child{margin-bottom:16px}.how-we-work-wrapper footer.footer-light-wrapper .footer-bottom-block .footer-bottom-block-column-2{width:100%;margin:24px 0;-ms-flex-order:1;-webkit-box-ordinal-group:2;order:1;text-align:left;-ms-flex-pack:start;-webkit-box-pack:start;justify-content:flex-start}.how-we-work-wrapper footer.footer-light-wrapper .footer-bottom-block .footer-bottom-block-column-2 p{width:auto;font-size:12px!important}.how-we-work-wrapper footer.footer-light-wrapper .footer-bottom-block .footer-bottom-block-column-3{width:auto}}@media (max-width:1024px){.wp-block-lazyblock-how-we-work-top-block .solute-wrapper .solute-text-block h2{width:87.1%}.wp-block-lazyblock-how-we-work-top-block .solute-wrapper .solute-text-block h2 img{display:none}.wp-block-lazyblock-how-we-work-top-block .solute-wrapper .solute-text-block h5{width:74%}.wp-block-lazyblock-how-we-work-top-block .solute-wrapper .solute-img-wrapper{width:96%;margin-left:2%}.wp-block-lazyblock-how-we-work-top-block .solute-wrapper .solute-delivery-models{padding:150px 4.1% 90px;margin-top:-87px;margin-right:0}.technology-is-really-about-people-wrapper{margin-left:3.8%}.predicted-results-wrapper{margin-right:43px}.predicted-results-wrapper .predicted-results-column1{width:52%}.predicted-results-wrapper .predicted-results-column2{width:47%;padding-left:2%;padding-right:3.5%}.payment-agreements-wrapper .payment-agreements-content-block .payment-agreements-content-block-column1{width:45%}}@media (max-width:1024px) and (min-width:768px){.payment-agreements-wrapper .payment-agreements-content-block .payment-agreements-content-block-column1{width:46.3%}}@media (max-width:1024px){.payment-agreements-wrapper .payment-agreements-content-block .payment-agreements-content-block-column2{-ms-flex-item-align:center;-ms-grid-row-align:center;align-self:center}}@media (max-width:1024px) and (min-width:768px){.payment-agreements-wrapper .payment-agreements-content-block .payment-agreements-content-block-column2{-ms-flex-item-align:start;align-self:start;margin-top:45px}}@media (max-width:1024px){.working-around-wrapper{padding:0 16.6%}}@media (max-width:768px){.how-we-work-wrapper h2{font-size:32px;line-height:40px;letter-spacing:.4px}.how-we-work-wrapper h5{font-size:16px}.wp-block-lazyblock-how-we-work-top-block .solute-wrapper{margin-bottom:0}.wp-block-lazyblock-how-we-work-top-block .solute-wrapper .solute-text-block h2{max-width:100%;width:auto;margin-left:40px;margin-right:73px;font-size:36px!important}.wp-block-lazyblock-how-we-work-top-block .solute-wrapper .solute-text-block h5{width:80%}.wp-block-lazyblock-how-we-work-top-block .solute-wrapper .solute-delivery-models{padding:150px 3.1% 90px;margin-top:-87px}.wp-block-lazyblock-how-we-work-top-block .solute-wrapper .solute-delivery-models h5{width:90%}.technology-is-really-about-people-wrapper{-ms-flex-direction:column;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;-ms-flex-align:start;-webkit-box-align:start;align-items:flex-start;margin-left:0;margin-top:-1px;margin-bottom:80px}.technology-is-really-about-people-wrapper .technology-is-really-about-people-column1{display:-ms-flexbox;display:-webkit-box;display:flex;-ms-flex-direction:column;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;-ms-flex-align:center;-webkit-box-align:center;align-items:center;text-align:center;margin:0 auto;width:85.43%;-ms-flex-order:1;-webkit-box-ordinal-group:2;order:1;padding-right:0}.technology-is-really-about-people-wrapper .technology-is-really-about-people-column2{width:100%;margin-bottom:30px}.predicted-results-wrapper{margin-right:0}.predicted-results-wrapper .predicted-results-column2 ul{font-size:16px}.predicted-results-wrapper .predicted-results-column2 ul .ul-row{line-height:1.5}.predicted-results-wrapper .predicted-results-column1{display:none}.predicted-results-wrapper .predicted-results-column2{padding-left:3.2%;width:90%}.predicted-results-wrapper .predicted-results-column2 .top-desc{max-width:659px}.payment-agreements-wrapper{margin:0 1.6% 56px;padding:0}.payment-agreements-wrapper .payment-agreements-text-block{margin-left:1.6%}.payment-agreements-wrapper .payment-agreements-text-block .top-desc{max-width:659px}.payment-agreements-wrapper .payment-agreements-text-block h2{width:80%;line-height:normal}.payment-agreements-wrapper .payment-agreements-text-block h5{font-size:16px;color:#5e6063;width:85.7%}.payment-agreements-wrapper .payment-agreements-content-block{-ms-flex-direction:column;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column}.payment-agreements-wrapper .payment-agreements-content-block .payment-agreements-content-block-column1{margin-left:1.6%;width:100%;-ms-flex-order:1;-webkit-box-ordinal-group:2;order:1}.payment-agreements-wrapper .payment-agreements-content-block .payment-agreements-content-block-column1 p{width:88.51%}}@media (max-width:768px) and (max-width:450px){.payment-agreements-wrapper .payment-agreements-content-block .payment-agreements-content-block-column1 p{width:87.4%}}@media (max-width:768px){.payment-agreements-wrapper .payment-agreements-content-block .payment-agreements-content-block-column1 .payment-agreements-content-block-column1-row1{margin:46px 0}.payment-agreements-wrapper .payment-agreements-content-block .payment-agreements-content-block-column2{width:100%}.working-around-wrapper{padding:0 5.6%}}@media (max-width:425px){.how-we-work-wrapper h2{font-size:20px}.wp-block-lazyblock-how-we-work-top-block .solute-wrapper .solute-text-block h5{width:84.4%}.wp-block-lazyblock-how-we-work-top-block .solute-wrapper .solute-text-block h2{margin-left:25px;margin-right:25px;font-size:28px!important;line-height:32px}.wp-block-lazyblock-how-we-work-top-block .solute-wrapper .solute-text-block h2 img{width:4px;height:4px}.wp-block-lazyblock-how-we-work-top-block .solute-wrapper .solute-img-wrapper{width:100%;margin:0 auto}.wp-block-lazyblock-how-we-work-top-block .solute-wrapper .solute-delivery-models{padding:150px 3.8% 82px;margin-top:-87px;margin-bottom:10px}.wp-block-lazyblock-how-we-work-top-block .solute-wrapper .solute-delivery-models h2{font-size:24px!important;letter-spacing:.3px}.wp-block-lazyblock-how-we-work-top-block .solute-wrapper .solute-delivery-models h2 img{width:4px;height:4px}.wp-block-lazyblock-how-we-work-top-block .solute-wrapper .solute-delivery-models h5{font-size:16px}.wp-block-lazyblock-how-we-work-top-block .solute-wrapper .solute-delivery-models .solute-delivery-models-plate-block-wrapper{margin-top:30px}.wp-block-lazyblock-how-we-work-top-block .solute-wrapper .solute-delivery-models .solute-delivery-models-plate-block-wrapper .solute-delivery-models-plate-block-row{-ms-flex-direction:column;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column}.wp-block-lazyblock-how-we-work-top-block .solute-wrapper .solute-delivery-models .solute-delivery-models-plate-block-wrapper .solute-delivery-models-plate-block-row .solute-delivery-models-plate-block{width:91.4%;margin-bottom:30px}.wp-block-lazyblock-how-we-work-top-block .solute-wrapper .solute-delivery-models .solute-delivery-models-plate-block-wrapper .solute-delivery-models-plate-block-row:first-child,.wp-block-lazyblock-how-we-work-top-block .solute-wrapper .solute-delivery-models .solute-delivery-models-plate-block-wrapper .solute-delivery-models-plate-block-row:last-child .solute-delivery-models-plate-block:last-child{margin-bottom:0}.technology-is-really-about-people-wrapper{margin:0 3.1% 76px}.technology-is-really-about-people-wrapper .technology-is-really-about-people-column1{-ms-flex-align:start;-webkit-box-align:start;align-items:flex-start;width:auto;max-width:100%;text-align:left;margin:0}.technology-is-really-about-people-wrapper .technology-is-really-about-people-column1 h3{width:100%;font-size:20px;line-height:2;letter-spacing:.6px}.technology-is-really-about-people-wrapper .technology-is-really-about-people-column1 a{width:240px}.technology-is-really-about-people-wrapper .technology-is-really-about-people-column2{height:180px}.predicted-results-wrapper .predicted-results-column2 h2 img{width:4px;height:4px}.predicted-results-wrapper .predicted-results-column2 ul{font-size:16px;width:94%}.predicted-results-wrapper .predicted-results-column2 ul .ul-row img{width:4px;height:4px}.payment-agreements-wrapper .payment-agreements-text-block h2{width:auto;font-family:Mulish;font-size:24px!important;letter-spacing:.3px;line-height:normal;color:#081120}.payment-agreements-wrapper .payment-agreements-text-block h2 img{width:4px;height:4px}.payment-agreements-wrapper .payment-agreements-content-block .payment-agreements-content-block-column1 h4{font-size:16px}.payment-agreements-wrapper .payment-agreements-content-block .payment-agreements-content-block-column1 .payment-agreements-content-block-column1-row2 h4{width:80%}.payment-agreements-wrapper .payment-agreements-content-block .payment-agreements-content-block-column2 .payment-agreements-content-block-column2-img{height:220px}.working-around-wrapper{padding:13.4%;-webkit-box-sizing:content-box;box-sizing:content-box}}.wp-block-lazyblock-how-we-work-top-block .solute-wrapper .solute-text-block h1{text-align:center;margin-bottom:12px}.wp-block-lazyblock-how-we-work-top-block .solute-wrapper .solute-text-block h1 img{-o-object-fit:contain;object-fit:contain}@media (max-width:1024px){.wp-block-lazyblock-how-we-work-top-block .solute-wrapper .solute-text-block h1 img{display:none}}@media (max-width:768px){.wp-block-lazyblock-how-we-work-top-block .solute-wrapper .solute-text-block h1{max-width:100%;width:auto!important;margin-top:60px;font-size:36px;font-stretch:normal;font-style:normal;line-height:1.11;letter-spacing:.45px;text-align:center;color:#081120}}@media (max-width:1024px){.wp-block-lazyblock-how-we-work-top-block .solute-wrapper .solute-text-block h1{width:87.1%}}.wp-block-lazyblock-how-we-work-top-block .solute-wrapper .solute-text-block .top-desc{width:55%;text-align:center;margin-bottom:90px}@media (max-width:1024px){.wp-block-lazyblock-how-we-work-top-block .solute-wrapper .solute-text-block .top-desc{margin-bottom:70px}}@media (max-width:768px){.wp-block-lazyblock-how-we-work-top-block .solute-wrapper .solute-text-block .top-desc{width:auto!important}}@media (max-width:1024px){.wp-block-lazyblock-how-we-work-top-block .solute-wrapper .solute-text-block .top-desc{width:74%}}.wp-block-lazyblock-how-we-work-top-block .solute-wrapper .solute-delivery-models .solute-delivery-models-plate-block-wrapper .solute-delivery-models-plate-block-row .solute-delivery-models-plate-block h3{color:#fff;margin-bottom:14px}.wp-block-lazyblock-how-we-work-top-block .solute-wrapper .solute-delivery-models .solute-delivery-models-plate-block-wrapper .solute-delivery-models-plate-block-row .solute-delivery-models-plate-block h3 span{background-image:linear-gradient(43deg,rgba(0,83,206,.9),rgba(0,158,253,.89));-webkit-background-clip:text;-webkit-text-fill-color:transparent;margin-right:8px}@media (max-width:768px){.wp-block-lazyblock-how-we-work-top-block .solute-wrapper .solute-delivery-models .solute-delivery-models-plate-block-wrapper .solute-delivery-models-plate-block-row .solute-delivery-models-plate-block h3{font-size:20px;line-height:1.2;letter-spacing:.48px}}@media (max-width:450px){.wp-block-lazyblock-how-we-work-top-block .solute-wrapper .solute-delivery-models .solute-delivery-models-plate-block-wrapper .solute-delivery-models-plate-block-row .solute-delivery-models-plate-block h3{line-height:1.2;letter-spacing:.63px;display:-webkit-box;display:-ms-flexbox;display:flex}}.wp-block-lazyblock-how-we-work-top-block .solute-wrapper .solute-delivery-models .top-desc{font-family:MulishRegular;font-size:20px;font-weight:400;line-height:1.4;letter-spacing:.5px;color:#fff;width:64%}@media (max-width:1200px){.wp-block-lazyblock-how-we-work-top-block .solute-wrapper .solute-delivery-models .top-desc{width:77.7%}}@media (max-width:768px){.wp-block-lazyblock-how-we-work-top-block .solute-wrapper .solute-delivery-models .top-desc{width:91.4%;font-size:16px;font-weight:400;font-stretch:normal;font-style:normal;line-height:1.5;letter-spacing:.5px}}@media (max-width:450px){.wp-block-lazyblock-how-we-work-top-block .solute-wrapper .solute-delivery-models .top-desc{font-size:16px;width:91.4%;max-width:100%}}.how-we-work-wrapper h3{color:#081120}.how-we-work-wrapper footer .tell-us-about-project .tell-us-about-project-text-block div.desc{color:#5e6063;width:91.3%}.technology-is-really-about-people-column1 div{font-family:MulishRegular;font-size:34px;font-stretch:normal;font-weight:400;line-height:1.18;letter-spacing:1.1px;color:#081120;margin-bottom:35px}@media (max-width:768px){.technology-is-really-about-people-column1 div{font-size:32px;font-stretch:normal;font-style:normal;line-height:1.25;letter-spacing:1px}}@media (max-width:425px){.technology-is-really-about-people-column1 div{font-size:20px;line-height:2;letter-spacing:.63px}}@media (max-width:320px){.technology-is-really-about-people-column1 div{width:90%}}@media (max-width:450px){.how-we-work-wrapper .top-desc{line-height:1.5}}@media (max-width:320px){.how-we-work-wrapper .top-desc{width:94%}}@media (max-width:320px){.payment-agreements-text-block .top-desc{width:88.8%}}@media (max-width:1439px){.wp-block-lazyblock-how-we-work-top-block .solute-wrapper .solute-text-block h1{width:87.1%;line-height:1.13}.wp-block-lazyblock-how-we-work-top-block .solute-wrapper .solute-img-wrapper{width:96%;margin-left:2%}.payment-agreements-wrapper{margin-left:4.1%}.payment-agreements-wrapper,.technology-is-really-about-people-wrapper{margin-left:3.1%}.wp-block-lazyblock-how-we-work-top-block .solute-wrapper .solute-delivery-models{padding-left:4.1%}}@media (min-width:425px) and (max-width:768px){.payment-agreements-wrapper,.technology-is-really-about-people-wrapper{margin:0 3.1% 56px}}.contact-us-wrapper p.small-gray{font-family:MulishRegular;font-size:14px;line-height:1.43;letter-spacing:.4px;color:rgba(94,96,99,.8)}.contact-us-wrapper p.small-dark-blue-gray{font-family:MulishRegular;font-size:14px;line-height:1.29;letter-spacing:.4px;color:#081120}.contact-us-wrapper a{text-decoration:none}.contact-us-wrapper .file-upload-form .pretty-load{font-size:16px;padding:0 10px}@media (max-width:768px){.contact-us-wrapper h2{font-size:36px}}@media (max-width:450px){.contact-us-wrapper h1{font-family:Mulish;font-size:28px!important;font-weight:400;letter-spacing:.4px}.contact-us-wrapper h5,.contact-us-wrapper p{font-family:MulishRegular;font-size:16px!important;line-height:1.5;letter-spacing:.5px}.contact-us-wrapper h2{font-family:Mulish;font-size:28px!important;font-weight:400;letter-spacing:.3px}.contact-us-wrapper h3{font-size:20px!important}}footer.footer-contact-us-wrapper .tell-us-about-project form .tell-us-about-project-forms-block-row-1 .tell-us-about-project-forms-blockrow-1-column-1 .tell-us-about-project-forms-block-wrapper input::-webkit-input-placeholder{color:hsla(0,0%,100%,.4);white-space:wrap}footer.footer-contact-us-wrapper .tell-us-about-project form .tell-us-about-project-forms-block-row-1 .tell-us-about-project-forms-blockrow-1-column-1 .tell-us-about-project-forms-block-wrapper input::-moz-placeholder{color:hsla(0,0%,100%,.4);white-space:wrap}.contact-us-wrapper footer.footer-contact-us-wrapper .tell-us-about-project form .tell-us-about-project-forms-block-row-1 .tell-us-about-project-forms-blockrow-1-column-1 .tell-us-about-project-forms-block-wrapper select{border-radius:0}@-moz-document url-prefix(){.contact-us-wrapper footer.footer-contact-us-wrapper .tell-us-about-project form .tell-us-about-project-forms-block-row-1 .tell-us-about-project-forms-blockrow-1-column-1 .tell-us-about-project-forms-block-wrapper select{color:transparent;text-shadow:0 0 0 #fff}}.contact-us-wrapper footer.footer-contact-us-wrapper .tell-us-about-project form .tell-us-about-project-forms-block-row-1 .tell-us-about-project-forms-blockrow-1-column-2{display:-ms-flexbox;display:-webkit-box;display:flex;-ms-flex-direction:column;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;width:63.2%}.contact-us-wrapper footer.footer-contact-us-wrapper .tell-us-about-project form .tell-us-about-project-forms-block-row-1 .tell-us-about-project-forms-blockrow-1-column-2 .error-span{margin-right:0}.contact-us-wrapper footer.footer-contact-us-wrapper .tell-us-about-project form .tell-us-about-project-forms-block-row-1 .tell-us-about-project-forms-blockrow-1-column-2 p{display:-ms-flexbox;display:-webkit-box;display:flex;-ms-flex-direction:row;-webkit-box-orient:horizontal;-webkit-box-direction:normal;flex-direction:row;font-family:MulishRegular;font-size:14px!important;line-height:1.71;letter-spacing:.4px;color:#fff}.contact-us-wrapper footer.footer-contact-us-wrapper .tell-us-about-project form .tell-us-about-project-forms-block-row-1 .tell-us-about-project-forms-blockrow-1-column-2 textarea{width:100%;height:158px;resize:vertical;min-height:158px;background-color:rgba(0,83,206,.34);border:1px solid rgba(0,158,253,.9);font-family:MulishRegular;font-size:16px;line-height:1.5;letter-spacing:.5px;color:#fff;caret-color:rgba(0,158,253,.9);padding-left:24px;padding-top:18px;vertical-align:top;margin-bottom:13px;-webkit-box-sizing:border-box;box-sizing:border-box}.contact-us-wrapper footer.footer-contact-us-wrapper .tell-us-about-project form .tell-us-about-project-forms-block-row-1 .tell-us-about-project-forms-blockrow-1-column-2 textarea:hover{background-color:rgba(0,83,206,.44)}.contact-us-wrapper footer.footer-contact-us-wrapper .tell-us-about-project form .tell-us-about-project-forms-block-row-1 .tell-us-about-project-forms-blockrow-1-column-2 textarea.active{outline:none;border:1px solid #ff3c3c}.contact-us-wrapper footer.footer-contact-us-wrapper .tell-us-about-project form .tell-us-about-project-forms-block-row-1 .tell-us-about-project-forms-blockrow-1-column-2 textarea::-webkit-input-placeholder{color:hsla(0,0%,100%,.4);white-space:wrap}.contact-us-wrapper footer.footer-contact-us-wrapper .tell-us-about-project form .tell-us-about-project-forms-block-row-1 .tell-us-about-project-forms-blockrow-1-column-2 textarea::-moz-placeholder{color:hsla(0,0%,100%,.4);white-space:wrap}.contact-us-wrapper footer.footer-contact-us-wrapper .tell-us-about-project form .tell-us-about-project-forms-block-row-1 .tell-us-about-project-forms-blockrow-1-column-2 .checkbox-text{display:-ms-flexbox;display:-webkit-box;display:flex;-ms-flex-direction:row;-webkit-box-orient:horizontal;-webkit-box-direction:normal;flex-direction:row;font-family:MulishRegular;font-size:14px;line-height:1.29;letter-spacing:.4px;color:#fff;-ms-user-select:none;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none;margin:15px 0}@media (max-width:850px){.contact-us-wrapper footer.footer-contact-us-wrapper .tell-us-about-project form .tell-us-about-project-forms-block-row-1 .tell-us-about-project-forms-blockrow-1-column-2 .checkbox-text{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin:40px 0 15px}}.contact-us-wrapper footer.footer-contact-us-wrapper .tell-us-about-project form .tell-us-about-project-forms-block-row-1 .tell-us-about-project-forms-blockrow-1-column-2 .checkbox-text p{display:block}.contact-us-wrapper footer.footer-contact-us-wrapper .tell-us-about-project form .tell-us-about-project-forms-block-row-1 .tell-us-about-project-forms-blockrow-1-column-2 .checkbox-text p:first-child{margin-left:0}.contact-us-wrapper footer.footer-contact-us-wrapper .tell-us-about-project form .tell-us-about-project-forms-block-row-2{-ms-flex-align:center;-webkit-box-align:center;align-items:center;-ms-flex-pack:justify;-webkit-box-pack:justify;justify-content:space-between;margin-top:27px;font-family:MulishRegular;font-size:14px;line-height:1.29;letter-spacing:.4px;color:#fff}.contact-us-wrapper footer.footer-contact-us-wrapper .tell-us-about-project form .tell-us-about-project-forms-block-row-2 .tell-us-about-project-checkbox-wrapper{display:-ms-flexbox;display:-webkit-box;display:flex;-ms-flex-direction:row;-webkit-box-orient:horizontal;-webkit-box-direction:normal;flex-direction:row;-ms-flex-align:center;-webkit-box-align:center;align-items:center;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-ms-flex-pack:justify;-webkit-box-pack:justify;justify-content:space-between}.contact-us-wrapper footer.footer-contact-us-wrapper .tell-us-about-project form .tell-us-about-project-forms-block-row-2 .tell-us-about-project-checkbox-wrapper [type=checkbox]:checked+label:before,.contact-us-wrapper footer.footer-contact-us-wrapper .tell-us-about-project form .tell-us-about-project-forms-block-row-2 .tell-us-about-project-checkbox-wrapper [type=checkbox]:not(:checked)+label:before{min-width:18px;width:18px;position:static}.contact-us-wrapper footer.footer-contact-us-wrapper .tell-us-about-project form .tell-us-about-project-forms-block-row-2 .tell-us-about-project-checkbox-wrapper [type=checkbox]:checked+label:after,.contact-us-wrapper footer.footer-contact-us-wrapper .tell-us-about-project form .tell-us-about-project-forms-block-row-2 .tell-us-about-project-checkbox-wrapper [type=checkbox]:not(:checked)+label:after{position:relative;left:-18px;-ms-flex-order:1;-webkit-box-ordinal-group:2;order:1}.contact-us-wrapper footer.footer-contact-us-wrapper .tell-us-about-project form .tell-us-about-project-forms-block-row-2 .tell-us-about-project-checkbox-wrapper label{display:-ms-flexbox;display:-webkit-box;display:flex;-ms-flex-direction:row;-webkit-box-orient:horizontal;-webkit-box-direction:normal;flex-direction:row;-ms-flex-align:center;-webkit-box-align:center;align-items:center;padding:0;-ms-user-select:none;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none}.contact-us-wrapper footer.footer-contact-us-wrapper .tell-us-about-project form .tell-us-about-project-forms-block-row-2 .tell-us-about-project-checkbox-wrapper label.active:before{border:2px solid #ff3c3c}.contact-us-wrapper footer.footer-contact-us-wrapper .tell-us-about-project form .tell-us-about-project-forms-block-row-2 .tell-us-about-project-checkbox-wrapper label span{white-space:normal;-ms-flex-order:2;-webkit-box-ordinal-group:3;order:2;position:relative;left:-8px;color:#fff}.contact-us-wrapper footer.footer-contact-us-wrapper .tell-us-about-project form .tell-us-about-project-forms-block-row-2 .tell-us-about-project-checkbox-wrapper button{width:355px;height:50px;background-color:#004ab6;background-image:linear-gradient(82deg,rgba(0,83,206,.9),rgba(0,158,253,.89));border:none;font-family:MulishMedium;font-size:11px;font-weight:500;letter-spacing:.5px;text-align:center;color:#fff}.contact-us-wrapper footer.footer-contact-us-wrapper .tell-us-about-project form .tell-us-about-project-forms-block-row-2 .tell-us-about-project-checkbox-wrapper button:hover{background-image:linear-gradient(257deg,rgba(0,83,206,.9),rgba(0,158,253,.89))}.contact-us-wrapper footer.footer-contact-us-wrapper .tell-us-about-project form .tell-us-about-project-forms-block-row-2 .tell-us-about-project-checkbox-wrapper button:active,.contact-us-wrapper footer.footer-contact-us-wrapper .tell-us-about-project form .tell-us-about-project-forms-block-row-2 .tell-us-about-project-checkbox-wrapper button:focus{background-image:linear-gradient(283deg,#004ab6,#008ce0)}.contact-us-wrapper footer.footer-contact-us-wrapper .tell-us-about-project form .tell-us-about-project-forms-block-row-2 .tell-us-about-project-checkbox-wrapper button:disabled{opacity:.4;background-image:linear-gradient(283deg,#004ab6,#008ce0);border:1px solid rgba(0,83,206,.9)}.contact-us-wrapper footer.footer-contact-us-wrapper .footer-menu{padding-top:40px;margin:0 11.5%}.contact-us-wrapper footer.footer-contact-us-wrapper .footer-menu .footer-menu-row1{display:-ms-flexbox;display:-webkit-box;display:flex;-ms-flex-direction:row;-webkit-box-orient:horizontal;-webkit-box-direction:normal;flex-direction:row;-ms-flex-pack:justify;-webkit-box-pack:justify;justify-content:space-between}.contact-us-wrapper footer.footer-contact-us-wrapper .footer-menu .footer-menu-row1 ul a{text-decoration:none;font-family:MulishRegular;font-size:14px;line-height:1.57;letter-spacing:.4px;color:#909396;-webkit-transition:color .2s;transition:color .2s}.contact-us-wrapper footer.footer-contact-us-wrapper .footer-menu .footer-menu-row1 ul a:hover{color:#081120}.contact-us-wrapper footer.footer-contact-us-wrapper .footer-menu .footer-menu-row1 ul li{list-style-type:none;margin-bottom:10px}.contact-us-wrapper footer.footer-contact-us-wrapper .footer-menu .footer-menu-row1 ul>li{font-family:Mulish;font-size:14px;font-weight:400;line-height:1.29;letter-spacing:.4px;color:#081120}.contact-us-wrapper footer.footer-contact-us-wrapper .footer-menu .footer-menu-row1 .footer-menu-row1-column1 a.logo-place img{width:166px;height:12px;-o-object-fit:cover;object-fit:cover}.contact-us-wrapper footer.footer-contact-us-wrapper .footer-menu .footer-menu-row1 .footer-menu-row1-column1 p{width:145px;font-family:MulishRegular;font-size:14px;line-height:1.57;letter-spacing:.4px;color:#909396;margin-top:16px}.contact-us-wrapper footer.footer-contact-us-wrapper .footer-separator hr{margin-top:26px;height:2px;color:rgba(219,223,229,.6)}.contact-us-wrapper footer.footer-contact-us-wrapper .footer-bottom-block{display:-ms-flexbox;display:-webkit-box;display:flex;-ms-flex-pack:justify;-webkit-box-pack:justify;justify-content:space-between;-ms-flex-align:center;-webkit-box-align:center;align-items:center;margin:26px 11.5% 20px;font-family:MulishRegular;font-size:14px;line-height:1.29;letter-spacing:.4px;color:#909396}.contact-us-wrapper footer.footer-contact-us-wrapper .footer-bottom-block .footer-bottom-block-column{width:33.333%}.contact-us-wrapper footer.footer-contact-us-wrapper .footer-bottom-block .footer-bottom-block-column-1{display:-ms-flexbox;display:-webkit-box;display:flex;-ms-flex-pack:start;-webkit-box-pack:start;justify-content:flex-start}.contact-us-wrapper footer.footer-contact-us-wrapper .footer-bottom-block .footer-bottom-block-column-1 p a{text-decoration:none;font-family:MulishRegular;font-size:14px;line-height:1.29;letter-spacing:.4px;color:#909396}.contact-us-wrapper footer.footer-contact-us-wrapper .footer-bottom-block .footer-bottom-block-column-1 p img{width:4px;height:4px;margin:0 10px 1px 6px}.contact-us-wrapper footer.footer-contact-us-wrapper .footer-bottom-block .footer-bottom-block-column-2{display:-ms-flexbox;display:-webkit-box;display:flex;-ms-flex-pack:center;-webkit-box-pack:center;justify-content:center}.contact-us-wrapper footer.footer-contact-us-wrapper .footer-bottom-block .footer-bottom-block-column-2 p{color:#909396}.contact-us-wrapper footer.footer-contact-us-wrapper .footer-bottom-block .footer-bottom-block-column-3{display:-ms-flexbox;display:-webkit-box;display:flex;-ms-flex-direction:row;-webkit-box-orient:horizontal;-webkit-box-direction:normal;flex-direction:row;-ms-flex-pack:end;-webkit-box-pack:end;justify-content:flex-end}.contact-us-wrapper footer.footer-contact-us-wrapper .footer-bottom-block .footer-bottom-block-column-3 a{display:block;width:26px;height:26px;margin-right:14px}.contact-us-wrapper footer.footer-contact-us-wrapper .footer-bottom-block .footer-bottom-block-column-3 a:hover{-webkit-filter:brightness(1.5);filter:brightness(1.5)}.contact-us-wrapper footer.footer-contact-us-wrapper .footer-bottom-block .footer-bottom-block-column-3 a:last-child{margin-right:0}.contact-us-wrapper .solute-contact-us-wrapper{display:-ms-flexbox;display:-webkit-box;display:flex;-ms-flex-direction:row;-webkit-box-orient:horizontal;-webkit-box-direction:normal;flex-direction:row;margin-top:114px}.contact-us-wrapper .solute-contact-us-wrapper a{text-decoration:none;color:inherit}.contact-us-wrapper .solute-contact-us-wrapper .solute-contact-us-column1{width:50%;padding-left:11.4%}.contact-us-wrapper .solute-contact-us-wrapper .solute-contact-us-column1 h5{margin-bottom:40px}.contact-us-wrapper .solute-contact-us-wrapper .solute-contact-us-column1 p.header-p{display:-ms-flexbox;display:-webkit-box;display:flex;-ms-flex-align:center;-webkit-box-align:center;align-items:center;font-family:Mulish;font-size:20px;font-weight:400;line-height:1.3;letter-spacing:.6px;color:#081120;margin-bottom:12px}.contact-us-wrapper .solute-contact-us-wrapper .solute-contact-us-column1 p.header-p img{width:14px;height:20px;cursor:pointer}.contact-us-wrapper .solute-contact-us-wrapper .solute-contact-us-column1 p.header-p img:first-child{position:relative;z-index:1;margin-left:14px;opacity:1;-webkit-transition:.2s;transition:.2s}.contact-us-wrapper .solute-contact-us-wrapper .solute-contact-us-column1 p.header-p img:last-child{margin-left:-14px;opacity:0;-webkit-transition:.2s;transition:.2s}.contact-us-wrapper .solute-contact-us-wrapper .solute-contact-us-column1 p.header-p img:first-child:hover{opacity:0}.contact-us-wrapper .solute-contact-us-wrapper .solute-contact-us-column1 p.header-p img:first-child:hover~img:last-child{opacity:1}.contact-us-wrapper .solute-contact-us-wrapper .solute-contact-us-column1 .email-content-wrapper{display:-ms-flexbox;display:-webkit-box;display:flex;-ms-flex-direction:row;-webkit-box-orient:horizontal;-webkit-box-direction:normal;flex-direction:row;-ms-flex-pack:justify;-webkit-box-pack:justify;justify-content:space-between}.contact-us-wrapper .solute-contact-us-wrapper .solute-contact-us-column1 .email-content-wrapper .email-content-row{display:-ms-flexbox;display:-webkit-box;display:flex;-ms-flex-direction:column;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;-ms-flex-pack:start;-webkit-box-pack:start;justify-content:flex-start;margin-right:30px}.contact-us-wrapper .solute-contact-us-wrapper .solute-contact-us-column1 .email-content-wrapper .email-content-row p{font-family:MulishRegular;font-size:18px;line-height:1.44;letter-spacing:.6px;margin-bottom:12px;padding-right:10px;cursor:pointer}.contact-us-wrapper .solute-contact-us-wrapper .solute-contact-us-column1 .email-content-wrapper .email-content-row p a{color:#081120}.contact-us-wrapper .solute-contact-us-wrapper .solute-contact-us-column1 .email-content-wrapper .email-content-row p:hover a{color:rgba(0,83,206,.9);-webkit-transition:.3s;transition:.3s}.contact-us-wrapper .solute-contact-us-wrapper .solute-contact-us-column1 .email-content-wrapper .email-content-row p.p-320{display:none}.contact-us-wrapper .solute-contact-us-wrapper .solute-contact-us-column1 .email-content-wrapper .email-right{display:-ms-flexbox;display:-webkit-box;display:flex;-ms-flex-direction:column;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;-ms-flex-pack:start;-webkit-box-pack:start;justify-content:flex-start;margin-right:auto}.contact-us-wrapper .solute-contact-us-wrapper .solute-contact-us-column1 .email-content-wrapper .email-right p{position:relative;top:3px;font-family:MulishRegular;font-size:14px;line-height:1.29;letter-spacing:.4px;color:#909396;margin-bottom:21px}.contact-us-wrapper .solute-contact-us-wrapper .solute-contact-us-column1 p.slate-gray{width:47%;font-family:MulishRegular;font-size:18px;line-height:1.44;letter-spacing:.6px;color:#5e6063;margin-bottom:40px}@media (max-width:1200px){.contact-us-wrapper .solute-contact-us-wrapper .solute-contact-us-column1 p.slate-gray{width:60%}}.contact-us-wrapper .solute-contact-us-wrapper .solute-contact-us-column1 p.slate-gray a{color:#5e6063}.contact-us-wrapper .solute-contact-us-wrapper .solute-contact-us-column1 p:last-child{margin-bottom:0}.contact-us-wrapper .solute-contact-us-wrapper .solute-contact-us-column2{width:50%}.contact-us-wrapper .solute-contact-us-wrapper .solute-contact-us-column2 img{width:100%;height:auto}.contact-us-wrapper .solute-contact-us-wrapper .solute-contact-us-column2 .solute-contact-us-column2-img{width:100%;height:100%;background-size:cover;background-position:50%;background-repeat:no-repeat}.contact-us-wrapper hr{height:1px;color:#dbdfe5;margin:50px 0 50px 11.4%}.contact-us-wrapper .open-positions-wrapper{margin-left:11.4%;margin-right:18.1%}.contact-us-wrapper .open-positions-wrapper p.big-header-p{font-family:Mulish;font-size:34px;font-weight:400;line-height:1.18;letter-spacing:1.1px;color:#081120;margin-bottom:12px}.contact-us-wrapper .open-positions-wrapper p.big-slate-gray{width:56.9%;font-family:MulishRegular;font-size:20px;line-height:1.5;letter-spacing:.5px;color:#5e6063;margin-bottom:40px}.contact-us-wrapper .open-positions-wrapper p.small-header-p{font-family:Mulish;font-size:16px;font-weight:400;line-height:1.5;letter-spacing:.5px;color:#081120;margin-bottom:10px}.contact-us-wrapper .open-positions-wrapper p.small-slate-gray{width:46.2%;font-family:MulishRegular;font-size:16px;line-height:1.5;letter-spacing:.5px;color:#5e6063;margin-bottom:30px}.contact-us-wrapper .open-positions-wrapper p.learn-more{width:130px;font-family:MulishMedium;font-size:11px;font-weight:500;letter-spacing:.5px;color:rgba(0,83,206,.9);cursor:pointer}.contact-us-wrapper .open-positions-wrapper p.learn-more a{color:rgba(0,83,206,.9)}.contact-us-wrapper .open-positions-wrapper p.learn-more img{width:9px;height:8px;margin-left:4px;-webkit-transition:.3s;transition:.3s}.contact-us-wrapper .open-positions-wrapper p.learn-more:hover img{margin-left:8px}.contact-us-wrapper .open-positions-wrapper hr{width:100%;margin:20px 0}.contact-us-wrapper .open-positions-wrapper hr:last-child{margin-left:0;margin-top:20px;margin-bottom:80px}@media (max-width:768px){.contact-us-wrapper h1{font-size:36px!important}}@media (max-width:450px){.contact-us-wrapper h1{font-family:Mulish;font-size:28px!important;font-weight:400}}.contact-us-wrapper .solute-contact-us-wrapper .solute-contact-us-column1 h1{margin-bottom:12px}.contact-us-wrapper .solute-contact-us-wrapper .solute-contact-us-column1 h2{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-align:center;-webkit-box-align:center;align-items:center;font-size:24px;font-stretch:normal;font-style:normal;line-height:1.25;letter-spacing:.75px;margin-bottom:12px}@media (max-width:768px){.contact-us-wrapper .solute-contact-us-wrapper .solute-contact-us-column1 h2{font-size:20px!important;line-height:1.3;letter-spacing:.63px}}.contact-us-wrapper .solute-contact-us-wrapper .solute-contact-us-column1 h2 img:first-child:hover~img:last-child{opacity:1}.contact-us-wrapper .solute-contact-us-wrapper .solute-contact-us-column1 h2 img{width:14px;height:20px;cursor:pointer}.contact-us-wrapper .solute-contact-us-wrapper .solute-contact-us-column1 h2 img:first-child{position:relative;z-index:1;margin-left:14px;opacity:1;-webkit-transition:.2s;transition:.2s}.contact-us-wrapper .solute-contact-us-wrapper .solute-contact-us-column1 h2 img:first-child:hover{opacity:0}.contact-us-wrapper .solute-contact-us-wrapper .solute-contact-us-column1 h2 img:first-child:hover :last-child{opacity:1}.contact-us-wrapper .solute-contact-us-wrapper .solute-contact-us-column1 h2 img:last-child{margin-left:-14px;opacity:0;-webkit-transition:.2s;transition:.2s}.contact-us-wrapper .solute-contact-us-wrapper .solute-contact-us-column1 h2 img:last-child:visited{opacity:1}.contact-us-wrapper .solute-contact-us-wrapper .solute-contact-us-column1 .top-desc{margin-bottom:40px}@media (max-width:768px){.contact-us-wrapper .solute-contact-us-wrapper .solute-contact-us-column1 .top-desc{font-size:16px;font-weight:400;font-stretch:normal;font-style:normal;line-height:1.5;letter-spacing:.5px}}.contact-us-wrapper a[href^="tel:"]{white-space:nowrap}@media (max-width:1300px){.contact-us-wrapper footer.footer-contact-us-wrapper .tell-us-about-project .tell-us-about-project-text-block{margin-left:4.1%}.contact-us-wrapper footer.footer-contact-us-wrapper .tell-us-about-project form{margin:0 42px}.contact-us-wrapper footer.footer-contact-us-wrapper .footer-menu{margin:0 4.1%}.contact-us-wrapper footer.footer-contact-us-wrapper .footer-bottom-block{margin:30px 4.1% 22px}}@media (max-width:850px){.contact-us-wrapper footer.footer-contact-us-wrapper{width:100%}.contact-us-wrapper footer.footer-contact-us-wrapper .tell-us-about-project .tell-us-about-project-text-block{margin:0 24px 58px}.contact-us-wrapper footer.footer-contact-us-wrapper .tell-us-about-project .tell-us-about-project-text-block h2{font-size:32px;font-stretch:normal;font-style:normal;line-height:normal;letter-spacing:.4px}.contact-us-wrapper footer.footer-contact-us-wrapper .tell-us-about-project .tell-us-about-project-text-block h5{font-size:16px}.contact-us-wrapper footer.footer-contact-us-wrapper .tell-us-about-project form{margin:0 auto}.contact-us-wrapper footer.footer-contact-us-wrapper .tell-us-about-project form .tell-us-about-project-forms-block-row-1{width:77.6%;margin:0 auto;-ms-flex-direction:column;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column}.contact-us-wrapper footer.footer-contact-us-wrapper .tell-us-about-project form .tell-us-about-project-forms-block-row-1 .tell-us-about-project-forms-blockrow-1-column-1{width:100%;margin:0 auto}.contact-us-wrapper footer.footer-contact-us-wrapper .tell-us-about-project form .tell-us-about-project-forms-block-row-1 .tell-us-about-project-forms-blockrow-1-column-1 .tell-us-about-project-forms-block-wrapper input{padding:0 0 0 24px;-webkit-box-sizing:border-box;box-sizing:border-box;width:100%;margin:0}.contact-us-wrapper footer.footer-contact-us-wrapper .tell-us-about-project form .tell-us-about-project-forms-block-row-1 .tell-us-about-project-forms-blockrow-1-column-2{width:100%}textarea{padding:18px 0 0 24px}.file-upload-form,textarea{width:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.file-upload-form{height:89px}.contact-us-wrapper footer.footer-contact-us-wrapper .tell-us-about-project form .tell-us-about-project-forms-block-row-2{margin-top:38px}.contact-us-wrapper footer.footer-contact-us-wrapper .tell-us-about-project form .tell-us-about-project-forms-block-row-2 .tell-us-about-project-checkbox-wrapper{-ms-flex-direction:column;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;-ms-flex-align:center;-webkit-box-align:center;align-items:center}.contact-us-wrapper footer.footer-contact-us-wrapper .tell-us-about-project form .tell-us-about-project-forms-block-row-2 .tell-us-about-project-checkbox-wrapper p{width:77.6%;-ms-flex-order:1;-webkit-box-ordinal-group:2;order:1;margin-top:30px}}@media (max-width:850px) and (max-width:450px){.contact-us-wrapper footer.footer-contact-us-wrapper .tell-us-about-project form .tell-us-about-project-forms-block-row-2 .tell-us-about-project-checkbox-wrapper p{margin-top:30px}}@media (max-width:850px){.contact-us-wrapper footer.footer-contact-us-wrapper .tell-us-about-project form .tell-us-about-project-forms-block-row-2 .tell-us-about-project-checkbox-wrapper button{width:77.6%;margin:0 auto}.contact-us-wrapper footer.footer-contact-us-wrapper .footer-menu{margin:0 3.1%}.contact-us-wrapper footer.footer-contact-us-wrapper .footer-menu .footer-menu-row1{-ms-flex-wrap:wrap;flex-wrap:wrap}.contact-us-wrapper footer.footer-contact-us-wrapper .footer-menu .footer-menu-row1 .footer-menu-row1-column1{display:-ms-flexbox;display:-webkit-box;display:flex;-ms-flex-direction:column;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;-ms-flex-pack:center;-webkit-box-pack:center;justify-content:center;margin-bottom:46px;width:100%}.contact-us-wrapper footer.footer-contact-us-wrapper .footer-menu .footer-menu-row1 .footer-menu-row1-column1 p{text-align:center;width:100%}.contact-us-wrapper footer.footer-contact-us-wrapper .footer-menu .footer-menu-row1 .footer-menu-row1-column1 .logo-place{margin:0 auto}.contact-us-wrapper footer.footer-contact-us-wrapper .footer-menu .footer-menu-row1 .footer-menu-row1-column4{width:31%}.contact-us-wrapper footer.footer-contact-us-wrapper .footer-bottom-block .footer-bottom-block-column-2{margin-left:-37px;width:25%;text-align:center}.contact-us-wrapper footer.footer-contact-us-wrapper .footer-bottom-block .footer-bottom-block-column-2 p{width:139px;font-size:12px}}@media (max-width:540px){.contact-us-wrapper footer.footer-contact-us-wrapper .tell-us-about-project{padding:50px 12px 34px}.contact-us-wrapper footer.footer-contact-us-wrapper .tell-us-about-project .tell-us-about-project-text-block{margin:0 0 22px}.contact-us-wrapper footer.footer-contact-us-wrapper .tell-us-about-project .tell-us-about-project-text-block h2{font-size:24px!important;font-stretch:normal;font-style:normal;line-height:normal;letter-spacing:.3px;color:#fff}.contact-us-wrapper footer.footer-contact-us-wrapper .tell-us-about-project .tell-us-about-project-text-block h2 img{width:4px;height:4px}.contact-us-wrapper footer.footer-contact-us-wrapper .tell-us-about-project .tell-us-about-project-text-block h5{font-size:14px}.contact-us-wrapper footer.footer-contact-us-wrapper .tell-us-about-project form .tell-us-about-project-forms-block-row-1,.contact-us-wrapper footer.footer-contact-us-wrapper .tell-us-about-project form .tell-us-about-project-forms-block-row-2 .tell-us-about-project-checkbox-wrapper p{width:100%}.contact-us-wrapper footer.footer-contact-us-wrapper .tell-us-about-project form .tell-us-about-project-forms-block-row-2 .tell-us-about-project-checkbox-wrapper label{font-size:12px}.contact-us-wrapper footer.footer-contact-us-wrapper .tell-us-about-project form .tell-us-about-project-forms-block-row-2 .tell-us-about-project-checkbox-wrapper button{width:100%}.contact-us-wrapper footer.footer-contact-us-wrapper .footer-menu .footer-menu-row1 .footer-menu-row1-column1{display:-ms-flexbox;display:-webkit-box;display:flex;-ms-flex-direction:column;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column}.contact-us-wrapper footer.footer-contact-us-wrapper .footer-menu .footer-menu-row1 .footer-menu-row1-column1 .logo-place{margin:10px 0 0;text-align:left}.contact-us-wrapper footer.footer-contact-us-wrapper .footer-menu .footer-menu-row1 .footer-menu-row1-column1 p{margin:10px 0 0;text-align:left;width:84.4%}.contact-us-wrapper footer.footer-contact-us-wrapper .footer-menu .footer-menu-row1 .footer-menu-row1-column3,.contact-us-wrapper footer.footer-contact-us-wrapper .footer-menu .footer-menu-row1 .footer-menu-row1-column4,.contact-us-wrapper footer.footer-contact-us-wrapper .footer-menu .footer-menu-row1 hr{display:none}.contact-us-wrapper footer.footer-contact-us-wrapper .footer-bottom-block{-ms-flex-direction:column;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;-ms-flex-align:start;-webkit-box-align:start;align-items:flex-start;margin:25px 3.1% 41px}.contact-us-wrapper footer.footer-contact-us-wrapper .footer-bottom-block .footer-bottom-block-column-1{width:100%}.contact-us-wrapper footer.footer-contact-us-wrapper .footer-bottom-block .footer-bottom-block-column-1 p{display:-ms-flexbox;display:-webkit-box;display:flex;-ms-flex-direction:column;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;margin-bottom:24px}.contact-us-wrapper footer.footer-contact-us-wrapper .footer-bottom-block .footer-bottom-block-column-1 p img{display:none}.contact-us-wrapper footer.footer-contact-us-wrapper .footer-bottom-block .footer-bottom-block-column-1 p a:first-child{margin-bottom:16px}.contact-us-wrapper footer.footer-contact-us-wrapper .footer-bottom-block .footer-bottom-block-column-2{width:100%;margin:24px 0;-ms-flex-order:1;-webkit-box-ordinal-group:2;order:1;text-align:left;-ms-flex-pack:start;-webkit-box-pack:start;justify-content:flex-start}.contact-us-wrapper footer.footer-contact-us-wrapper .footer-bottom-block .footer-bottom-block-column-2 p{width:auto;font-size:12px!important}.contact-us-wrapper footer.footer-contact-us-wrapper .footer-bottom-block .footer-bottom-block-column-3{width:auto}}@media (max-width:1024px){.contact-us-wrapper .solute-contact-us-wrapper .solute-contact-us-column1{padding-left:4.1%}.contact-us-wrapper .solute-contact-us-wrapper .solute-contact-us-column2 .solute-contact-us-column2-img{height:590px;-o-object-fit:cover;object-fit:cover;background-size:cover;background-position:50%}.contact-us-wrapper .open-positions-wrapper,.contact-us-wrapper hr{margin-left:4.1%}}@media (max-width:900px){.contact-us-wrapper .solute-contact-us-wrapper{-ms-flex-direction:column;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;margin-top:105px}.contact-us-wrapper .solute-contact-us-wrapper .solute-contact-us-column1{width:100%;padding:0 2.6%}.contact-us-wrapper .solute-contact-us-wrapper .solute-contact-us-column1 p.slate-gray{width:100%}.contact-us-wrapper .solute-contact-us-wrapper .solute-contact-us-column2{width:100%;margin-top:67px}}@media (max-width:900px) and (min-width:425px){.contact-us-wrapper .solute-contact-us-wrapper .solute-contact-us-column2{margin-bottom:100px}}@media (max-width:900px){.contact-us-wrapper hr{display:none}.contact-us-wrapper .open-positions-wrapper{margin-left:3.6%;margin-right:0}.contact-us-wrapper .open-positions-wrapper p.big-slate-gray,.contact-us-wrapper .open-positions-wrapper p.small-slate-gray{width:87.2%}.contact-us-wrapper .open-positions-wrapper hr{display:block;width:100%}}@media (max-width:425px){.contact-us-wrapper .solute-contact-us-wrapper{margin-top:30px}.contact-us-wrapper .solute-contact-us-wrapper .solute-contact-us-column1{padding:0 3.1%}.contact-us-wrapper .solute-contact-us-wrapper .solute-contact-us-column2{margin-top:7px}.contact-us-wrapper .solute-contact-us-wrapper .solute-contact-us-column2-img{height:180px}.contact-us-wrapper .solute-contact-us-wrapper .solute-contact-us-column1 p.slate-gray{width:84.4%;margin-bottom:30px}.contact-us-wrapper .solute-contact-us-wrapper .solute-contact-us-column1 .email-content-wrapper{margin-bottom:30px}.contact-us-wrapper .solute-contact-us-wrapper .solute-contact-us-column1 .email-content-wrapper .email-content-row{-ms-flex-direction:column;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;-ms-flex-align:start;-webkit-box-align:start;align-items:flex-start}.contact-us-wrapper .solute-contact-us-wrapper .solute-contact-us-column1 .email-content-wrapper .email-content-row p.p-320{font-family:MulishRegular;font-size:14px;line-height:1.5;letter-spacing:.4px;color:#909396;width:100%;display:block;margin-bottom:0}.contact-us-wrapper .solute-contact-us-wrapper .solute-contact-us-column1 .email-content-wrapper .email-right{display:none}.contact-us-wrapper .open-positions-wrapper{margin:0 3.8% 60px}.contact-us-wrapper .open-positions-wrapper hr:last-child{display:none}}.contact-us-wrapper .footer-separator hr{display:block;margin-left:0}.scholarship-wrapper h1{font-weight:400}.wp-block-lazyblock-scholarship-program-and-winners .company-swiper .swiper-slide-next,.wp-block-lazyblock-scholarship-program-and-winners .company-swiper .swiper-slide-prev{opacity:0}.scholarship-wrapper #attach-error{display:inline-block;margin-top:-23px}@media (max-width:850px){.scholarship-wrapper .file-upload-form{width:100%;height:89px;padding:0;-webkit-box-sizing:border-box;box-sizing:border-box}}.scholarship-wrapper footer textarea.active,.scholarship-wrapper footer textarea.active:hover{border:1px solid rgba(0,158,253,.9)!important}.scholarship-wrapper #usd{display:-webkit-box;display:-ms-flexbox;display:flex}.scholarship-wrapper span.label-input{width:auto;float:left;display:inline-block;margin-left:24px;font-family:MulishRegular;font-size:14px;line-height:1.71;letter-spacing:.4px;color:#fff;overflow:hidden;height:20px;margin-bottom:3px}.scholarship-wrapper footer label.error{width:auto;float:right}@media (max-width:450px){.scholarship-wrapper footer .tell-us-about-project .tell-us-about-project-text-block div.desc{font-size:14px}}@media (max-width:450px){.scholarship-wrapper footer input{height:44px}}.scholarship-wrapper footer form hr{border-top:1px solid #ccc;max-width:none;margin:32.5px 0 33.5px}.scholarship-closed footer hr{background-color:#0053ce;margin:40px 0;border:none}.scholarship-wrapper footer .gender-label{font-family:Mulish;font-size:16px;font-weight:400;font-style:normal;font-stretch:normal;line-height:1.13;letter-spacing:.5px;color:#fff}@media (max-width:320px){.scholarship-wrapper footer .gender-label{width:100%}}.scholarship-wrapper footer .gender-radio-button{width:48px;height:18px;font-family:MulishRegular;font-size:14px;font-weight:400;font-style:normal;font-stretch:normal;line-height:1.29;letter-spacing:.44px;color:#fff}.scholarship-wrapper footer .gender-container{padding:20px 0 0}@media (max-width:400px){.scholarship-wrapper footer .gender-container{padding:22px 0 15px}}.scholarship-wrapper footer [type=radio]:checked,.scholarship-wrapper footer [type=radio]:not(:checked){position:absolute;left:-9999px}.scholarship-wrapper footer [type=radio]:checked+label,.scholarship-wrapper footer [type=radio]:not(:checked)+label{position:relative;padding-left:28px;cursor:pointer;line-height:20px;display:inline-block;margin-left:24px;margin-right:24px}@media (max-width:320px){.scholarship-wrapper footer [type=radio]:checked+label:nth-child(3),.scholarship-wrapper footer [type=radio]:not(:checked)+label:nth-child(3){margin-left:0}}.scholarship-wrapper footer [type=radio]:checked+label:before,.scholarship-wrapper footer [type=radio]:not(:checked)+label:before{content:"";position:absolute;width:18px;height:18px;-webkit-box-sizing:border-box;box-sizing:border-box;left:0;top:-1px;border:1px solid #004ab6;background:#fff;-webkit-box-shadow:inset 0 1px 3px rgba(0,0,0,.1);box-shadow:inset 0 1px 3px rgba(0,0,0,.1)}.scholarship-wrapper footer [type=radio]:checked+label:after{content:"";width:18px;height:18px;background:#f87da9;top:4px;left:4px;border-radius:100%;-webkit-transition:all .2s ease;transition:all .2s ease}.scholarship-wrapper footer [type=radio]:not(:checked)+label:after{content:"";width:12px;height:12px;background:#f87da9;position:absolute;top:4px;left:4px;border-radius:100%;-webkit-transition:all .2s ease;transition:all .2s ease;opacity:0;-webkit-transform:scale(0);transform:scale(0)}.scholarship-wrapper footer [type=radio]:checked+label:after{content:url(https://www.integrasources.com/media/assets/i/enabled.svg);position:absolute;top:0;left:0;font-size:1.4em;line-height:.8;-webkit-transition:all .2s;transition:all .2s}.scholarship-wrapper .form-step-header{color:#fff;font-family:MulishRegular;font-size:16px;font-weight:400;font-style:normal;font-stretch:normal;line-height:1.13;letter-spacing:.5px;margin:24px 0}@media (max-width:450px){.scholarship-wrapper .form-step-header{font-size:14px!important}}@media (max-width:400px){.scholarship-wrapper .form-step-header{-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse;margin:28px 0 24px}}.scholarship-wrapper .form-step-header span{font-family:Mulish;font-size:16px;font-weight:400;font-style:normal;font-stretch:normal;line-height:1.13;letter-spacing:.5px}@media (max-width:450px){.scholarship-wrapper .form-step-header span{font-size:14px!important}}.scholarship-wrapper span.span-border{line-height:1.13;font-weight:100}@media (max-width:540px){.scholarship-wrapper footer .tell-us-about-project .tell-us-about-project-text-block h2{font-size:24px!important}}.scholarship-wrapper .tell-us-about-project-forms-block-wrapper{width:100%}@media (max-width:400px){.scholarship-wrapper .tell-us-about-project-forms-block-wrapper textarea{margin-bottom:15px}}.scholarship-wrapper .tell-us-about-project-forms-block-wrapper p{width:100%;-webkit-box-sizing:border-box;box-sizing:border-box;display:-ms-flexbox;display:-webkit-box;display:flex;-ms-flex-direction:row;-webkit-box-orient:horizontal;-webkit-box-direction:normal;flex-direction:row;padding-left:24px;font-size:14px;line-height:1.71;letter-spacing:.4px;color:#fff}@media (max-width:400px){.scholarship-wrapper .tell-us-about-project-forms-block-wrapper p{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}}@media (min-width:290px){.scholarship-wrapper #scholarship-form>div:nth-child(7)>div>p{white-space:nowrap}}.scholarship-wrapper #presentation{font-size:14px}.scholarship-share-container-wrapper{display:-webkit-box;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;display:-ms-flexbox}@media (min-width:400px){.scholarship-share-container-wrapper{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}}.scholarship-wrapper #shares_bottom--scholarship .jssocials-shares{display:-ms-flexbox;display:-webkit-box;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-ms-flex-direction:row;-webkit-box-orient:horizontal;-webkit-box-direction:normal;flex-direction:row;-ms-flex-align:center;-webkit-box-align:center;align-items:center}.scholarship-wrapper #shares_bottom--scholarship .jssocials-shares .jssocials-share{margin-right:12px;opacity:.6}.scholarship-wrapper #shares_bottom--scholarship .jssocials-shares .jssocials-share:hover{opacity:1}@media (max-width:400px){.scholarship-wrapper #shares_bottom--scholarship .jssocials-shares{float:right}}.scholarship-wrapper .scholarship-icons-person-caption{line-height:27px;width:116px;float:left}@media (max-width:800px){.scholarship-wrapper .scholarship-icons-person-caption{width:auto}}.scholarship-wrapper .scholarship-icons-text{font-size:12px;margin-top:16px;font-family:MulishRegular;font-weight:400;font-style:normal;font-stretch:normal;line-height:1.33;letter-spacing:.15px;color:rgba(8,17,32,.6)}.scholarship-wrapper .solute-wrapper .solute-text-block .scroll-down p{color:rgba(0,83,206,.9);line-height:.7;width:120px;font-size:14px}.scholarship-wrapper p{font-family:MulishRegular;line-height:1.29;letter-spacing:.4px;color:#5e6063}@media (max-width:800px){.scholarship-wrapper .main .solute-wrapper{margin-bottom:0!important}}.scholarship-wrapper .solute-wrapper .solute-text-block .scroll-down img{display:inline-block;width:13px;height:9px;margin-right:10px;float:left}.scholarship-wrapper .solute-wrapper .solute-text-block h5{margin-bottom:40px}.scholarship-wrapper .solute-wrapper .why-choose-us h5 p{font-size:20px;line-height:32px;color:#081120}.scholarship-wrapper footer .tell-us-about-project .tell-us-about-project-text-block{margin:0 11.4% 52px}@media (max-width:1024px){.scholarship-wrapper footer .tell-us-about-project .tell-us-about-project-text-block{margin:0 43px 52px}.scholarship-wrapper footer .tell-us-about-project .tell-us-about-project-text-block h2{font-size:38px;font-stretch:normal;font-style:normal;line-height:1.11;letter-spacing:.48px}}@media (max-width:800px){.scholarship-wrapper footer .tell-us-about-project .tell-us-about-project-text-block h2{font-size:32px;font-stretch:normal;font-style:normal;line-height:1.31;letter-spacing:.4px}}@media (max-width:540px){.scholarship-wrapper footer .tell-us-about-project .tell-us-about-project-text-block{margin:0}}.scholarship-wrapper footer .tell-us-about-project form .tell-us-about-project-forms-block-row-1{display:-ms-flexbox;display:-webkit-box;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-direction:row;-webkit-box-orient:horizontal;-webkit-box-direction:normal;flex-direction:row}@media (max-width:800px){.scholarship-wrapper footer .tell-us-about-project form .tell-us-about-project-forms-block-row-1{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.scholarship-wrapper footer .tell-us-about-project form .tell-us-about-project-forms-block-row-1.row-end{-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse}.scholarship-wrapper footer .tell-us-about-project form .tell-us-about-project-forms-block-row-1.gender-container{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}}@media (max-width:400px){.scholarship-wrapper footer .tell-us-about-project form .tell-us-about-project-forms-block-row-1 label[for=female]{margin-left:0}.scholarship-wrapper footer .tell-us-about-project form .tell-us-about-project-forms-block-row-1.gender-container{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.scholarship-wrapper footer .tell-us-about-project form .tell-us-about-project-forms-block-row-1 .checkbox-wrap{margin-top:16px}}.scholarship-wrapper footer .tell-us-about-project form .tell-us-about-project-forms-block-row-1 .tell-us-about-project-forms-blockrow-1-column-1{margin-right:0;width:100%}.scholarship-wrapper footer .tell-us-about-project form .tell-us-about-project-forms-block-row-1 .tell-us-about-project-forms-blockrow-1-column-1 .form-row{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}@media (max-width:800px){.scholarship-wrapper footer .tell-us-about-project form .tell-us-about-project-forms-block-row-1 .tell-us-about-project-forms-blockrow-1-column-1 .form-row{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;max-width:100%}}.scholarship-wrapper footer .tell-us-about-project form .tell-us-about-project-forms-block-row-1 .tell-us-about-project-forms-blockrow-1-column-1 .form-row .row{width:48%}@media (min-width:760px) and (max-width:800px){.scholarship-wrapper #scholarship-form{margin-left:11%!important;margin-right:11%!important}}@media (max-width:800px){.scholarship-wrapper footer .tell-us-about-project form .tell-us-about-project-forms-block-row-1 .tell-us-about-project-forms-blockrow-1-column-1 .form-row .row{width:100%}}.scholarship-wrapper footer .tell-us-about-project form .tell-us-about-project-forms-block-row-1 .tell-us-about-project-forms-blockrow-1-column-1 .form-row .row p.label-input{width:100%;-webkit-box-sizing:border-box;box-sizing:border-box;display:-ms-flexbox;display:-webkit-box;display:flex;-ms-flex-direction:row;-webkit-box-orient:horizontal;-webkit-box-direction:normal;flex-direction:row;padding-left:24px;font-family:MulishRegular;font-size:14px;line-height:1.71;letter-spacing:.4px;color:#fff}@media (max-width:400px){.scholarship-wrapper footer .tell-us-about-project form .tell-us-about-project-forms-block-row-1 .tell-us-about-project-forms-blockrow-1-column-1 .form-row .row p.label-input{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}}.scholarship-wrapper footer .tell-us-about-project form .tell-us-about-project-forms-block-row-1 .tell-us-about-project-forms-blockrow-1-column-2{display:-webkit-box;display:-ms-flexbox;display:flex;width:48.6%}@media (max-width:800px){.scholarship-wrapper footer .tell-us-about-project form .tell-us-about-project-forms-block-row-1 .tell-us-about-project-forms-blockrow-1-column-2{width:100%}}.scholarship-wrapper footer .tell-us-about-project form .tell-us-about-project-forms-block-row-1 .tell-us-about-project-forms-blockrow-1-column-2 #policy-error{margin-top:15px}@media (max-width:800px){.scholarship-wrapper footer .tell-us-about-project form .tell-us-about-project-forms-block-row-1 .tell-us-about-project-forms-blockrow-1-column-2 #policy-error{margin-top:15px}}.scholarship-wrapper footer .tell-us-about-project form .tell-us-about-project-forms-block-row-1 .tell-us-about-project-forms-blockrow-1-column-2 button{width:100%}@media (max-width:800px){.scholarship-wrapper footer .tell-us-about-project form .tell-us-about-project-forms-block-row-1 .tell-us-about-project-forms-blockrow-1-column-2 button{margin-bottom:24px}}.scholarship-wrapper footer .tell-us-about-project form .tell-us-about-project-forms-block-row-1 .tell-us-about-project-forms-blockrow-1-column-2 label{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:18px}@media (max-width:800px){.scholarship-wrapper footer .tell-us-about-project form .tell-us-about-project-forms-block-row-1 .tell-us-about-project-forms-blockrow-1-column-2 label{font-size:14px;font-weight:400;font-stretch:normal;font-style:normal;line-height:1.29;letter-spacing:.44px}}@media (max-width:320px){.scholarship-wrapper footer .tell-us-about-project form .tell-us-about-project-forms-block-row-1 .tell-us-about-project-forms-blockrow-1-column-2 label{font-size:12px;font-weight:400;font-stretch:normal;font-style:normal;line-height:1.5;letter-spacing:.38px}}.scholarship-wrapper footer .tell-us-about-project form .tell-us-about-project-forms-block-row-1 .tell-us-about-project-forms-blockrow-1-column-2 label .i-agree{margin-left:10px}.scholarship-wrapper #scholarship-form{margin:0 auto}@media (max-width:1024px){.scholarship-wrapper #scholarship-form{margin-left:12%;margin-right:12%}}@media (max-width:1024px) and (max-width:540px){.scholarship-wrapper #scholarship-form{margin-left:0;margin-right:0}}.wp-block-lazyblock-scholarship-program-and-winners .swiper-pagination{position:relative;bottom:0}.wp-block-lazyblock-scholarship-program-and-winners .company-swiper .swiper-pagination{position:static}@media (max-width:400px){.scholarship-wrapper .scholarship-icons p{display:-webkit-box;display:-ms-flexbox;display:flex}}.scholarship-wrapper .scholarship-icons-person-caption{opacity:.6;font-family:MulishRegular;font-size:14px;font-weight:400;font-stretch:normal;font-style:normal;line-height:1.79;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-ms-flex-wrap:wrap;flex-wrap:wrap;letter-spacing:.18px;color:#081120}.scholarship-wrapper .scholarship-icons-person-caption span:nth-child(2n){display:none}@media (max-width:800px){.scholarship-wrapper .scholarship-icons-person-caption{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.scholarship-wrapper .scholarship-icons-person-caption span:nth-child(odd){margin-left:10px}.scholarship-wrapper .scholarship-icons-person-caption span:nth-child(2n){display:block}}.wp-block-lazyblock-scholarship-program-and-winners .christophe a{margin-top:40px;margin-left:20px;float:left;font-family:Mulish;font-size:16px;font-style:normal;font-stretch:normal;line-height:1.5;letter-spacing:.5px;color:#0053ce;text-decoration:none}@media (max-width:400px){.wp-block-lazyblock-scholarship-program-and-winners .christophe a{font-size:14px;margin-top:30px;margin-left:8px}}.wp-block-lazyblock-scholarship-program-and-winners .swiper-slide .integra-sources{border-left:2px solid #0e76e6;border-image-source:linear-gradient(1deg,rgba(0,83,206,.9),rgba(0,158,253,.89));border-image-slice:1}.wp-block-lazyblock-scholarship-program-and-winners .swiper-slide img{margin-top:19px;float:left;width:70px;height:70px;-o-object-fit:cover;object-fit:cover}@media (max-width:400px){.wp-block-lazyblock-scholarship-program-and-winners .swiper-slide img{width:48px;height:48px}}.scholarship-wrapper .solute-wrapper .solute-img-wrapper{position:relative;width:92.6%;height:680px;background-size:cover;background-position:top;background-repeat:no-repeat;width:100%}@media (max-width:1024px){.scholarship-wrapper .solute-wrapper .solute-text-block h1{width:89%}}@media (max-width:800px){.scholarship-wrapper .solute-wrapper .solute-text-block h1{width:98.5%}}.scholarship-wrapper .solute-wrapper .solute-text-block .scroll-down{display:-ms-flexbox;display:-webkit-box;display:flex;-ms-flex-direction:row;-webkit-box-orient:horizontal;-webkit-box-direction:normal;flex-direction:row;-ms-flex-align:center;-webkit-box-align:center;align-items:center;margin-bottom:40px;cursor:pointer;display:inline-block}.scholarship-wrapper .why-choose-us h5 p{font-size:20px;line-height:32px;color:#081120}.wp-block-lazyblock-scholarship-program-and-winners .circle{border-radius:50%}.scholarship-wrapper main hr,.wp-block-lazyblock-scholarship-program-and-winners hr{max-width:731px;border-top:none;margin-top:40px;margin-bottom:39px;background-color:#0053ce}.scholarship-wrapper .solute-wrapper .solute-text-block{margin-left:11.4%}@media (max-width:1024px){.scholarship-wrapper .solute-wrapper .solute-text-block{margin-left:3.5%}}.scholarship-wrapper .solute-wrapper .solute-text-block .sub-title{margin-bottom:40px}@media (max-width:800px){.scholarship-wrapper .solute-wrapper .solute-text-block .sub-title{font-size:16px}}.wp-block-lazyblock-scholarship-program-and-winners .integra-sources{padding-left:20px;padding-right:20px;font-size:24px;font-weight:400;font-stretch:normal;font-style:normal;line-height:1.75;letter-spacing:normal;color:#081120;width:calc(100% - 40px)}@media (max-width:768px){.wp-block-lazyblock-scholarship-program-and-winners .integra-sources{font-size:20px}}@media (max-width:400px){.wp-block-lazyblock-scholarship-program-and-winners .integra-sources{font-size:16px;padding-left:14px;font-weight:400;font-stretch:normal;font-style:normal;line-height:1.5;letter-spacing:normal}}@media (max-width:1290px){.wp-block-lazyblock-scholarship-program-and-winners .integra-sources{width:auto}}.scholarship-wrapper .why-choose-us{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;margin:0 11.4% 134px}@media (max-width:1024px){.scholarship-wrapper .why-choose-us{margin:0 4.1% 120px}}@media (max-width:800px){.scholarship-wrapper .why-choose-us{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}@media (max-width:400px){.scholarship-wrapper .why-choose-us{margin:0 13px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.wp-block-lazyblock-scholarship-about .why-choose-us-text-block,.wp-block-lazyblock-scholarship-columns .why-choose-us-text-block,.wp-block-lazyblock-scholarship-program-and-winners .why-choose-us-text-block{margin-bottom:0;overflow:visible}.wp-block-lazyblock-scholarship-about .why-choose-us-text-block h2,.wp-block-lazyblock-scholarship-program-and-winners .why-choose-us-text-block h2{margin:0 0 34px;font-size:38px;font-stretch:normal;font-style:normal;line-height:1.11;letter-spacing:.48px;color:#081120}@media (max-width:800px){.wp-block-lazyblock-scholarship-about .why-choose-us-text-block h2,.wp-block-lazyblock-scholarship-program-and-winners .why-choose-us-text-block h2{font-size:32px!important;font-stretch:normal;font-style:normal;line-height:1.31;letter-spacing:.4px}}@media (max-width:400px){.wp-block-lazyblock-scholarship-about .why-choose-us-text-block h2,.wp-block-lazyblock-scholarship-program-and-winners .why-choose-us-text-block h2{font-size:20px!important;font-stretch:normal;font-style:normal;line-height:1.2;letter-spacing:.25px}}.scholarship-wrapper .why-choose-us .why-choose-us-text-block h2 img{width:25px;height:36px;margin-left:3px}.wp-block-lazyblock-scholarship-about .why-choose-us-text-block .choose_description p,.wp-block-lazyblock-scholarship-program-and-winners .why-choose-us-text-block .choose_description p{font-family:MulishMedium;font-weight:400;font-size:20px;font-stretch:normal;font-style:normal;line-height:1.6;letter-spacing:.25px;color:#081120}@media (max-width:450px){.wp-block-lazyblock-scholarship-about .why-choose-us-text-block .choose_description p,.wp-block-lazyblock-scholarship-program-and-winners .why-choose-us-text-block .choose_description p{font-size:16px;font-stretch:normal;font-style:normal;line-height:1.5;letter-spacing:.2px}}.wp-block-lazyblock-scholarship-program-and-winners .why-choose-us-text-block .choose_description ul{color:#081120;font-size:16px;letter-spacing:.2px}.wp-block-lazyblock-scholarship-program-and-winners .why-choose-us-text-block .choose_description ul li{font-size:16px;padding-left:14px;list-style:none;background:url(//www.integrasources.com/wp-content/themes/integra/img/i/list-dote.png) no-repeat 2px 8px;font-weight:400;font-stretch:normal;font-style:normal;line-height:1.5;letter-spacing:.2px;color:rgba(8,17,32,.7);margin-bottom:24px}@media (max-width:450px){.wp-block-lazyblock-scholarship-program-and-winners .why-choose-us-text-block .choose_description ul li{font-size:14px;margin-left:10px}}.wp-block-lazyblock-scholarship-program-and-winners .why-choose-us-text-block .choose_description ul li:last-child{margin-bottom:0}main .wp-block-lazyblock-scholarship-about,main .wp-block-lazyblock-scholarship-columns,main .wp-block-lazyblock-scholarship-program-and-winners{margin:0 auto}@media (max-width:560px){main .wp-block-lazyblock-scholarship-about,main .wp-block-lazyblock-scholarship-columns,main .wp-block-lazyblock-scholarship-program-and-winners{padding:0 20px}}.scholarship-wrapper main .wp-block-lazyblock-scholarship-about,.scholarship-wrapper main .wp-block-lazyblock-scholarship-columns,.scholarship-wrapper main .wp-block-lazyblock-scholarship-program-and-winners{margin-left:0}@media (max-width:560px){.scholarship-wrapper main .wp-block-lazyblock-scholarship-about,.scholarship-wrapper main .wp-block-lazyblock-scholarship-columns,.scholarship-wrapper main .wp-block-lazyblock-scholarship-program-and-winners{padding:inherit}}.scholarship-wrapper .why-choose-us .content-wrapper{width:100%}.wp-block-lazyblock-scholarship-about,.wp-block-lazyblock-scholarship-columns,.wp-block-lazyblock-scholarship-program-and-winners{width:73.8%;margin:0}@media (max-width:1200px){.wp-block-lazyblock-scholarship-about,.wp-block-lazyblock-scholarship-columns,.wp-block-lazyblock-scholarship-program-and-winners{width:72.4%}}@media (max-width:800px){.wp-block-lazyblock-scholarship-about,.wp-block-lazyblock-scholarship-columns,.wp-block-lazyblock-scholarship-program-and-winners{width:80%}}@media (max-width:800px) and (max-width:560px){.wp-block-lazyblock-scholarship-about,.wp-block-lazyblock-scholarship-columns,.wp-block-lazyblock-scholarship-program-and-winners{width:100%}}@media (max-width:400px){.scholarship-wrapper .why-choose-us .content-wrapper{margin-bottom:52px}}.wp-block-lazyblock-scholarship-columns article{display:-webkit-box;display:-ms-flexbox;display:flex}@media (min-width:801px){.wp-block-lazyblock-scholarship-columns article{padding-right:4%}}@media (max-width:700px){.wp-block-lazyblock-scholarship-columns article{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}@media (min-width:700px) and (max-width:1024px){.wp-block-lazyblock-scholarship-columns article div{-webkit-box-flex:0;-ms-flex:0 0 49%;flex:0 0 49%;width:auto;margin-right:auto}.wp-block-lazyblock-scholarship-columns article div:first-child{margin-right:2%}}.wp-block-lazyblock-scholarship-columns article div p{opacity:.7;font-family:MulishRegular;font-size:16px;font-weight:400;font-stretch:normal;font-style:normal;line-height:1.5;letter-spacing:.2px;color:#081120}.scholarship-wrapper .why-choose-us .sidebar-scholarship .feature-base{width:224px;float:left;overflow:hidden;margin-right:30px;padding:24px 16px}.scholarship-wrapper .why-choose-us .sidebar-scholarship .feature-base hr{border-top:1px solid #ccc;margin-bottom:0}@media (max-width:1023px){.scholarship-wrapper .why-choose-us .sidebar-scholarship .feature-base{width:179px}}@media (max-width:800px){.scholarship-wrapper .why-choose-us .sidebar-scholarship .feature-base{width:100%;padding:74px 0 24px}}@media (max-width:400px){.scholarship-wrapper .why-choose-us .sidebar-scholarship .feature-base{width:100%;padding:40px 0 24px}}@media (min-width:801px){.scholarship-wrapper .why-choose-us .sidebar-scholarship .feature-base{border:1px solid rgba(0,83,206,.9);background-color:rgba(0,83,206,.05)}}.scholarship-wrapper .why-choose-us .sidebar-scholarship .feature-base .d-flex{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.scholarship-wrapper .why-choose-us .sidebar-scholarship .feature-base .d-flex.flex-row.date{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.scholarship-wrapper .why-choose-us .sidebar-scholarship .feature-base .d-flex img{margin-top:-3px}.scholarship-wrapper .why-choose-us .sidebar-scholarship .feature-base .d-flex.flex-row{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.scholarship-wrapper .why-choose-us .sidebar-scholarship .feature-base .d-flex .date .d-flex{margin-top:0}@media (max-width:800px){.scholarship-wrapper .why-choose-us .sidebar-scholarship .feature-base .d-flex .date .d-flex{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}}@media (max-width:1025px) and (min-width:801px){.scholarship-wrapper .why-choose-us .sidebar-scholarship .feature-base .d-flex .date .d-flex{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:start}}.scholarship-wrapper .why-choose-us .sidebar-scholarship .feature-base .d-flex .date .scholarship-icons-caption{opacity:.8;font-family:MulishRegular;font-size:14px;font-weight:400;font-stretch:normal;font-style:normal;line-height:1.43;letter-spacing:.18px;color:#081120;margin-left:8px}@media (max-width:800px) and (min-width:560px){.scholarship-wrapper .why-choose-us .sidebar-scholarship .feature-base .d-flex{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}}@media (max-width:800px) and (min-width:560px){.scholarship-wrapper .why-choose-us .sidebar-scholarship .feature-base .d-flex .scholarship-icons:nth-child(2){margin-left:64px}}.scholarship-wrapper .why-choose-us .sidebar-scholarship .feature-base .span-title{font-family:Mulish;font-size:16px;font-style:normal;font-stretch:normal;line-height:1.5;letter-spacing:normal;margin-top:15px;margin-bottom:8px}@media (max-width:800px){.scholarship-wrapper .why-choose-us .sidebar-scholarship .feature-base .span-title{margin-right:23px}}.scholarship-wrapper .why-choose-us .sidebar-scholarship .feature-base .share-this{margin-top:6px}@media (max-width:800px){.scholarship-wrapper .why-choose-us .sidebar-scholarship .feature-base .share-this{margin-top:17px}}.scholarship-wrapper p.small-gray{font-family:MulishRegular;font-size:14px;line-height:1.43;letter-spacing:.4px;color:rgba(94,96,99,.8)}.scholarship-wrapper p.small-dark-blue-gray{font-family:MulishRegular;font-size:14px;line-height:1.29;letter-spacing:.4px;color:#081120}.scholarship-wrapper a{text-decoration:none}.scholarship-wrapper footer.footer-light-wrapper .tell-us-about-project{padding-top:58px;padding-bottom:103px;background-color:#fff}.scholarship-wrapper footer.footer-light-wrapper .tell-us-about-project .tell-us-about-project-text-block{margin:0 11.4%}.scholarship-wrapper footer.footer-light-wrapper .tell-us-about-project .tell-us-about-project-text-block h2{margin-bottom:12px;color:#081120}.scholarship-wrapper footer.footer-light-wrapper .tell-us-about-project .tell-us-about-project-text-block h2 span{white-space:nowrap}.scholarship-wrapper footer.footer-light-wrapper .tell-us-about-project .tell-us-about-project-text-block h2 img{margin-left:4px}.scholarship-wrapper footer.footer-light-wrapper .tell-us-about-project .tell-us-about-project-text-block h2 img.ques-sign{width:26px;height:36px}.scholarship-wrapper footer.footer-light-wrapper .tell-us-about-project .tell-us-about-project-text-block h2.got-a-project,.scholarship-wrapper footer.footer-light-wrapper .tell-us-about-project .tell-us-about-project-text-block h2.looking-to-build{display:none}.scholarship-wrapper footer.footer-light-wrapper .tell-us-about-project .tell-us-about-project-text-block h5{font-family:MulishRegular;font-size:20px;line-height:1.4;letter-spacing:.5px;color:#5e6063;margin-right:11.4%}.scholarship-wrapper h2.title{font-family:Mulish;font-size:40px;font-weight:400;letter-spacing:.5px}.scholarship-wrapper .description{font-family:MulishRegular;font-size:20px;line-height:1.4;letter-spacing:.5px;font-weight:400;font-style:normal;font-stretch:normal}.scholarship-wrapper .solute_text_block_img{background-position:50%;background-size:contain;background-repeat:no-repeat;width:63.5%;height:512px;margin:74px 0 100px}.scholarship-wrapper .learn{display:block;width:94px;margin-bottom:53px;text-decoration:none;font-family:MulishMedium;font-size:11px;font-weight:100;letter-spacing:.5px;color:rgba(0,83,206,.9);text-transform:uppercase}.scholarship-wrapper .learn img{margin-left:4px;height:9px;width:9px;-webkit-transition:.4s;transition:.4s}.scholarship-wrapper .swiper-slide__inside-block{min-height:270px;display:-ms-flexbox;display:-webkit-box;display:flex;-ms-flex-direction:column;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column}.scholarship-wrapper .swiper-slide__inside-block .learn{margin-top:auto;margin-bottom:0;display:-ms-flexbox;display:-webkit-box;display:flex;-ms-flex-align:center;-webkit-box-align:center;align-items:center;cursor:pointer}.scholarship-wrapper .swiper-slide__inside-block .learn:hover img{margin-left:8px}.scholarship-wrapper .solute_block{margin-top:150px;margin-bottom:100px}.scholarship-wrapper .solute_block .solute_text_block{-ms-flex-align:center;-webkit-box-align:center;align-items:center}.scholarship-wrapper .solute_block .solute_text_block>img{width:63.5%;margin:92px 0 100px;-o-object-fit:contain;object-fit:contain;max-width:100%}.scholarship-wrapper .solute_block .solute_text_block h2{margin:0 23.8% 14px 23.5%;width:47.7%;font-family:Mulish;text-align:center}.scholarship-wrapper .solute_block .solute_text_block h2 span img{margin-left:4px}.scholarship-wrapper .solute_block .solute_text_block h5{margin:0 20.7% 40px;text-align:center}.scholarship-wrapper .solute_block .solute_text_block h5 span{font-family:Mulish;font-size:24px;font-weight:400;color:rgba(0,83,206,.9)}.scholarship-wrapper .solute_block .solute_text_block p{font-family:MulishRegular;font-size:14px;line-height:1.29;letter-spacing:.4px;color:rgba(0,83,206,.9)}.scholarship-wrapper .solute_block .solute_text_block p img{width:13px;height:9px;margin-right:10px;-o-object-fit:contain;object-fit:contain}.scholarship-wrapper .solute_block .solute_text_block .divider{margin:70px 0 0;width:76%;border:none;height:2px;background-color:rgba(0,83,206,.9);color:rgba(0,83,206,.9)}.scholarship-wrapper .scroll{cursor:pointer}.scholarship-wrapper .iot_services_block{margin-left:11.5%;margin-right:11.5%;-ms-flex-align:left;-webkit-box-align:left;align-items:left;max-width:100%}.scholarship-wrapper .iot_services_block h2{margin-right:30.76%;margin-bottom:12px}.scholarship-wrapper .iot_services_block h2 img{margin-left:4px}@media (max-width:450px){.scholarship-wrapper h1{font-family:Mulish;font-size:28px!important;letter-spacing:.4px}.scholarship-wrapper p{font-family:MulishRegular;font-size:14px;font-stretch:normal;font-style:normal;line-height:1.71;letter-spacing:.18px}.wp-block-lazyblock-scholarship-about article div p,.wp-block-lazyblock-scholarship-program-and-winners article div p{font-size:14px!important;font-stretch:normal;font-style:normal;line-height:1.71;letter-spacing:.18px}.scholarship-wrapper h2{font-weight:400;font-stretch:normal;font-style:normal;line-height:1.2;letter-spacing:.25px}.scholarship-wrapper h2,.scholarship-wrapper h3{font-size:20px!important}}@media (max-width:800px){.scholarship-wrapper .scholarship-icons{margin-right:0;margin-left:0;margin-top:12px}.scholarship-wrapper .scholarship-icons .scholarship-icons-caption{line-height:28px;margin-left:8px}body>div.why-choose-us>div.sidebar-scholarship>div>div.d-flex.column{-webkit-box-orient:vertical!important;-webkit-box-direction:normal!important;-ms-flex-direction:column!important;flex-direction:column!important}body>div.why-choose-us>div.sidebar-scholarship>div>div.d-flex.column>div.scholarship-icons.d-flex.flex-row.date{margin-left:0}}.file-upload-form .pretty-load{position:absolute;top:0;bottom:0;display:-webkit-box;display:-ms-flexbox;display:flex;left:0;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;right:0;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;height:100%;background-color:rgba(0,83,206,.34);border:1px dashed hsla(0,0%,100%,.3);font-family:MulishRegular;font-size:16px;line-height:1.5;letter-spacing:.5px;color:hsla(0,0%,100%,.4);text-align:center;-webkit-box-sizing:border-box;box-sizing:border-box}@media (min-width:768px) and (max-width:800px){.scholarship-wrapper .tell-us-about-project-forms-block-row-1 .file-upload-form .pretty-load,.scholarship-wrapper .tell-us-about-project-forms-block-row-1 .tell-us-about-project-forms-block-wrapper input,.scholarship-wrapper .tell-us-about-project-forms-block-row-1 .tell-us-about-project-forms-block-wrapper textarea,.scholarship-wrapper .tell-us-about-project-forms-block-row-1.row-end .tell-us-about-project-forms-blockrow-1-column-2{width:100%;margin:0 0 24px}}@media (min-width:768px) and (max-width:800px){.scholarship-wrapper .tell-us-about-project-forms-block-row-1 .tell-us-about-project-forms-block-wrapper p,.scholarship-wrapper footer form hr{width:594px}}main .wp-block-lazyblock-scholarship-program-and-winners{margin-bottom:20px}.scholarship-wrapper main .wp-block-lazyblock-scholarship-program-and-winners{margin-bottom:0}.privacy-policy-wrapper h1{font-size:40px;letter-spacing:.5px}.privacy-policy-wrapper h1,.privacy-policy-wrapper h4{font-family:Mulish;font-weight:700;color:#081120;line-height:normal}.privacy-policy-wrapper h4{letter-spacing:.3px}.privacy-policy-wrapper .h5{font-family:MulishRegular;font-size:20px;line-height:1.4;letter-spacing:.5px;color:#5e6063;font-weight:400}.privacy-policy-wrapper p.small-gray{font-family:MulishRegular;font-size:14px;line-height:1.43;letter-spacing:.4px;color:rgba(94,96,99,.8)}.privacy-policy-wrapper p.small-dark-blue-gray{font-family:MulishRegular;font-size:14px;line-height:1.29;letter-spacing:.4px;color:#081120}.privacy-policy-wrapper a{text-decoration:none;font-family:MulishRegular}.privacy-policy-wrapper .solute-wrapper{padding:50px 0 86px;margin-bottom:26px;background-color:#081120}.privacy-policy-wrapper .solute-wrapper h1{font-family:Mulish;font-size:40px;font-weight:700;letter-spacing:.5px;text-align:center;color:#fff;margin-bottom:12px}.privacy-policy-wrapper .solute-wrapper h1 span{white-space:nowrap}.privacy-policy-wrapper .solute-wrapper h1 img{margin-left:2px}.privacy-policy-wrapper .solute-wrapper .h5{font-family:MulishRegular;font-size:20px;font-weight:400;line-height:1.4;letter-spacing:.5px;text-align:center;color:#fff}.privacy-policy-wrapper .solute-menu-wrapper{margin-left:11.6%;margin-bottom:100px;display:-ms-flexbox;display:-webkit-box;display:flex;-ms-flex-direction:row;-webkit-box-orient:horizontal;-webkit-box-direction:normal;flex-direction:row}.privacy-policy-wrapper .solute-menu-wrapper .h5,.terms-of-use-wrapper .solute-menu-wrapper .h5{font-weight:400;margin-right:69px;cursor:pointer}.privacy-policy-wrapper .solute-menu-wrapper .h5 a,.terms-of-use-wrapper .solute-menu-wrapper .h5 a{color:#5e6063}.privacy-policy-wrapper .solute-menu-wrapper .h5.active a,.terms-of-use-wrapper .solute-menu-wrapper .h5.active a{color:rgba(0,83,206,.9)}.main-text-after{margin-bottom:50px;font-family:MulishRegular;font-size:14px;font-weight:400;line-height:normal;letter-spacing:.25px;color:#081120;margin-right:11.4%;max-width:853px}@media (max-width:1024px){.main-text-after{margin-right:3.1%}}.main-text-after p+p{margin-top:30px}.privacy-policy-wrapper .solute-menu-wrapper .h5 a:hover{color:rgba(0,83,206,.9)}.privacy-policy-wrapper .solute-menu-wrapper .h5:first-child.active~.h5:last-child:after{left:-132px}.privacy-policy-wrapper .solute-menu-wrapper .h5:last-child{position:relative;margin-right:0}.privacy-policy-wrapper .solute-menu-wrapper .h5:last-child:after{content:"";position:absolute;top:-26px;left:-132px;border:13px solid transparent;border-top:18px solid #081120;-webkit-transition:.4s;transition:.4s}.privacy-policy-wrapper .solute-menu-wrapper .h5:last-child.active:after{left:14px}.privacy-policy-wrapper .main-text-wrapper{-webkit-transition:margin .3s;transition:margin .3s;margin:0 4.1% 30px}.privacy-policy-wrapper .main-text-wrapper h2{font-family:Mulish;font-size:24px;font-weight:700;font-stretch:normal;font-style:normal;line-height:1.33;letter-spacing:.75px;color:#081120;margin-bottom:14px}.privacy-policy-wrapper .main-text-wrapper p{font-family:MulishRegular;font-size:18px;line-height:1.44;letter-spacing:.6px;color:#5e6063;margin:20px 0}.privacy-policy-wrapper .main-text-wrapper p strong{font-family:MulishBlack;color:#081120;font-weight:700}.privacy-policy-wrapper .main-text-wrapper p span.blue{color:rgba(0,83,206,.9);margin:0 10px}.privacy-policy-wrapper .main-text-wrapper p a.blue-bold{font-family:Mulish;font-weight:700;color:rgba(0,83,206,.9)}.privacy-policy-wrapper .main-text-wrapper p a.blue-bold:hover{border-bottom:1px solid #081120}.privacy-policy-wrapper .main-text-wrapper p a.blue-bold:active{text-decoration:none}.privacy-policy-wrapper .main-text-wrapper p a.blue-bold:focus{outline:none;border:1px solid #081120;padding:2px}.privacy-policy-wrapper .main-text-wrapper p span.dark{font-family:Mulish;font-weight:700;color:#081120}.privacy-policy-wrapper .main-text-wrapper p.header-p{font-family:Mulish;font-size:20px;font-weight:700;line-height:1.3;letter-spacing:.6px;color:#081120;margin-top:70px;margin-bottom:20px}.privacy-policy-wrapper .hr{height:3px;background-color:#dbdfe5;margin:30px 0 30px 4.1%}.privacy-policy-wrapper p.last-p{font-family:Mulish;font-size:20px;font-weight:700;letter-spacing:.3px;color:#081120;margin-left:28.7%}@media (max-width:768px){.privacy-policy-wrapper h1{font-size:36px!important}}@media (max-width:450px){.privacy-policy-wrapper h1{letter-spacing:.4px;font-family:Mulish;font-size:28px!important;font-weight:700;letter-spacing:.3px}.privacy-policy-wrapper h3{font-size:20px!important}}@media (max-width:850px){.privacy-policy-wrapper footer.footer-light-wrapper{width:100%}.privacy-policy-wrapper footer.footer-light-wrapper .tell-us-about-project .tell-us-about-project-text-block{margin:0 4.1% 60px}.privacy-policy-wrapper footer.footer-light-wrapper .tell-us-about-project .tell-us-about-project-text-block h1{font-size:32px}.privacy-policy-wrapper footer.footer-light-wrapper .tell-us-about-project .tell-us-about-project-text-block .h5{font-size:16px}.privacy-policy-wrapper footer.footer-light-wrapper .tell-us-about-project form{margin:0 auto}.privacy-policy-wrapper footer.footer-light-wrapper .tell-us-about-project form .tell-us-about-project-forms-block-row-1{width:77.6%;margin:0 auto;-ms-flex-direction:column;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column}.privacy-policy-wrapper footer.footer-light-wrapper .tell-us-about-project form .tell-us-about-project-forms-block-row-1 .tell-us-about-project-forms-blockrow-1-column-1{width:100%;margin:0 auto}.privacy-policy-wrapper footer.footer-light-wrapper .tell-us-about-project form .tell-us-about-project-forms-block-row-1 .tell-us-about-project-forms-blockrow-1-column-1 .tell-us-about-project-forms-block-wrapper p{max-width:100%;width:auto}.privacy-policy-wrapper footer.footer-light-wrapper .tell-us-about-project form .tell-us-about-project-forms-block-row-1 .tell-us-about-project-forms-blockrow-1-column-1 .tell-us-about-project-forms-block-wrapper input{padding:0 0 0 24px;-webkit-box-sizing:border-box;box-sizing:border-box;width:100%;margin:0 0 15px}.privacy-policy-wrapper footer.footer-light-wrapper .tell-us-about-project form .tell-us-about-project-forms-block-row-1 .tell-us-about-project-forms-blockrow-1-column-2{width:100%}.privacy-policy-wrapper footer.footer-light-wrapper .tell-us-about-project form .tell-us-about-project-forms-block-row-1 .tell-us-about-project-forms-blockrow-1-column-2 p{margin-top:16px}.privacy-policy-wrapper footer.footer-light-wrapper .tell-us-about-project form .tell-us-about-project-forms-block-row-1 .tell-us-about-project-forms-blockrow-1-column-2 textarea{width:100%;padding:18px 0 0 24px;-webkit-box-sizing:border-box;box-sizing:border-box}.privacy-policy-wrapper footer.footer-light-wrapper .tell-us-about-project form .tell-us-about-project-forms-block-row-1 .tell-us-about-project-forms-blockrow-1-column-2 .checkbox-text{display:-ms-flexbox;display:-webkit-box;display:flex;-ms-flex-direction:row;-webkit-box-orient:horizontal;-webkit-box-direction:normal;flex-direction:row;-ms-flex-pack:center;-webkit-box-pack:center;justify-content:center}.privacy-policy-wrapper footer.footer-light-wrapper .tell-us-about-project form .tell-us-about-project-forms-block-row-1 .tell-us-about-project-forms-blockrow-1-column-2 .checkbox-text p{margin:0}.privacy-policy-wrapper footer.footer-light-wrapper .tell-us-about-project form .tell-us-about-project-forms-block-row-1 .tell-us-about-project-forms-blockrow-1-column-2 .checkbox-text p:first-child{margin-right:34px}.privacy-policy-wrapper footer.footer-light-wrapper .tell-us-about-project form .tell-us-about-project-forms-block-row-2{margin-top:38px}.privacy-policy-wrapper footer.footer-light-wrapper .tell-us-about-project form .tell-us-about-project-forms-block-row-2 .tell-us-about-project-checkbox-wrapper{-ms-flex-direction:column;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;-ms-flex-align:center;-webkit-box-align:center;align-items:center}.privacy-policy-wrapper footer.footer-light-wrapper .tell-us-about-project form .tell-us-about-project-forms-block-row-2 .tell-us-about-project-checkbox-wrapper p{width:77.6%;-ms-flex-order:1;-webkit-box-ordinal-group:2;order:1;margin-top:15px}.privacy-policy-wrapper footer.footer-light-wrapper .tell-us-about-project form .tell-us-about-project-forms-block-row-2 .tell-us-about-project-checkbox-wrapper button{width:77.6%;margin:0 auto}.privacy-policy-wrapper footer.footer-light-wrapper .footer-menu{margin:0 3.1%}.privacy-policy-wrapper footer.footer-light-wrapper .footer-menu .footer-menu-row1{-ms-flex-wrap:wrap;flex-wrap:wrap}.privacy-policy-wrapper footer.footer-light-wrapper .footer-menu .footer-menu-row1 .footer-menu-row1-column1{display:-ms-flexbox;display:-webkit-box;display:flex;-ms-flex-direction:column;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;-ms-flex-pack:center;-webkit-box-pack:center;justify-content:center;margin-bottom:46px;width:100%}.privacy-policy-wrapper footer.footer-light-wrapper .footer-menu .footer-menu-row1 .footer-menu-row1-column1 p{text-align:center;width:100%}.privacy-policy-wrapper footer.footer-light-wrapper .footer-menu .footer-menu-row1 .footer-menu-row1-column1 .logo-place{margin:0 auto}.privacy-policy-wrapper footer.footer-light-wrapper .footer-menu .footer-menu-row1 .footer-menu-row1-column4{width:31%}.privacy-policy-wrapper footer.footer-light-wrapper .footer-bottom-block .footer-bottom-block-column-2{text-align:center}.privacy-policy-wrapper footer.footer-light-wrapper .footer-bottom-block .footer-bottom-block-column-2 p{width:139px;font-size:12px}}@media (max-width:540px){.privacy-policy-wrapper footer.footer-light-wrapper .tell-us-about-project{padding:50px 12px 34px}.privacy-policy-wrapper footer.footer-light-wrapper .tell-us-about-project .tell-us-about-project-text-block{margin:0 0 22px}.privacy-policy-wrapper footer.footer-light-wrapper .tell-us-about-project .tell-us-about-project-text-block h1{font-size:20px!important}.privacy-policy-wrapper footer.footer-light-wrapper .tell-us-about-project .tell-us-about-project-text-block h1 img{width:4px;height:4px}.privacy-policy-wrapper footer.footer-light-wrapper .tell-us-about-project .tell-us-about-project-text-block h1.got-a-project img.ques-sign,.privacy-policy-wrapper footer.footer-light-wrapper .tell-us-about-project .tell-us-about-project-text-block h1.looking-to-build img.ques-sign{width:15px!important;height:20px!important}.privacy-policy-wrapper footer.footer-light-wrapper .tell-us-about-project .tell-us-about-project-text-block .h5{font-size:14px}.privacy-policy-wrapper footer.footer-light-wrapper .tell-us-about-project form,.privacy-policy-wrapper footer.footer-light-wrapper .tell-us-about-project form .tell-us-about-project-forms-block-row-1{width:100%}.privacy-policy-wrapper footer.footer-light-wrapper .tell-us-about-project form .tell-us-about-project-forms-block-row-1 .tell-us-about-project-forms-blockrow-1-column-2 .checkbox-text{-ms-flex-direction:column;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;-ms-flex-pack:normal;-webkit-box-pack:normal;justify-content:normal}.privacy-policy-wrapper footer.footer-light-wrapper .tell-us-about-project form .tell-us-about-project-forms-block-row-1 .tell-us-about-project-forms-blockrow-1-column-2 .checkbox-text p:first-child{margin-bottom:18px}.privacy-policy-wrapper footer.footer-light-wrapper .tell-us-about-project form .tell-us-about-project-forms-block-row-2 .tell-us-about-project-checkbox-wrapper p{width:100%}.privacy-policy-wrapper footer.footer-light-wrapper .tell-us-about-project form .tell-us-about-project-forms-block-row-2 .tell-us-about-project-checkbox-wrapper label{font-size:12px}.privacy-policy-wrapper footer.footer-light-wrapper .tell-us-about-project form .tell-us-about-project-forms-block-row-2 .tell-us-about-project-checkbox-wrapper button{width:100%}.privacy-policy-wrapper footer.footer-light-wrapper .footer-menu{padding-top:27px}.privacy-policy-wrapper footer.footer-light-wrapper .footer-menu .footer-menu-row1 ul a{color:#5e6063}.privacy-policy-wrapper footer.footer-light-wrapper .footer-menu .footer-menu-row1 .footer-menu-row1-column1{display:-ms-flexbox;display:-webkit-box;display:flex;-ms-flex-direction:column;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column}.privacy-policy-wrapper footer.footer-light-wrapper .footer-menu .footer-menu-row1 .footer-menu-row1-column1 .logo-place{margin:10px 0 0;text-align:left}.privacy-policy-wrapper footer.footer-light-wrapper .footer-menu .footer-menu-row1 .footer-menu-row1-column1 p{margin:10px 0 0;text-align:left;width:84.4%}.privacy-policy-wrapper footer.footer-light-wrapper .footer-menu .footer-menu-row1 .footer-menu-row1-column3,.privacy-policy-wrapper footer.footer-light-wrapper .footer-menu .footer-menu-row1 .footer-menu-row1-column4,.privacy-policy-wrapper footer.footer-light-wrapper .footer-menu .footer-menu-row1 hr{display:none}.privacy-policy-wrapper footer.footer-light-wrapper .footer-bottom-block{-ms-flex-direction:column;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;-ms-flex-align:start;-webkit-box-align:start;align-items:flex-start;margin:25px 3.1% 41px}.privacy-policy-wrapper footer.footer-light-wrapper .footer-bottom-block p{font-size:14px!important}.privacy-policy-wrapper footer.footer-light-wrapper .footer-bottom-block .footer-bottom-block-column-1{width:100%}.privacy-policy-wrapper footer.footer-light-wrapper .footer-bottom-block .footer-bottom-block-column-1 p,.privacy-policy-wrapper footer.footer-light-wrapper .footer-bottom-block .footer-bottom-block-column-1 p img{display:none}.privacy-policy-wrapper footer.footer-light-wrapper .footer-bottom-block .footer-bottom-block-column-1 p.hide-p{display:block}.privacy-policy-wrapper footer.footer-light-wrapper .footer-bottom-block .footer-bottom-block-column-1 p:last-child{display:-ms-flexbox;display:-webkit-box;display:flex;-ms-flex-direction:column;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;margin-top:14px;margin-bottom:24px}.privacy-policy-wrapper footer.footer-light-wrapper .footer-bottom-block .footer-bottom-block-column-1 p:last-child a:first-child{margin-bottom:16px}.privacy-policy-wrapper footer.footer-light-wrapper .footer-bottom-block .footer-bottom-block-column-2{width:100%;margin:24px 0;-ms-flex-order:1;-webkit-box-ordinal-group:2;order:1;text-align:left;-ms-flex-pack:start;-webkit-box-pack:start;justify-content:flex-start}.privacy-policy-wrapper footer.footer-light-wrapper .footer-bottom-block .footer-bottom-block-column-2 p{width:auto;font-size:12px!important}.privacy-policy-wrapper footer.footer-light-wrapper .footer-bottom-block .footer-bottom-block-column-3{width:auto}}@media (max-width:1024px){.privacy-policy-wrapper .solute-wrapper{padding:90px 0 86px}.privacy-policy-wrapper .solute-wrapper:after{top:345px;left:9%}.privacy-policy-wrapper .solute-menu-wrapper{margin-left:4.1%}.privacy-policy-wrapper .hr{height:2px}.privacy-policy-wrapper p.last-p{margin-left:20%}}@media (max-width:768px){.privacy-policy-wrapper .solute-wrapper{padding:95px 0 91px}.privacy-policy-wrapper .solute-wrapper h1{font-size:36px}.privacy-policy-wrapper .solute-wrapper .h5{font-size:16px}.privacy-policy-wrapper .solute-menu-wrapper{margin-left:3.3%}.privacy-policy-wrapper .solute-menu-wrapper .h5{font-size:16px}.privacy-policy-wrapper .solute-menu-wrapper .h5:first-child.active~.h5:last-child:after{left:-132px}.privacy-policy-wrapper .solute-menu-wrapper .h5:last-child{position:relative;margin-right:0}.privacy-policy-wrapper .solute-menu-wrapper .h5:last-child:after{content:"";position:absolute;top:-26px;left:-298.5px;border:13px solid transparent;border-top:18px solid #081120;-webkit-transition:.4s;transition:.4s}.privacy-policy-wrapper .solute-menu-wrapper .h5:last-child.active:after{left:9px}.privacy-policy-wrapper .main-text-wrapper p{font-size:16px}}.terms-of-use-wrapper h1{font-size:40px;letter-spacing:.5px}.terms-of-use-wrapper h1,.terms-of-use-wrapper h4{font-family:Mulish;font-weight:700;color:#081120;line-height:normal}.terms-of-use-wrapper h4{letter-spacing:.3px}.terms-of-use-wrapper .h5{font-family:MulishRegular;font-size:20px;line-height:1.4;letter-spacing:.5px;color:#5e6063;font-weight:400}.terms-of-use-wrapper p.small-gray{font-family:MulishRegular;font-size:14px;line-height:1.43;letter-spacing:.4px;color:rgba(94,96,99,.8)}.terms-of-use-wrapper p.small-dark-blue-gray{font-family:MulishRegular;font-size:14px;line-height:1.29;letter-spacing:.4px;color:#081120}.terms-of-use-wrapper a{text-decoration:none;font-family:MulishRegular}.terms-of-use-wrapper footer.footer-light-wrapper .tell-us-about-project{padding-top:58px;padding-bottom:103px;background-color:#fff}.terms-of-use-wrapper footer.footer-light-wrapper .tell-us-about-project .tell-us-about-project-text-block{margin:0 11.4%}.terms-of-use-wrapper footer.footer-light-wrapper .tell-us-about-project .tell-us-about-project-text-block h1{margin-bottom:12px;color:#081120}.terms-of-use-wrapper footer.footer-light-wrapper .tell-us-about-project .tell-us-about-project-text-block h1 span{white-space:nowrap}.terms-of-use-wrapper footer.footer-light-wrapper .tell-us-about-project .tell-us-about-project-text-block h1 img{margin-left:4px}.terms-of-use-wrapper footer.footer-light-wrapper .tell-us-about-project .tell-us-about-project-text-block h1 img.ques-sign{width:26px;height:36px}.terms-of-use-wrapper footer.footer-light-wrapper .tell-us-about-project .tell-us-about-project-text-block h1.got-a-project,.terms-of-use-wrapper footer.footer-light-wrapper .tell-us-about-project .tell-us-about-project-text-block h1.looking-to-build{display:none}.terms-of-use-wrapper footer.footer-light-wrapper .tell-us-about-project .tell-us-about-project-text-block .h5{font-family:MulishRegular;font-size:20px;line-height:1.4;letter-spacing:.5px;color:#5e6063;margin-right:11.4%}.terms-of-use-wrapper footer.footer-light-wrapper .tell-us-about-project form{width:auto}.terms-of-use-wrapper footer.footer-light-wrapper .tell-us-about-project form [type=checkbox]:checked,.terms-of-use-wrapper footer.footer-light-wrapper .tell-us-about-project form [type=checkbox]:not(:checked){position:absolute;left:-9999px}.terms-of-use-wrapper footer.footer-light-wrapper .tell-us-about-project form [type=checkbox]:checked+label,.terms-of-use-wrapper footer.footer-light-wrapper .tell-us-about-project form [type=checkbox]:not(:checked)+label{position:relative;padding-left:1.95em;cursor:pointer}.terms-of-use-wrapper footer.footer-light-wrapper .tell-us-about-project form [type=checkbox]:checked+label:before,.terms-of-use-wrapper footer.footer-light-wrapper .tell-us-about-project form [type=checkbox]:not(:checked)+label:before{content:"";position:absolute;width:18px;height:18px;-webkit-box-sizing:border-box;box-sizing:border-box;left:0;top:-1px;border:1px solid #004ab6;background:#fff;-webkit-box-shadow:inset 0 1px 3px rgba(0,0,0,.1);box-shadow:inset 0 1px 3px rgba(0,0,0,.1)}.terms-of-use-wrapper footer.footer-light-wrapper .tell-us-about-project form [type=checkbox]:checked+label:after,.terms-of-use-wrapper footer.footer-light-wrapper .tell-us-about-project form [type=checkbox]:not(:checked)+label:after{content:url(https://www.integrasources.com/media/assets/i/enabled.svg);position:absolute;left:0;top:0;font-size:1.4em;line-height:.8;-webkit-transition:all .2s;transition:all .2s}.terms-of-use-wrapper footer.footer-light-wrapper .tell-us-about-project form [type=checkbox]:not(:checked)+label:after{opacity:0;-webkit-transform:scale(0);transform:scale(0)}.terms-of-use-wrapper footer.footer-light-wrapper .tell-us-about-project form [type=checkbox]:checked+label:after{opacity:1;-webkit-transform:scale(1);transform:scale(1)}.terms-of-use-wrapper footer.footer-light-wrapper .tell-us-about-project form [type=checkbox]:disabled:checked+label:before,.terms-of-use-wrapper footer.footer-light-wrapper .tell-us-about-project form [type=checkbox]:disabled:not(:checked)+label:before{-webkit-box-shadow:none;box-shadow:none;border-color:#bbb;background-color:#ddd}.terms-of-use-wrapper footer.footer-light-wrapper .tell-us-about-project form [type=checkbox]:disabled:checked+label:after{color:#999}.terms-of-use-wrapper footer.footer-light-wrapper .tell-us-about-project form [type=checkbox]:disabled+label{color:#aaa}.terms-of-use-wrapper footer.footer-light-wrapper .tell-us-about-project form [type=checkbox]:checked:hover+label:before,.terms-of-use-wrapper footer.footer-light-wrapper .tell-us-about-project form [type=checkbox]:not(:checked):hover+label:before{border:1px solid #004ab6;background-color:rgba(219,223,229,.4)}.terms-of-use-wrapper footer.footer-light-wrapper .tell-us-about-project form .error-span{display:block;margin-left:auto;font-family:MulishRegular;font-size:12px;line-height:2;letter-spacing:.4px;text-align:right;color:#ff3c3c;opacity:0;-webkit-transition:.3s;transition:.3s}.terms-of-use-wrapper footer.footer-light-wrapper .tell-us-about-project form .error-span.active{opacity:1}.terms-of-use-wrapper footer.footer-light-wrapper .tell-us-about-project form .tell-us-about-project-forms-block-row-1{display:-ms-flexbox;display:-webkit-box;display:flex;-ms-flex-direction:row;-webkit-box-orient:horizontal;-webkit-box-direction:normal;flex-direction:row}.terms-of-use-wrapper footer.footer-light-wrapper .tell-us-about-project form .tell-us-about-project-forms-block-row-1 .tell-us-about-project-forms-blockrow-1-column-1{margin-right:3.94%;width:37.8%}.terms-of-use-wrapper footer.footer-light-wrapper .tell-us-about-project form .tell-us-about-project-forms-block-row-1 .tell-us-about-project-forms-blockrow-1-column-1 .tell-us-about-project-forms-block-wrapper{display:-ms-flexbox;display:-webkit-box;display:flex;-ms-flex-direction:column;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;-ms-flex-pack:justify;-webkit-box-pack:justify;justify-content:space-between;height:100%}.terms-of-use-wrapper footer.footer-light-wrapper .tell-us-about-project form .tell-us-about-project-forms-block-row-1 .tell-us-about-project-forms-blockrow-1-column-1 .tell-us-about-project-forms-block-wrapper p{width:100%;-webkit-box-sizing:border-box;box-sizing:border-box;display:-ms-flexbox;display:-webkit-box;display:flex;-ms-flex-direction:row;-webkit-box-orient:horizontal;-webkit-box-direction:normal;flex-direction:row;padding-left:24px;font-family:MulishRegular;font-size:14px;line-height:1.71;letter-spacing:.4px;color:#081120}.terms-of-use-wrapper footer.footer-light-wrapper .tell-us-about-project form .tell-us-about-project-forms-block-row-1 .tell-us-about-project-forms-blockrow-1-column-1 .tell-us-about-project-forms-block-wrapper input{width:100%;height:60px;-webkit-box-sizing:border-box;box-sizing:border-box;padding-left:24px;background-color:rgba(0,158,253,.05);border:1px solid rgba(0,83,206,.9);font-family:MulishRegular;font-size:16px;line-height:1.5;letter-spacing:.5px;color:rgba(0,83,206,.9);caret-color:rgba(0,158,253,.9);margin-bottom:15px}.terms-of-use-wrapper footer.footer-light-wrapper .tell-us-about-project form .tell-us-about-project-forms-block-row-1 .tell-us-about-project-forms-blockrow-1-column-1 .tell-us-about-project-forms-block-wrapper input:hover{background-color:rgba(0,158,253,.1)}.terms-of-use-wrapper footer.footer-light-wrapper .tell-us-about-project form .tell-us-about-project-forms-block-row-1 .tell-us-about-project-forms-blockrow-1-column-1 .tell-us-about-project-forms-block-wrapper input:focus{background-color:rgba(0,158,253,.05)}.terms-of-use-wrapper footer.footer-light-wrapper .tell-us-about-project form .tell-us-about-project-forms-block-row-1 .tell-us-about-project-forms-blockrow-1-column-1 .tell-us-about-project-forms-block-wrapper input:not(.phone-input).active{border:1px solid #ff3c3c;outline:none}.terms-of-use-wrapper footer.footer-light-wrapper .tell-us-about-project form .tell-us-about-project-forms-block-row-1 .tell-us-about-project-forms-blockrow-1-column-1 .tell-us-about-project-forms-block-wrapper input:not(.phone-input).active:hover{border:2px solid #ff3c3c;padding-left:24px}.terms-of-use-wrapper footer.footer-light-wrapper .tell-us-about-project form .tell-us-about-project-forms-block-row-1 .tell-us-about-project-forms-blockrow-1-column-1 .tell-us-about-project-forms-block-wrapper input::-webkit-input-placeholder{opacity:.4;font-family:MulishRegular;font-size:16px;line-height:1.5;letter-spacing:.5px;color:rgba(0,83,206,.9)}.terms-of-use-wrapper footer.footer-light-wrapper .tell-us-about-project form .tell-us-about-project-forms-block-row-1 .tell-us-about-project-forms-blockrow-1-column-1 .tell-us-about-project-forms-block-wrapper input::-moz-placeholder{opacity:.4;font-family:MulishRegular;font-size:16px;line-height:1.5;letter-spacing:.5px;color:rgba(0,83,206,.9)}.terms-of-use-wrapper footer.footer-light-wrapper .tell-us-about-project form .tell-us-about-project-forms-block-row-1 .tell-us-about-project-forms-blockrow-1-column-1 .tell-us-about-project-forms-block-wrapper input:last-child{margin-bottom:0}.terms-of-use-wrapper footer.footer-light-wrapper .tell-us-about-project form .tell-us-about-project-forms-block-row-1 .tell-us-about-project-forms-blockrow-1-column-1 .tell-us-about-project-forms-block-wrapper input:focus{outline:none;border:2px solid rgba(0,83,206,.902)}.terms-of-use-wrapper footer.footer-light-wrapper .tell-us-about-project form .tell-us-about-project-forms-block-row-1 .tell-us-about-project-forms-blockrow-1-column-2{width:63.2%}.terms-of-use-wrapper footer.footer-light-wrapper .tell-us-about-project form .tell-us-about-project-forms-block-row-1 .tell-us-about-project-forms-blockrow-1-column-2 .error-span{margin-right:0}.terms-of-use-wrapper footer.footer-light-wrapper .tell-us-about-project form .tell-us-about-project-forms-block-row-1 .tell-us-about-project-forms-blockrow-1-column-2 p{display:-ms-flexbox;display:-webkit-box;display:flex;-ms-flex-direction:row;-webkit-box-orient:horizontal;-webkit-box-direction:normal;flex-direction:row;margin-left:24px;font-family:MulishRegular;font-size:14px;line-height:1.71;letter-spacing:.4px;color:#081120}.terms-of-use-wrapper footer.footer-light-wrapper .tell-us-about-project form .tell-us-about-project-forms-block-row-1 .tell-us-about-project-forms-blockrow-1-column-2 textarea{width:100%;height:203px;resize:vertical;min-height:203px;background-color:rgba(0,158,253,.05);border:1px solid rgba(0,83,206,.902);font-family:MulishRegular;font-size:16px;line-height:1.5;letter-spacing:.5px;color:rgba(0,83,206,.9);caret-color:rgba(0,158,253,.9);outline:none;padding-left:24px;padding-top:18px;vertical-align:top;margin-bottom:38px;-webkit-box-sizing:border-box;box-sizing:border-box}.terms-of-use-wrapper footer.footer-light-wrapper .tell-us-about-project form .tell-us-about-project-forms-block-row-1 .tell-us-about-project-forms-blockrow-1-column-2 textarea.active{outline:none;border:1px solid #ff3c3c;background-color:rgba(0,158,253,.05)}.terms-of-use-wrapper footer.footer-light-wrapper .tell-us-about-project form .tell-us-about-project-forms-block-row-1 .tell-us-about-project-forms-blockrow-1-column-2 textarea.active:hover{border:2px solid #ff3c3c;padding-left:24px;padding-top:17px}.terms-of-use-wrapper footer.footer-light-wrapper .tell-us-about-project form .tell-us-about-project-forms-block-row-1 .tell-us-about-project-forms-blockrow-1-column-2 textarea:hover{background-color:rgba(0,158,253,.1)}.terms-of-use-wrapper footer.footer-light-wrapper .tell-us-about-project form .tell-us-about-project-forms-block-row-1 .tell-us-about-project-forms-blockrow-1-column-2 textarea:focus{background-color:rgba(0,158,253,.05);outline:none;border:2px solid rgba(0,83,206,.902)}.terms-of-use-wrapper footer.footer-light-wrapper .tell-us-about-project form .tell-us-about-project-forms-block-row-1 .tell-us-about-project-forms-blockrow-1-column-2 textarea::-webkit-input-placeholder{opacity:.4;font-family:MulishRegular;font-size:16px;line-height:1.5;letter-spacing:.5px;color:rgba(0,83,206,.9)}.terms-of-use-wrapper footer.footer-light-wrapper .tell-us-about-project form .tell-us-about-project-forms-block-row-1 .tell-us-about-project-forms-blockrow-1-column-2 textarea::-moz-placeholder{opacity:.4;font-family:MulishRegular;font-size:16px;line-height:1.5;letter-spacing:.5px;color:rgba(0,83,206,.9)}.terms-of-use-wrapper footer.footer-light-wrapper .tell-us-about-project form .tell-us-about-project-forms-block-row-1 .tell-us-about-project-forms-blockrow-1-column-2 .checkbox-text{display:-ms-flexbox;display:-webkit-box;display:flex;-ms-flex-direction:row;-webkit-box-orient:horizontal;-webkit-box-direction:normal;flex-direction:row;margin-top:auto;margin-bottom:15px;font-family:MulishRegular;font-size:14px;line-height:1.29;letter-spacing:.4px;color:#fff;-ms-user-select:none;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none}.terms-of-use-wrapper footer.footer-light-wrapper .tell-us-about-project form .tell-us-about-project-forms-block-row-1 .tell-us-about-project-forms-blockrow-1-column-2 .checkbox-text p{display:block}.terms-of-use-wrapper footer.footer-light-wrapper .tell-us-about-project form .tell-us-about-project-forms-block-row-1 .tell-us-about-project-forms-blockrow-1-column-2 .checkbox-text p:first-child{margin-left:0}.terms-of-use-wrapper footer.footer-light-wrapper .tell-us-about-project form .tell-us-about-project-forms-block-row-2{-ms-flex-align:center;-webkit-box-align:center;align-items:center;-ms-flex-pack:justify;-webkit-box-pack:justify;justify-content:space-between;margin-top:27px;font-family:MulishRegular;font-size:14px;line-height:1.29;letter-spacing:.4px;color:#081120}.terms-of-use-wrapper footer.footer-light-wrapper .tell-us-about-project form .tell-us-about-project-forms-block-row-2 .tell-us-about-project-checkbox-wrapper{display:-ms-flexbox;display:-webkit-box;display:flex;-ms-flex-direction:row;-webkit-box-orient:horizontal;-webkit-box-direction:normal;flex-direction:row;-ms-flex-align:center;-webkit-box-align:center;align-items:center;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-ms-flex-pack:justify;-webkit-box-pack:justify;justify-content:space-between}.terms-of-use-wrapper footer.footer-light-wrapper .tell-us-about-project form .tell-us-about-project-forms-block-row-2 .tell-us-about-project-checkbox-wrapper [type=checkbox]:checked+label:before,.terms-of-use-wrapper footer.footer-light-wrapper .tell-us-about-project form .tell-us-about-project-forms-block-row-2 .tell-us-about-project-checkbox-wrapper [type=checkbox]:not(:checked)+label:before{min-width:18px;width:18px;position:static}.terms-of-use-wrapper footer.footer-light-wrapper .tell-us-about-project form .tell-us-about-project-forms-block-row-2 .tell-us-about-project-checkbox-wrapper [type=checkbox]:checked+label:after,.terms-of-use-wrapper footer.footer-light-wrapper .tell-us-about-project form .tell-us-about-project-forms-block-row-2 .tell-us-about-project-checkbox-wrapper [type=checkbox]:not(:checked)+label:after{position:relative;left:-18px;-ms-flex-order:1;-webkit-box-ordinal-group:2;order:1}.terms-of-use-wrapper footer.footer-light-wrapper .tell-us-about-project form .tell-us-about-project-forms-block-row-2 .tell-us-about-project-checkbox-wrapper label{display:-ms-flexbox;display:-webkit-box;display:flex;-ms-flex-direction:row;-webkit-box-orient:horizontal;-webkit-box-direction:normal;flex-direction:row;-ms-flex-align:center;-webkit-box-align:center;align-items:center;padding:0;-ms-user-select:none;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none}.terms-of-use-wrapper footer.footer-light-wrapper .tell-us-about-project form .tell-us-about-project-forms-block-row-2 .tell-us-about-project-checkbox-wrapper label span{white-space:normal;-ms-flex-order:2;-webkit-box-ordinal-group:3;order:2;position:relative;left:-8px}.terms-of-use-wrapper footer.footer-light-wrapper .tell-us-about-project form .tell-us-about-project-forms-block-row-2 .tell-us-about-project-checkbox-wrapper button{width:355px;height:50px;border:none;font-family:MulishMedium;font-size:11px;font-weight:500;letter-spacing:.5px;text-align:center;color:#fff}.terms-of-use-wrapper footer.footer-light-wrapper .footer-menu{padding-top:40px;margin:0 11.5%}.terms-of-use-wrapper footer.footer-light-wrapper .footer-menu .footer-menu-row1{display:-ms-flexbox;display:-webkit-box;display:flex;-ms-flex-direction:row;-webkit-box-orient:horizontal;-webkit-box-direction:normal;flex-direction:row;-ms-flex-pack:justify;-webkit-box-pack:justify;justify-content:space-between}.terms-of-use-wrapper footer.footer-light-wrapper .footer-menu .footer-menu-row1 ul a{text-decoration:none;font-family:MulishRegular;font-size:14px;line-height:1.57;letter-spacing:.4px;color:#909396;-webkit-transition:color .2s;transition:color .2s}.terms-of-use-wrapper footer.footer-light-wrapper .footer-menu .footer-menu-row1 ul a:hover{color:#081120}.terms-of-use-wrapper footer.footer-light-wrapper .footer-menu .footer-menu-row1 ul li{list-style-type:none;margin-bottom:10px}.terms-of-use-wrapper footer.footer-light-wrapper .footer-menu .footer-menu-row1 ul>li{font-family:Mulish;font-size:14px;line-height:1.29;letter-spacing:.4px;color:#081120}.terms-of-use-wrapper footer.footer-light-wrapper .footer-menu .footer-menu-row1 .footer-menu-row1-column1 a.logo-place img{width:166px;height:12px;-o-object-fit:cover;object-fit:cover}.terms-of-use-wrapper footer.footer-light-wrapper .footer-menu .footer-menu-row1 .footer-menu-row1-column1 p{width:145px;font-family:MulishRegular;font-size:14px!important;line-height:1.57;letter-spacing:.4px;color:#909396;margin-top:16px}.terms-of-use-wrapper footer.footer-light-wrapper .footer-separator hr{margin-top:26px;height:2px;color:rgba(219,223,229,.6)}.terms-of-use-wrapper footer.footer-light-wrapper .footer-bottom-block{display:-ms-flexbox;display:-webkit-box;display:flex;-ms-flex-pack:justify;-webkit-box-pack:justify;justify-content:space-between;-ms-flex-align:center;-webkit-box-align:center;align-items:center;margin:26px 11.5% 20px;font-family:MulishRegular;font-size:14px;line-height:1.29;letter-spacing:.4px;color:#909396}.terms-of-use-wrapper footer.footer-light-wrapper .footer-bottom-block .footer-bottom-block-column{width:33.333%}.terms-of-use-wrapper footer.footer-light-wrapper .footer-bottom-block .footer-bottom-block-column-1{display:-ms-flexbox;display:-webkit-box;display:flex;-ms-flex-pack:start;-webkit-box-pack:start;justify-content:flex-start}.terms-of-use-wrapper footer.footer-light-wrapper .footer-bottom-block .footer-bottom-block-column-1 p a{text-decoration:none;font-family:MulishRegular;font-size:14px;line-height:1.29;letter-spacing:.4px;color:#909396}.terms-of-use-wrapper footer.footer-light-wrapper .footer-bottom-block .footer-bottom-block-column-1 p img{width:4px;height:4px;margin:0 10px 1px 6px}.terms-of-use-wrapper footer.footer-light-wrapper .footer-bottom-block .footer-bottom-block-column-2{display:-ms-flexbox;display:-webkit-box;display:flex;-ms-flex-pack:center;-webkit-box-pack:center;justify-content:center}.terms-of-use-wrapper footer.footer-light-wrapper .footer-bottom-block .footer-bottom-block-column-2 p{color:#909396}.terms-of-use-wrapper footer.footer-light-wrapper .footer-bottom-block .footer-bottom-block-column-3{display:-ms-flexbox;display:-webkit-box;display:flex;-ms-flex-direction:row;-webkit-box-orient:horizontal;-webkit-box-direction:normal;flex-direction:row;-ms-flex-pack:end;-webkit-box-pack:end;justify-content:flex-end}.terms-of-use-wrapper footer.footer-light-wrapper .footer-bottom-block .footer-bottom-block-column-3 a{display:block;width:26px;height:26px;margin-right:14px}.terms-of-use-wrapper footer.footer-light-wrapper .footer-bottom-block .footer-bottom-block-column-3 a:hover{-webkit-filter:brightness(1.5);filter:brightness(1.5)}.terms-of-use-wrapper footer.footer-light-wrapper .footer-bottom-block .footer-bottom-block-column-3 a:last-child{margin-right:0}.terms-of-use-wrapper .solute-wrapper{padding:50px 0 86px;margin-bottom:26px;background-color:#081120}.terms-of-use-wrapper .solute-wrapper h1{font-family:Mulish;font-size:40px;font-weight:700;letter-spacing:.5px;text-align:center;color:#fff;margin-bottom:12px}.terms-of-use-wrapper .solute-wrapper h1 img{margin-left:2px}.terms-of-use-wrapper .solute-wrapper h1 span{white-space:nowrap}.terms-of-use-wrapper .solute-wrapper .h5{font-family:MulishRegular;font-size:20px;font-weight:400;line-height:1.4;letter-spacing:.5px;text-align:center;color:#fff}.terms-of-use-wrapper .solute-menu-wrapper{margin-left:11.6%;margin-bottom:100px;display:-ms-flexbox;display:-webkit-box;display:flex;-ms-flex-direction:row;-webkit-box-orient:horizontal;-webkit-box-direction:normal;flex-direction:row}.terms-of-use-wrapper .solute-menu-wrapper .h5{font-weight:400;margin-right:69px;cursor:pointer}.terms-of-use-wrapper .solute-menu-wrapper .h5:hover{color:rgba(0,83,206,.9)}.terms-of-use-wrapper .solute-menu-wrapper .h5:first-child.active~.h5:last-child:after{left:-132px}.terms-of-use-wrapper .solute-menu-wrapper .h5:last-child{position:relative;margin-right:0}.terms-of-use-wrapper .solute-menu-wrapper .h5:last-child:after{content:"";position:absolute;top:-26px;left:-132px;border:13px solid transparent;border-top:18px solid #081120;-webkit-transition:.4s;transition:.4s}.terms-of-use-wrapper .solute-menu-wrapper .h5:last-child.active:after{left:14px}.terms-of-use-wrapper .main-text-wrapper{max-width:270px;margin:0 4.1% 30px}.terms-of-use-wrapper .main-text-wrapper p{font-family:MulishRegular;font-size:18px;line-height:1.44;letter-spacing:.6px;color:#5e6063;margin:20px 0}.terms-of-use-wrapper .main-text-wrapper p span.blue{color:rgba(0,83,206,.9);margin:0 6px}.terms-of-use-wrapper .main-text-wrapper p span.blue-bold{font-family:Mulish;font-weight:700;color:rgba(0,83,206,.9)}.terms-of-use-wrapper .main-text-wrapper p span.dark{font-family:Mulish;font-weight:700;color:#081120}.terms-of-use-wrapper .main-text-wrapper p.header-p{font-family:Mulish;font-size:20px;font-weight:700;line-height:1.3;letter-spacing:.6px;color:#081120;margin-top:70px;margin-bottom:20px}.terms-of-use-wrapper .hr{height:3px;background-color:#dbdfe5;margin:30px 0 30px 4.1%}.terms-of-use-wrapper p.last-p{font-family:MulishRegular;font-size:20px;letter-spacing:.3px;color:#081120;margin-left:28.7%;margin-right:11.7%;margin-bottom:20px}.terms-of-use-wrapper p.last-p:last-child{margin-bottom:60px}@media (max-width:768px){.terms-of-use-wrapper h1{font-size:36px!important}}@media (max-width:450px){.terms-of-use-wrapper h1{letter-spacing:.4px}.terms-of-use-wrapper .h5,.terms-of-use-wrapper p{font-family:MulishRegular;font-size:16px;line-height:1.5;letter-spacing:.5px}.terms-of-use-wrapper h1{font-family:Mulish;font-size:28px!important;font-weight:700;letter-spacing:.3px}.terms-of-use-wrapper h3{font-size:20px!important}}.terms-of-use-wrapper .main-text-after p{font-size:14px;line-height:22px;letter-spacing:.44px}@media (max-width:1300px){.terms-of-use-wrapper footer.footer-light-wrapper .tell-us-about-project .tell-us-about-project-text-block{margin-left:4.1%}.terms-of-use-wrapper footer.footer-light-wrapper .tell-us-about-project form{margin:0 42px}.terms-of-use-wrapper footer.footer-light-wrapper .footer-menu{margin:0 4.1%}.terms-of-use-wrapper footer.footer-light-wrapper .footer-bottom-block{margin:30px 4.1% 22px}}@media (max-width:850px){.terms-of-use-wrapper footer.footer-light-wrapper{width:100%}.terms-of-use-wrapper footer.footer-light-wrapper .tell-us-about-project .tell-us-about-project-text-block{margin:0 4.1% 60px}.terms-of-use-wrapper footer.footer-light-wrapper .tell-us-about-project .tell-us-about-project-text-block h1{font-size:32px}.terms-of-use-wrapper footer.footer-light-wrapper .tell-us-about-project .tell-us-about-project-text-block .h5{font-size:16px}.terms-of-use-wrapper footer.footer-light-wrapper .tell-us-about-project form{margin:0 auto}.terms-of-use-wrapper footer.footer-light-wrapper .tell-us-about-project form .tell-us-about-project-forms-block-row-1{width:77.6%;margin:0 auto;-ms-flex-direction:column;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column}.terms-of-use-wrapper footer.footer-light-wrapper .tell-us-about-project form .tell-us-about-project-forms-block-row-1 .tell-us-about-project-forms-blockrow-1-column-1{width:100%;margin:0 auto}.terms-of-use-wrapper footer.footer-light-wrapper .tell-us-about-project form .tell-us-about-project-forms-block-row-1 .tell-us-about-project-forms-blockrow-1-column-1 .tell-us-about-project-forms-block-wrapper p{max-width:100%;width:auto}.terms-of-use-wrapper footer.footer-light-wrapper .tell-us-about-project form .tell-us-about-project-forms-block-row-1 .tell-us-about-project-forms-blockrow-1-column-1 .tell-us-about-project-forms-block-wrapper input{padding:0 0 0 24px;-webkit-box-sizing:border-box;box-sizing:border-box;width:100%;margin:0 0 15px}.terms-of-use-wrapper footer.footer-light-wrapper .tell-us-about-project form .tell-us-about-project-forms-block-row-1 .tell-us-about-project-forms-blockrow-1-column-2{width:100%}.terms-of-use-wrapper footer.footer-light-wrapper .tell-us-about-project form .tell-us-about-project-forms-block-row-1 .tell-us-about-project-forms-blockrow-1-column-2 p{margin-top:16px}.terms-of-use-wrapper footer.footer-light-wrapper .tell-us-about-project form .tell-us-about-project-forms-block-row-1 .tell-us-about-project-forms-blockrow-1-column-2 textarea{width:100%;padding:18px 0 0 24px;-webkit-box-sizing:border-box;box-sizing:border-box}.terms-of-use-wrapper footer.footer-light-wrapper .tell-us-about-project form .tell-us-about-project-forms-block-row-1 .tell-us-about-project-forms-blockrow-1-column-2 .checkbox-text{display:-ms-flexbox;display:-webkit-box;display:flex;-ms-flex-direction:row;-webkit-box-orient:horizontal;-webkit-box-direction:normal;flex-direction:row;-ms-flex-pack:center;-webkit-box-pack:center;justify-content:center}.terms-of-use-wrapper footer.footer-light-wrapper .tell-us-about-project form .tell-us-about-project-forms-block-row-1 .tell-us-about-project-forms-blockrow-1-column-2 .checkbox-text p{margin:0}.terms-of-use-wrapper footer.footer-light-wrapper .tell-us-about-project form .tell-us-about-project-forms-block-row-1 .tell-us-about-project-forms-blockrow-1-column-2 .checkbox-text p:first-child{margin-right:34px}.terms-of-use-wrapper footer.footer-light-wrapper .tell-us-about-project form .tell-us-about-project-forms-block-row-2{margin-top:38px}.terms-of-use-wrapper footer.footer-light-wrapper .tell-us-about-project form .tell-us-about-project-forms-block-row-2 .tell-us-about-project-checkbox-wrapper{-ms-flex-direction:column;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;-ms-flex-align:center;-webkit-box-align:center;align-items:center}.terms-of-use-wrapper footer.footer-light-wrapper .tell-us-about-project form .tell-us-about-project-forms-block-row-2 .tell-us-about-project-checkbox-wrapper p{width:77.6%;-ms-flex-order:1;-webkit-box-ordinal-group:2;order:1;margin-top:15px}.terms-of-use-wrapper footer.footer-light-wrapper .tell-us-about-project form .tell-us-about-project-forms-block-row-2 .tell-us-about-project-checkbox-wrapper button{width:77.6%;margin:0 auto}.terms-of-use-wrapper footer.footer-light-wrapper .footer-menu{margin:0 3.1%}.terms-of-use-wrapper footer.footer-light-wrapper .footer-menu .footer-menu-row1{-ms-flex-wrap:wrap;flex-wrap:wrap}.terms-of-use-wrapper footer.footer-light-wrapper .footer-menu .footer-menu-row1 .footer-menu-row1-column1{display:-ms-flexbox;display:-webkit-box;display:flex;-ms-flex-direction:column;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;-ms-flex-pack:center;-webkit-box-pack:center;justify-content:center;margin-bottom:46px;width:100%}.terms-of-use-wrapper footer.footer-light-wrapper .footer-menu .footer-menu-row1 .footer-menu-row1-column1 p{text-align:center;width:100%}.terms-of-use-wrapper footer.footer-light-wrapper .footer-menu .footer-menu-row1 .footer-menu-row1-column1 .logo-place{margin:0 auto}.terms-of-use-wrapper footer.footer-light-wrapper .footer-menu .footer-menu-row1 .footer-menu-row1-column4{width:31%}.terms-of-use-wrapper footer.footer-light-wrapper .footer-bottom-block .footer-bottom-block-column-2{text-align:center}.terms-of-use-wrapper footer.footer-light-wrapper .footer-bottom-block .footer-bottom-block-column-2 p{width:139px;font-size:12px}}@media (max-width:540px){.terms-of-use-wrapper footer.footer-light-wrapper .tell-us-about-project{padding:50px 12px 34px}.terms-of-use-wrapper footer.footer-light-wrapper .tell-us-about-project .tell-us-about-project-text-block{margin:0 0 22px}.terms-of-use-wrapper footer.footer-light-wrapper .tell-us-about-project .tell-us-about-project-text-block h1{font-size:20px!important}.terms-of-use-wrapper footer.footer-light-wrapper .tell-us-about-project .tell-us-about-project-text-block h1 img{width:4px;height:4px}.terms-of-use-wrapper footer.footer-light-wrapper .tell-us-about-project .tell-us-about-project-text-block h1.got-a-project img.ques-sign,.terms-of-use-wrapper footer.footer-light-wrapper .tell-us-about-project .tell-us-about-project-text-block h1.looking-to-build img.ques-sign{width:15px!important;height:20px!important}.terms-of-use-wrapper footer.footer-light-wrapper .tell-us-about-project .tell-us-about-project-text-block .h5{font-size:14px}.terms-of-use-wrapper footer.footer-light-wrapper .tell-us-about-project form,.terms-of-use-wrapper footer.footer-light-wrapper .tell-us-about-project form .tell-us-about-project-forms-block-row-1{width:100%}.terms-of-use-wrapper footer.footer-light-wrapper .tell-us-about-project form .tell-us-about-project-forms-block-row-1 .tell-us-about-project-forms-blockrow-1-column-2 .checkbox-text{-ms-flex-direction:column;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;-ms-flex-pack:normal;-webkit-box-pack:normal;justify-content:normal}.terms-of-use-wrapper footer.footer-light-wrapper .tell-us-about-project form .tell-us-about-project-forms-block-row-1 .tell-us-about-project-forms-blockrow-1-column-2 .checkbox-text p:first-child{margin-bottom:18px}.terms-of-use-wrapper footer.footer-light-wrapper .tell-us-about-project form .tell-us-about-project-forms-block-row-2 .tell-us-about-project-checkbox-wrapper p{width:100%}.terms-of-use-wrapper footer.footer-light-wrapper .tell-us-about-project form .tell-us-about-project-forms-block-row-2 .tell-us-about-project-checkbox-wrapper label{font-size:12px}.terms-of-use-wrapper footer.footer-light-wrapper .tell-us-about-project form .tell-us-about-project-forms-block-row-2 .tell-us-about-project-checkbox-wrapper button{width:100%}.terms-of-use-wrapper footer.footer-light-wrapper .footer-menu{padding-top:27px}.terms-of-use-wrapper footer.footer-light-wrapper .footer-menu .footer-menu-row1 ul a{color:#5e6063}.terms-of-use-wrapper footer.footer-light-wrapper .footer-menu .footer-menu-row1 .footer-menu-row1-column1{display:-ms-flexbox;display:-webkit-box;display:flex;-ms-flex-direction:column;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column}.terms-of-use-wrapper footer.footer-light-wrapper .footer-menu .footer-menu-row1 .footer-menu-row1-column1 .logo-place{margin:10px 0 0;text-align:left}.terms-of-use-wrapper footer.footer-light-wrapper .footer-menu .footer-menu-row1 .footer-menu-row1-column1 p{margin:10px 0 0;text-align:left;width:84.4%}.terms-of-use-wrapper footer.footer-light-wrapper .footer-menu .footer-menu-row1 .footer-menu-row1-column3,.terms-of-use-wrapper footer.footer-light-wrapper .footer-menu .footer-menu-row1 .footer-menu-row1-column4,.terms-of-use-wrapper footer.footer-light-wrapper .footer-menu .footer-menu-row1 hr{display:none}.terms-of-use-wrapper footer.footer-light-wrapper .footer-bottom-block{-ms-flex-direction:column;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;-ms-flex-align:start;-webkit-box-align:start;align-items:flex-start;margin:25px 3.1% 41px}.terms-of-use-wrapper footer.footer-light-wrapper .footer-bottom-block p{font-size:14px!important}.terms-of-use-wrapper footer.footer-light-wrapper .footer-bottom-block .footer-bottom-block-column-1{width:100%}.terms-of-use-wrapper footer.footer-light-wrapper .footer-bottom-block .footer-bottom-block-column-1 p,.terms-of-use-wrapper footer.footer-light-wrapper .footer-bottom-block .footer-bottom-block-column-1 p img{display:none}.terms-of-use-wrapper footer.footer-light-wrapper .footer-bottom-block .footer-bottom-block-column-1 p.hide-p{display:block}.terms-of-use-wrapper footer.footer-light-wrapper .footer-bottom-block .footer-bottom-block-column-1 p:last-child{display:-ms-flexbox;display:-webkit-box;display:flex;-ms-flex-direction:column;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;margin-top:14px;margin-bottom:24px}.terms-of-use-wrapper footer.footer-light-wrapper .footer-bottom-block .footer-bottom-block-column-1 p:last-child a:first-child{margin-bottom:16px}.terms-of-use-wrapper footer.footer-light-wrapper .footer-bottom-block .footer-bottom-block-column-2{width:100%;margin:24px 0;-ms-flex-order:1;-webkit-box-ordinal-group:2;order:1;text-align:left;-ms-flex-pack:start;-webkit-box-pack:start;justify-content:flex-start}.terms-of-use-wrapper footer.footer-light-wrapper .footer-bottom-block .footer-bottom-block-column-2 p{width:auto;font-size:12px!important}.terms-of-use-wrapper footer.footer-light-wrapper .footer-bottom-block .footer-bottom-block-column-3{width:auto}}@media (max-width:1024px){.terms-of-use-wrapper .solute-wrapper{padding:90px 0 86px}.terms-of-use-wrapper .solute-wrapper:after{top:332px;left:9%}.terms-of-use-wrapper .solute-menu-wrapper{margin-left:4.1%}.terms-of-use-wrapper .hr{height:2px}.terms-of-use-wrapper p.last-p{margin-left:20%;margin-right:19.7%}}@media (max-width:768px){.terms-of-use-wrapper .solute-wrapper{padding:95px 0 91px}.terms-of-use-wrapper .solute-wrapper h1{font-size:36px}.terms-of-use-wrapper .solute-wrapper .h5{font-size:16px}.terms-of-use-wrapper .solute-wrapper:after{top:330px}.terms-of-use-wrapper .solute-menu-wrapper{margin-left:3.3%}.terms-of-use-wrapper .solute-menu-wrapper .h5{font-size:16px}.terms-of-use-wrapper .solute-menu-wrapper .h5:first-child.active~.h5:last-child:after{left:-132px}.terms-of-use-wrapper .solute-menu-wrapper .h5:last-child{position:relative;margin-right:0}.terms-of-use-wrapper .solute-menu-wrapper .h5:last-child:after{content:"";position:absolute;top:-26px;left:-298.5px;border:13px solid transparent;border-top:18px solid #081120;-webkit-transition:.4s;transition:.4s}.terms-of-use-wrapper .solute-menu-wrapper .h5:last-child.active:after{left:9px}.terms-of-use-wrapper .main-text-wrapper p.header-p{font-size:16px}.terms-of-use-wrapper p.last-p{margin-left:15.5%;margin-right:3.9%;font-size:16px}}.privacy-policy-wrapper .main-text-wrapper p a:hover,.terms-of-use-wrapper .main-text-wrapper p a:hover{text-decoration:underline;outline:none}@media (max-width:1023px){.privacy-policy-wrapper .main-text-wrapper p,.terms-of-use-wrapper .main-text-wrapper p{font-size:16px;line-height:26px;letter-spacing:.5px}}@media (max-width:767px){.privacy-policy-wrapper .main-text-wrapper p,.terms-of-use-wrapper .main-text-wrapper p{font-size:14px;line-height:22px;letter-spacing:.44px}}.privacy-policy-wrapper .main-text-after,.terms-of-use-wrapper .main-text-after{margin-left:4.1%}@media (max-width:425px){.terms-of-use-wrapper .solute-wrapper{padding:60px 0 70px}.terms-of-use-wrapper .solute-wrapper h1{font-size:28px;color:#fff}.terms-of-use-wrapper .solute-wrapper h1 img{display:none}.terms-of-use-wrapper .solute-wrapper .h5{font-size:16px;color:#fff}.terms-of-use-wrapper .solute-menu-wrapper{margin-bottom:70px}.terms-of-use-wrapper .solute-menu-wrapper .h5{font-size:16px;margin-right:20px}.terms-of-use-wrapper .solute-menu-wrapper .h5:first-child.active~.h5:last-child:after{left:-83px}.terms-of-use-wrapper .solute-menu-wrapper .h5:last-child{position:relative;margin-right:0}.terms-of-use-wrapper .solute-menu-wrapper .h5:last-child:after{content:"";position:absolute;top:-26px;left:-200.5px;border:13px solid transparent;border-top:18px solid #081120;-webkit-transition:.4s;transition:.4s}.terms-of-use-wrapper .solute-menu-wrapper .h5:last-child.active:after{left:9px}.terms-of-use-wrapper .main-text-wrapper p{font-size:14px!important}.terms-of-use-wrapper .main-text-wrapper p.header-p{font-size:14px!important;margin-top:40px;margin-bottom:10px}.terms-of-use-wrapper p.last-p{font-size:14px!important;margin-left:3.1%;margin-right:10.6%}.privacy-policy-wrapper .solute-wrapper{padding:60px 7.8% 70px}.privacy-policy-wrapper .solute-wrapper h1{font-size:28px;color:#fff}.privacy-policy-wrapper .solute-wrapper h1 img{display:none}.privacy-policy-wrapper .solute-wrapper .h5{font-size:16px;color:#fff}.privacy-policy-wrapper .solute-menu-wrapper .h5{margin-right:20px;font-size:16px}.privacy-policy-wrapper .solute-menu-wrapper .h5:first-child.active~.h5:last-child:after{left:-83px}.privacy-policy-wrapper .solute-menu-wrapper .h5:last-child{position:relative;margin-right:0}.privacy-policy-wrapper .solute-menu-wrapper .h5:last-child:after{content:"";position:absolute;top:-26px;left:-200.5px;border:13px solid transparent;border-top:18px solid #081120;-webkit-transition:.4s;transition:.4s}.privacy-policy-wrapper .solute-menu-wrapper .h5:last-child.active:after{left:9px}.privacy-policy-wrapper .main-text-wrapper{margin-left:3.1%;margin-right:11.9%}.privacy-policy-wrapper .main-text-wrapper p{font-size:14px}.privacy-policy-wrapper .main-text-wrapper p.header-p{font-size:14px;margin-top:40px;margin-bottom:10px}.privacy-policy-wrapper p.last-p{font-size:14px;margin-left:3.8%}}@media (max-width:1023px){.blog-wrapper h1{font-size:36px}}.blog-wrapper .solute-wrapper h1{color:#fff;margin-bottom:12px}.blog-wrapper .solute-wrapper .top-desc{color:#fff;font-weight:400;width:63.8%}@media (max-width:1023px){.blog-wrapper .solute-wrapper .top-desc{line-height:24px;font-size:16px}}@media (max-width:1200px){.blog-wrapper .solute-wrapper .top-desc{width:80%}}@media (max-width:900px){.blog-wrapper .solute-wrapper .top-desc{font-size:16px;width:100%}}.blog-wrapper footer .tell-us-about-project .tell-us-about-project-text-block h2{display:block!important}.blog-wrapper footer .tell-us-about-project .tell-us-about-project-text-block div.desc,.blog-wrapper h5{color:#5e6063}.blog-wrapper p.small-gray{font-family:MulishRegular;font-size:14px;line-height:1.43;letter-spacing:.4px;color:rgba(94,96,99,.8)}.blog-wrapper p.small-dark-blue-gray{font-family:MulishRegular;font-size:14px;line-height:1.29;letter-spacing:.4px;color:#081120}.blog-wrapper a{text-decoration:none}.blog-wrapper .solute-wrapper{padding:90px 0 152px;margin-bottom:50px;margin-top:-1px;background-color:#081120}@media (max-width:1440px){.blog-wrapper .solute-wrapper .content-wrapper-solute{width:1105px;margin:0 auto}}@media (max-width:1160px){.blog-wrapper .solute-wrapper .content-wrapper-solute{width:91.9%}}@media (max-width:1440px){.blog-wrapper .solute-wrapper{margin-bottom:70px}}@media (max-width:1024px){.blog-wrapper .solute-wrapper{margin-bottom:70px}}.blog-wrapper .solute-wrapper h2{color:#fff;margin-bottom:12px}.blog-wrapper .solute-wrapper p{width:148px;font-family:MulishRegular;font-size:14px;line-height:1.29;letter-spacing:.4px;color:#fff;margin-top:30px;cursor:pointer}.blog-wrapper .solute-wrapper p img{width:13px;height:9px;margin-right:10px}.blog-wrapper .solute-wrapper h5{color:#fff;font-weight:400;width:63.8%}.blog-wrapper .articles-wrapper{margin:0 auto}@media (max-width:1440px){.blog-wrapper .articles-wrapper{width:1105px}}@media (max-width:1160px){.blog-wrapper .articles-wrapper{width:93.5%}}.blog-wrapper .articles-wrapper .row{display:-ms-flexbox;display:-webkit-box;display:flex;-ms-flex-direction:row;-webkit-box-orient:horizontal;-webkit-box-direction:normal;flex-direction:row;-ms-flex-pack:justify;-ms-flex-wrap:wrap;flex-wrap:wrap;max-width:2560px;margin:0 auto 40px;-webkit-box-pack:justify;justify-content:space-between}.blog-wrapper .articles-wrapper .row:after{content:"";-webkit-box-flex:1;-ms-flex:auto;flex:auto}.blog-wrapper .articles-wrapper .row>a{width:31%;margin-left:3.5%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}@media (max-width:1024px){.blog-wrapper .articles-wrapper .row>a{width:31.2%;margin-left:3.2%}}.blog-wrapper .articles-wrapper .row>a:first-child{margin-left:0}.blog-wrapper .articles-wrapper .row>a:nth-child(3n+1){clear:left;margin-left:0}.blog-wrapper .articles-wrapper .row .articles__column-wrapper{width:100%;cursor:pointer}.blog-wrapper .articles-wrapper .row .column{position:relative;width:100%;height:268px;display:-ms-flexbox;display:-webkit-box;display:flex;-ms-flex-direction:column;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;-ms-flex-pack:justify;-webkit-box-pack:justify;justify-content:space-between;background-repeat:no-repeat;background-size:cover;background-position:50%}@media (max-width:900px){.blog-wrapper .articles-wrapper .row .column{height:380px}}@media (max-width:500px){.blog-wrapper .articles-wrapper .row .column{height:400px}}.blog-wrapper .articles-wrapper .row .inside-block{position:relative;z-index:2;display:-ms-flexbox;display:-webkit-box;display:flex;-ms-flex-direction:column;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;-ms-flex-pack:justify;max-width:100%;-webkit-box-sizing:border-box;box-sizing:border-box;margin-left:-1px;margin-right:14px;margin-top:-80px;padding:20px 20px 30px;background-color:#fff}@media (max-width:900px){.blog-wrapper .articles-wrapper .row .inside-block{margin-left:8px;margin-right:8px}}@media (max-width:500px){.blog-wrapper .articles-wrapper .row .inside-block{margin-top:-148px;margin-left:0}}.blog-wrapper .articles-wrapper .row .inside-block p.blue-p{display:-ms-flexbox;display:-webkit-box;display:flex;-ms-flex-direction:row;-webkit-box-orient:horizontal;-webkit-box-direction:normal;flex-direction:row;-ms-flex-align:center;-webkit-box-align:center;align-items:center;-ms-flex-wrap:inherit;flex-wrap:inherit;font-family:MulishRegular;font-size:14px;line-height:1.43;color:rgba(0,83,206,.9);margin-bottom:4px;font-weight:400;font-stretch:normal;font-style:normal;letter-spacing:.44px}.blog-wrapper .articles-wrapper .row .inside-block p.blue-p span{white-space:nowrap}.blog-wrapper .articles-wrapper .row .inside-block p.blue-p img{width:2px;height:2px;border-radius:100%;margin:0 6px}.blog-wrapper .articles-wrapper .row .inside-block h2,.blog-wrapper .articles-wrapper .row .inside-block h4{font-family:Mulish;font-size:20px;letter-spacing:.3px;color:#081120;line-height:28px;margin-bottom:12px}.blog-wrapper .articles-wrapper .row .inside-block h2{line-height:normal}@media (max-width:1024px){.blog-wrapper .articles-wrapper .row .inside-block h2{letter-spacing:.25px;margin-bottom:10px}}@media (max-width:500px){.blog-wrapper .articles-wrapper .row .inside-block h2{font-stretch:normal;font-style:normal;line-height:normal;letter-spacing:.25px;margin-bottom:0}}.blog-wrapper .articles-wrapper .row .inside-block p:nth-child(3){font-family:MulishRegular;font-size:14px;font-weight:400;font-stretch:normal;font-style:normal;line-height:1.43;letter-spacing:.44px;color:#081120;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical}@media (max-width:1024px){.blog-wrapper .articles-wrapper .row .inside-block p:nth-child(3){-webkit-line-clamp:4}}.blog-wrapper .articles-wrapper .row .inside-block .last-row{display:-ms-flexbox;display:-webkit-box;display:flex;-ms-flex-direction:row;-webkit-box-orient:horizontal;-webkit-box-direction:normal;flex-direction:row;-ms-flex-pack:justify;-webkit-box-pack:justify;justify-content:space-between;margin-top:auto}.blog-wrapper .articles-wrapper .row .inside-block .last-row p{font-family:MulishRegular;font-size:14px;line-height:1.29;letter-spacing:.4px;color:#081120}.blog-wrapper .articles-wrapper .row .last-row{display:-ms-flexbox;display:-webkit-box;display:flex;-ms-flex-direction:row;-webkit-box-orient:horizontal;-webkit-box-direction:normal;flex-direction:row;-ms-flex-pack:justify;-webkit-box-pack:justify;justify-content:space-between;margin-top:auto;padding:0 20px 40px}@media (max-width:1024px){.blog-wrapper .articles-wrapper .row .last-row{padding:0 20px 25px}}@media (max-width:1023px){.blog-wrapper .articles-wrapper .row .last-row{padding:0 30px 30px}}@media (max-width:500px){.blog-wrapper .articles-wrapper .row .last-row{padding:0 20px 44px;background:#fff;z-index:1;margin-right:8px}}.blog-wrapper .articles-wrapper .row .last-row p{font-family:MulishRegular;font-size:14px;line-height:1.29;overflow-x:hidden;max-width:100%;white-space:nowrap;letter-spacing:.44px;color:rgba(8,17,32,.7);text-overflow:ellipsis;margin-bottom:28px}@media (max-width:1024px){.blog-wrapper .articles-wrapper .row .last-row p{margin-bottom:20px}}@media (max-width:900px){.blog-wrapper .articles-wrapper .row .last-row p{margin-bottom:30px;margin-left:8px;margin-right:8px}}@media (max-width:500px){.blog-wrapper .articles-wrapper .row .last-row p{margin-bottom:20px;margin-left:0}}.blog-wrapper .articles-wrapper .row .articles__column-wrapper:hover .hover-block{opacity:.89}.blog-wrapper .articles-wrapper .row .column5{display:-ms-flexbox;display:-webkit-box;display:flex;-ms-flex-pack:center;-webkit-box-pack:center;justify-content:center;width:31.1%;height:auto;margin-bottom:0;background-image:linear-gradient(35deg,rgba(0,83,206,.9),rgba(0,158,253,.89));background-size:100% 100%}.blog-wrapper .articles-wrapper .row .column5 .inside-wrapper{display:-ms-flexbox;display:-webkit-box;display:flex;-ms-flex-direction:column;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;-ms-flex-pack:justify;-webkit-box-pack:justify;justify-content:space-between;margin:0 14.8% 0 8.7%}.blog-wrapper .articles-wrapper .row .column5 .inside-wrapper h1{font-family:Mulish;font-size:46px;color:#fff;margin-bottom:20px}.blog-wrapper .articles-wrapper .row .column5 .inside-wrapper h5{font-family:MulishRegular;font-size:20px;font-weight:400;line-height:1.4;letter-spacing:.5px;color:#fff;margin-bottom:30px}.blog-wrapper .articles-wrapper .row .column5 .inside-wrapper button{width:220px;height:44px;background-color:rgba(0,83,206,0);border:1px solid #fff;font-family:MulishMedium;font-size:11px;font-weight:500;letter-spacing:.5px;text-align:center;color:#fff}.blog-wrapper .articles-wrapper .row .column5 .inside-wrapper button:active,.blog-wrapper .articles-wrapper .row .column5 .inside-wrapper button:focus,.blog-wrapper .articles-wrapper .row .column5 .inside-wrapper button:hover{border:2px solid #fff;background-color:rgba(0,83,206,0)!important;background-image:none!important}.blog-wrapper .articles-wrapper .row:last-child{margin-bottom:0}.blog-wrapper .button-row{margin-bottom:50px}.blog-wrapper .button-row,.blog-wrapper .button-row a,.blog-wrapper .button-row button{display:-ms-flexbox;display:-webkit-box;display:flex;-ms-flex-pack:center;-webkit-box-pack:center;justify-content:center}.blog-wrapper .button-row a,.blog-wrapper .button-row button{-ms-flex-align:center;-webkit-box-align:center;align-items:center;width:310px;height:44px;background-image:linear-gradient(82deg,rgba(0,83,206,.9),rgba(0,158,253,.89));font-family:MulishMedium;font-size:11px;font-weight:500;letter-spacing:.5px;text-align:center;color:#fff;border:none}.blog-wrapper .button-row a:hover,.blog-wrapper .button-row button:hover{background-image:linear-gradient(257deg,rgba(0,83,206,.9),rgba(0,158,253,.89))}.blog-wrapper .button-row a:active,.blog-wrapper .button-row a:focus,.blog-wrapper .button-row button:active,.blog-wrapper .button-row button:focus{background-image:linear-gradient(283deg,#004ab6,#008ce0)}.blog-wrapper .button-row a:disabled,.blog-wrapper .button-row button:disabled{opacity:.4;background-image:linear-gradient(283deg,#004ab6,#008ce0);border:1px solid rgba(0,83,206,.9)}.blog-wrapper .want-to-know-more-wrapper{background-color:#081120;padding:78px 22.9% 62px;margin-bottom:70px}.blog-wrapper .want-to-know-more-wrapper h3{font-family:MulishRegular;font-size:34px;font-weight:400;line-height:1.18;letter-spacing:1.1px;color:#fff;text-align:center;margin-bottom:12px}.blog-wrapper .want-to-know-more-wrapper h3 br{display:none}.blog-wrapper .want-to-know-more-wrapper p{font-family:MulishRegular;font-size:14px;line-height:1.71;letter-spacing:.4px;color:#fff;margin-left:24px}.blog-wrapper .want-to-know-more-wrapper form{display:-ms-flexbox;display:-webkit-box;display:flex;-ms-flex-direction:row;-webkit-box-orient:horizontal;-webkit-box-direction:normal;flex-direction:row;-ms-flex-pack:justify;-webkit-box-pack:justify;justify-content:space-between;margin-bottom:17px}.blog-wrapper .want-to-know-more-wrapper form input{-webkit-box-sizing:border-box;box-sizing:border-box;width:65.5%;height:60px;padding-left:24px;background-color:rgba(0,83,206,.34);border:1px solid rgba(0,158,253,.9);font-size:16px;line-height:1.5;color:#fff;caret-color:#fff}.blog-wrapper .want-to-know-more-wrapper form input::-moz-placeholder,.blog-wrapper .want-to-know-more-wrapper form input::-webkit-input-placeholder{font-family:MulishRegular;font-size:16px;line-height:1.5;letter-spacing:.5px;color:hsla(0,0%,100%,.4)}.blog-wrapper .want-to-know-more-wrapper form button{width:33%;height:60px;background-color:#008ce0;background-image:linear-gradient(77deg,rgba(0,83,206,.9),rgba(0,158,253,.89));border:none;font-family:MulishMedium;font-size:11px;font-weight:500;letter-spacing:.5px;text-align:center;color:#fff}.blog-wrapper .want-to-know-more-wrapper form button:last-child{display:none}.blog-wrapper .want-to-know-more-wrapper p.check{font-size:12px;line-height:1.5;text-align:center}.blog-wrapper .want-to-know-more-wrapper p.check a{text-decoration:none;color:rgba(0,158,253,.9)}.blog-wrapper footer.footer-light-wrapper .tell-us-about-project .tell-us-about-project-text-block h2{display:none;font-size:38px;font-stretch:normal;font-style:normal;line-height:1.11;letter-spacing:.48px}.blog-wrapper footer.footer-light-wrapper .tell-us-about-project .tell-us-about-project-text-block h2.looking-to-build{display:block}.blog-wrapper footer.footer-light-wrapper .tell-us-about-project .tell-us-about-project-text-block h2.looking-to-build img{width:26px;height:36px}@media (max-width:450px){.blog-wrapper h1{font-family:Mulish;font-size:28px;font-stretch:normal;font-style:normal;line-height:normal;letter-spacing:.35px}.blog-wrapper h5,.blog-wrapper p{font-family:MulishRegular;font-size:16px;line-height:1.5;letter-spacing:.5px}.blog-wrapper h2{font-family:Mulish;font-size:28px;letter-spacing:.3px}.blog-wrapper h3{font-size:20px}}@media (max-width:1300px){.blog-wrapper footer.footer-light-wrapper .tell-us-about-project .tell-us-about-project-text-block{margin-left:4.1%}.blog-wrapper footer.footer-light-wrapper .tell-us-about-project form{margin:0 42px}.blog-wrapper footer.footer-light-wrapper .footer-menu{margin:0 4.1%}.blog-wrapper footer.footer-light-wrapper .footer-bottom-block{margin:30px 4.1% 22px}}@media (max-width:850px){.blog-wrapper footer.footer-light-wrapper{width:100%}.blog-wrapper footer.footer-light-wrapper .tell-us-about-project .tell-us-about-project-text-block{margin:0 4.1% 60px}.blog-wrapper footer.footer-light-wrapper .tell-us-about-project .tell-us-about-project-text-block h2{font-size:32px}.blog-wrapper footer.footer-light-wrapper .tell-us-about-project .tell-us-about-project-text-block h5{font-size:16px}.blog-wrapper footer.footer-light-wrapper .tell-us-about-project form{margin:0 auto}.blog-wrapper footer.footer-light-wrapper .tell-us-about-project form .tell-us-about-project-forms-block-row-1{width:77.6%;margin:0 auto;-ms-flex-direction:column;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column}.blog-wrapper footer.footer-light-wrapper .tell-us-about-project form .tell-us-about-project-forms-block-row-1 .tell-us-about-project-forms-blockrow-1-column-1{width:100%;margin:0 auto}.blog-wrapper footer.footer-light-wrapper .tell-us-about-project form .tell-us-about-project-forms-block-row-1 .tell-us-about-project-forms-blockrow-1-column-1 .tell-us-about-project-forms-block-wrapper p{max-width:100%;width:auto}.blog-wrapper footer.footer-light-wrapper .tell-us-about-project form .tell-us-about-project-forms-block-row-1 .tell-us-about-project-forms-blockrow-1-column-1 .tell-us-about-project-forms-block-wrapper input{padding:0 0 0 24px;-webkit-box-sizing:border-box;box-sizing:border-box;width:100%;margin:0 0 15px}.blog-wrapper footer.footer-light-wrapper .tell-us-about-project form .tell-us-about-project-forms-block-row-1 .tell-us-about-project-forms-blockrow-1-column-2{width:100%}.blog-wrapper footer.footer-light-wrapper .tell-us-about-project form .tell-us-about-project-forms-block-row-1 .tell-us-about-project-forms-blockrow-1-column-2 p{margin-top:16px}.blog-wrapper footer.footer-light-wrapper .tell-us-about-project form .tell-us-about-project-forms-block-row-1 .tell-us-about-project-forms-blockrow-1-column-2 textarea{width:100%;padding:18px 0 0 24px;-webkit-box-sizing:border-box;box-sizing:border-box}.blog-wrapper footer.footer-light-wrapper .tell-us-about-project form .tell-us-about-project-forms-block-row-1 .tell-us-about-project-forms-blockrow-1-column-2 .checkbox-text{display:-ms-flexbox;display:-webkit-box;display:flex;-ms-flex-direction:row;-webkit-box-orient:horizontal;-webkit-box-direction:normal;flex-direction:row;-ms-flex-pack:center;-webkit-box-pack:center;justify-content:center}.blog-wrapper footer.footer-light-wrapper .tell-us-about-project form .tell-us-about-project-forms-block-row-1 .tell-us-about-project-forms-blockrow-1-column-2 .checkbox-text p{margin:0}.blog-wrapper footer.footer-light-wrapper .tell-us-about-project form .tell-us-about-project-forms-block-row-1 .tell-us-about-project-forms-blockrow-1-column-2 .checkbox-text p:first-child{margin-right:34px}.blog-wrapper footer.footer-light-wrapper .tell-us-about-project form .tell-us-about-project-forms-block-row-2{margin-top:38px}.blog-wrapper footer.footer-light-wrapper .tell-us-about-project form .tell-us-about-project-forms-block-row-2 .tell-us-about-project-checkbox-wrapper{-ms-flex-direction:column;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;-ms-flex-align:center;-webkit-box-align:center;align-items:center}.blog-wrapper footer.footer-light-wrapper .tell-us-about-project form .tell-us-about-project-forms-block-row-2 .tell-us-about-project-checkbox-wrapper p{width:77.6%;-ms-flex-order:1;-webkit-box-ordinal-group:2;order:1;margin-top:30px}.blog-wrapper footer.footer-light-wrapper .tell-us-about-project form .tell-us-about-project-forms-block-row-2 .tell-us-about-project-checkbox-wrapper button{width:77.6%;margin:0 auto}.blog-wrapper footer.footer-light-wrapper .footer-menu{margin:0 3.1%}.blog-wrapper footer.footer-light-wrapper .footer-menu .footer-menu-row1{-ms-flex-wrap:wrap;flex-wrap:wrap}.blog-wrapper footer.footer-light-wrapper .footer-menu .footer-menu-row1 .footer-menu-row1-column1{display:-ms-flexbox;display:-webkit-box;display:flex;-ms-flex-direction:column;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;-ms-flex-pack:center;-webkit-box-pack:center;justify-content:center;margin-bottom:46px;width:100%}.blog-wrapper footer.footer-light-wrapper .footer-menu .footer-menu-row1 .footer-menu-row1-column1 p{text-align:center;width:100%}.blog-wrapper footer.footer-light-wrapper .footer-menu .footer-menu-row1 .footer-menu-row1-column1 .logo-place{margin:0 auto}.blog-wrapper footer.footer-light-wrapper .footer-menu .footer-menu-row1 .footer-menu-row1-column4{width:31%}.blog-wrapper footer.footer-light-wrapper .footer-bottom-block .footer-bottom-block-column-2{text-align:center}.blog-wrapper footer.footer-light-wrapper .footer-bottom-block .footer-bottom-block-column-2 p{width:139px;font-size:12px}}@media (max-width:540px){.blog-wrapper footer.footer-light-wrapper .tell-us-about-project{padding:50px 12px 34px}.blog-wrapper footer.footer-light-wrapper .tell-us-about-project .tell-us-about-project-text-block{margin:0 0 22px}.blog-wrapper footer.footer-light-wrapper .tell-us-about-project .tell-us-about-project-text-block h2{font-size:24px!important;font-stretch:normal;font-style:normal;line-height:normal;letter-spacing:.3px}}@media (max-width:540px) and (max-width:400px){.blog-wrapper footer.footer-light-wrapper .tell-us-about-project .tell-us-about-project-text-block h2{max-width:296px}}@media (max-width:540px){.blog-wrapper footer.footer-light-wrapper .tell-us-about-project .tell-us-about-project-text-block h2 img{width:4px;height:4px}.blog-wrapper footer.footer-light-wrapper .tell-us-about-project .tell-us-about-project-text-block h2.got-a-project img.ques-sign,.blog-wrapper footer.footer-light-wrapper .tell-us-about-project .tell-us-about-project-text-block h2.looking-to-build img.ques-sign{width:15px!important;height:20px!important}.blog-wrapper footer.footer-light-wrapper .tell-us-about-project .tell-us-about-project-text-block h5{font-size:14px}.blog-wrapper footer.footer-light-wrapper .tell-us-about-project form,.blog-wrapper footer.footer-light-wrapper .tell-us-about-project form .tell-us-about-project-forms-block-row-1{width:100%}.blog-wrapper footer.footer-light-wrapper .tell-us-about-project form .tell-us-about-project-forms-block-row-1 .tell-us-about-project-forms-blockrow-1-column-2 .checkbox-text{-ms-flex-direction:column;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;-ms-flex-pack:normal;-webkit-box-pack:normal;justify-content:normal}.blog-wrapper footer.footer-light-wrapper .tell-us-about-project form .tell-us-about-project-forms-block-row-1 .tell-us-about-project-forms-blockrow-1-column-2 .checkbox-text p:first-child{margin-bottom:18px}.blog-wrapper footer.footer-light-wrapper .tell-us-about-project form .tell-us-about-project-forms-block-row-2 .tell-us-about-project-checkbox-wrapper p{width:100%}.blog-wrapper footer.footer-light-wrapper .tell-us-about-project form .tell-us-about-project-forms-block-row-2 .tell-us-about-project-checkbox-wrapper label{font-size:12px}.blog-wrapper footer.footer-light-wrapper .tell-us-about-project form .tell-us-about-project-forms-block-row-2 .tell-us-about-project-checkbox-wrapper button{width:100%}.blog-wrapper footer.footer-light-wrapper .footer-menu{padding-top:27px}.blog-wrapper footer.footer-light-wrapper .footer-menu .footer-menu-row1 ul a{color:#5e6063}.blog-wrapper footer.footer-light-wrapper .footer-menu .footer-menu-row1 .footer-menu-row1-column1{display:-ms-flexbox;display:-webkit-box;display:flex;-ms-flex-direction:column;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column}.blog-wrapper footer.footer-light-wrapper .footer-menu .footer-menu-row1 .footer-menu-row1-column1 .logo-place{margin:10px 0 0;text-align:left}.blog-wrapper footer.footer-light-wrapper .footer-menu .footer-menu-row1 .footer-menu-row1-column1 p{margin:10px 0 0;text-align:left;width:84.4%}.blog-wrapper footer.footer-light-wrapper .footer-menu .footer-menu-row1 .footer-menu-row1-column3,.blog-wrapper footer.footer-light-wrapper .footer-menu .footer-menu-row1 .footer-menu-row1-column4,.blog-wrapper footer.footer-light-wrapper .footer-menu .footer-menu-row1 hr{display:none}.blog-wrapper footer.footer-light-wrapper .footer-bottom-block{-ms-flex-direction:column;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;-ms-flex-align:start;-webkit-box-align:start;align-items:flex-start;margin:25px 3.1% 41px}.blog-wrapper footer.footer-light-wrapper .footer-bottom-block p{font-size:14px!important}.blog-wrapper footer.footer-light-wrapper .footer-bottom-block .footer-bottom-block-column-1{width:100%}.blog-wrapper footer.footer-light-wrapper .footer-bottom-block .footer-bottom-block-column-1 p,.blog-wrapper footer.footer-light-wrapper .footer-bottom-block .footer-bottom-block-column-1 p img{display:none}.blog-wrapper footer.footer-light-wrapper .footer-bottom-block .footer-bottom-block-column-1 p.hide-p{display:block}.blog-wrapper footer.footer-light-wrapper .footer-bottom-block .footer-bottom-block-column-1 p:last-child{display:-ms-flexbox;display:-webkit-box;display:flex;-ms-flex-direction:column;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;margin-top:14px;margin-bottom:24px}.blog-wrapper footer.footer-light-wrapper .footer-bottom-block .footer-bottom-block-column-1 p:last-child a:first-child{margin-bottom:16px}.blog-wrapper footer.footer-light-wrapper .footer-bottom-block .footer-bottom-block-column-2{width:100%;margin:24px 0;-ms-flex-order:1;-webkit-box-ordinal-group:2;order:1;text-align:left;-ms-flex-pack:start;-webkit-box-pack:start;justify-content:flex-start}.blog-wrapper footer.footer-light-wrapper .footer-bottom-block .footer-bottom-block-column-2 p{width:auto;font-size:12px!important}.blog-wrapper footer.footer-light-wrapper .footer-bottom-block .footer-bottom-block-column-3{width:auto}}@media (max-width:1200px){.blog-wrapper .solute-wrapper{padding:110px 0 120px}.blog-wrapper .solute-wrapper h5{width:100%}.blog-wrapper .articles-wrapper .row .inside-block{padding:20px 18px 20px 20px}.blog-wrapper .want-to-know-more-wrapper{padding:78px 10.6% 62px}}@media (max-width:900px){.blog-wrapper .solute-wrapper{padding:80px 22% 100px 3.1%}.blog-wrapper .solute-wrapper h5{font-size:16px;width:100%}.blog-wrapper .solute-wrapper p{display:none}.blog-wrapper .articles-wrapper .row{margin-bottom:0;-ms-flex-direction:column;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column}}@media (max-width:900px) and (max-width:500px){.blog-wrapper .articles-wrapper .row .inside-block{padding:20px 20px 40px}}@media (max-width:900px){.blog-wrapper .articles-wrapper .row>a{width:100%;margin-left:0}.blog-wrapper .articles-wrapper .row .articles__column-wrapper{width:100%;margin-bottom:30px}.blog-wrapper .articles-wrapper .row .articles__column-wrapper .inside-block{margin:-80px 7px 0;height:auto}.blog-wrapper .articles-wrapper .row .column5{width:auto;margin:0 -24px 30px;padding:25px 0}.blog-wrapper .articles-wrapper .row .column5 .inside-wrapper h1{font-size:28px}.blog-wrapper .articles-wrapper .row .column5 .inside-wrapper h5{font-size:18px}.blog-wrapper .want-to-know-more-wrapper{padding:50px 3.1% 56px}}@media (max-width:570px){.blog-wrapper .articles-wrapper .row .inside-block p:nth-child(3){display:none}.blog-wrapper .articles-wrapper .row .articles__column-wrapper .inside-block{min-height:176px;margin:-80px 7px 0 -1px;padding:20px 10px 30px 20px}.blog-wrapper .articles-wrapper .row .column5 .inside-wrapper h1{font-size:20px!important}.blog-wrapper .solute-wrapper{padding:55px 0 68px;margin-bottom:50px}.blog-wrapper .solute-wrapper h2{font-size:28px}.blog-wrapper .solute-wrapper h5{font-size:16px}.blog-wrapper .articles-wrapper .row .articles__column-wrapper .inside-block p{font-size:14px!important}.blog-wrapper .button-row a{max-width:220px}.blog-wrapper .want-to-know-more-wrapper{margin-bottom:0}.blog-wrapper .want-to-know-more-wrapper h3{font-size:20px}.blog-wrapper .want-to-know-more-wrapper form input{width:81%;height:44px}.blog-wrapper .want-to-know-more-wrapper form button{width:19%;height:44px}.blog-wrapper .want-to-know-more-wrapper form button:nth-child(2){display:none}.blog-wrapper .want-to-know-more-wrapper form button:last-child{display:block}.blog-wrapper .want-to-know-more-wrapper p.check{width:84.4%}}.infinite-item>div:hover .hover-block{opacity:.89}.article-wrapper footer.footer-light-wrapper .tell-us-about-project .tell-us-about-project-text-block div.desc{color:#fff}.article-wrapper h1,.article-wrapper h2,.article-wrapper h3,.article-wrapper h4,.article-wrapper h5{font-family:Mulish;font-weight:400;letter-spacing:.5px;color:#081120;font-style:normal;font-stretch:normal;line-height:normal;margin-top:0}.article-wrapper h1{font-size:46px;letter-spacing:.58px;font-stretch:normal;font-style:normal;line-height:1.13;text-align:center;color:#fff;margin-bottom:22px}@media (max-width:860px){.article-wrapper h1{font-stretch:normal;font-style:normal;line-height:1.33;letter-spacing:.45px;text-align:center}}@media (min-width:767px){.article-wrapper h1{width:720px}}.article-wrapper .ck-content h2{line-height:1.05;letter-spacing:.47px;margin-top:35px;font-size:24px;line-height:28px;letter-spacing:.25px}@media (max-width:767px){.article-wrapper h2{font-size:32px}}@media (max-width:450px){.article-wrapper h2{font-size:28px}}.article-wrapper h3{font-size:24px;letter-spacing:.33px}.article-wrapper h4{font-size:20px;letter-spacing:.25px}.article-wrapper h5{font-size:18px;letter-spacing:.2px;font-size:16px;letter-spacing:.15px}.article-wrapper p.small-gray{font-family:MulishRegular;font-size:14px;line-height:1.43;letter-spacing:.4px;color:rgba(94,96,99,.8)}.article-wrapper p.small-dark-blue-gray{font-family:MulishRegular;font-size:14px;line-height:1.29;letter-spacing:.4px;color:#081120}.article-wrapper a{text-decoration:none}.article-wrapper .solute-wrapper{display:-ms-flexbox;display:-webkit-box;display:flex;-ms-flex-direction:column;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;-ms-flex-align:center;-webkit-box-align:center;align-items:center;padding:45px 0 83px;background-color:#081120}.article-wrapper .solute-wrapper h5{font-family:MulishRegular;font-size:20px;font-weight:400;line-height:1.4;letter-spacing:.5px;text-align:center;color:#fff;margin-bottom:6px}.article-wrapper .solute-wrapper .white-square{width:4px;height:4px;background-color:#fff}.article-wrapper .solute-wrapper h2{max-width:100%;font-family:Mulish;font-size:40px;letter-spacing:.5px;text-align:center;color:#fff;margin-bottom:12px}.article-wrapper .solute-wrapper p{font-family:MulishRegular;font-size:14px;line-height:1.29;letter-spacing:.4px;text-align:center;color:#fff;margin-bottom:30px}@media (max-width:570px){.article-wrapper .solute-wrapper p{margin-bottom:0}}.article-wrapper .solute-img-wrapper{margin:-140px auto 0;text-align:center}.article-wrapper .solute-img-wrapper img{display:block;width:100%;height:auto;margin:0 auto;-o-object-fit:cover;object-fit:cover}@media (max-width:767px){.article-wrapper .solute-img-wrapper img{min-height:250px}}@media (min-width:767px){.article-wrapper .solute-img-wrapper img{width:720px;height:344px}}@media (min-width:768px) and (max-width:1024px){.article-wrapper .solute-img-wrapper img.img_1024{display:block}}@media (min-width:321px) and (max-width:768px){.article-wrapper .solute-img-wrapper img.img_768{display:block}}@media (max-width:320px){.article-wrapper .solute-img-wrapper img.img_320{display:block}}.article-wrapper .author-wrapper{display:-ms-flexbox;display:-webkit-box;display:flex;-ms-flex-direction:row;-webkit-box-orient:horizontal;-webkit-box-direction:normal;flex-direction:row;-ms-flex-pack:justify;-ms-flex-wrap:wrap;flex-wrap:wrap}.article-wrapper .author-wrapper>.row{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}@media (max-width:567px){.article-wrapper .author-wrapper>.row{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:start}}.article-wrapper .author-wrapper>.row .share-wrap{width:100%}@media (max-width:567px){.article-wrapper .author-wrapper:not(.without-second-author) .authors.column2 .dark-author,.article-wrapper .author-wrapper:not(.without-second-author) .authors.column2 .slate-grey{text-align:left}}@media (max-width:567px){.article-wrapper .author-wrapper.without-second-author>.row{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}}@media (max-width:520px){.article-wrapper .author-wrapper.without-second-author .authors.column2 .author{display:block;text-align:center;margin-bottom:0}.article-wrapper .author-wrapper.without-second-author .authors.column2 .author .slate-grey{text-align:center}}@media (max-width:567px){.article-wrapper .author-wrapper.without-second-author .authors.column2>div{display:block;text-align:center}}.article-wrapper .author-wrapper .authors.column2{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin:48px 0}@media (max-width:567px){.article-wrapper .author-wrapper .authors.column2{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin:24px 12px 40px}}.article-wrapper .author-wrapper .authors.column2 p.dark{font-family:Mulish;font-size:16px;font-stretch:normal;font-style:normal;line-height:1.5;letter-spacing:.5px;text-align:center;color:#081120;margin-bottom:3px}.article-wrapper .author-wrapper .authors.column2 img{width:56px;height:56px;border-radius:100%}@media (max-width:520px){.article-wrapper .author-wrapper .authors.column2 img{width:40px;height:40px}}.article-wrapper .author-wrapper .authors.column2>div{text-align:center}@media (min-width:568px){.article-wrapper .author-wrapper .authors.column2>div{width:250px}}@media (max-width:567px){.article-wrapper .author-wrapper .authors.column2>div{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;text-align:left;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.article-wrapper .author-wrapper .authors.column2>div.author{margin-bottom:20px}.article-wrapper .author-wrapper .authors.column2>div .author-text-wrapper{margin-left:10px}}.article-wrapper .author-wrapper .authors.column2 .dark-author{font-family:Mulish;font-size:14px;font-stretch:normal;font-style:normal;line-height:1.14;letter-spacing:.44px;text-align:center;color:#081120;margin-bottom:4px}@media (max-width:520px){.article-wrapper .author-wrapper .authors.column2 .dark-author{text-align:left;font-size:14px;font-stretch:normal;font-style:normal;line-height:1.14;letter-spacing:.44px}}.article-wrapper .author-wrapper .authors.column2 .slate-grey{font-family:MulishRegular;font-size:14px;font-weight:400;font-stretch:normal;font-style:normal;line-height:1.29;letter-spacing:.44px;text-align:center;margin-bottom:auto;color:rgba(8,17,32,.7)}@media (max-width:520px){.article-wrapper .author-wrapper .authors.column2 .slate-grey{text-align:left;font-family:MulishRegular;font-size:14px;font-weight:400;font-stretch:normal;font-style:normal;line-height:1.29;letter-spacing:.44px}}.article-wrapper .author-wrapper .column1{width:17%}.article-wrapper .author-wrapper .column1,.article-wrapper .author-wrapper .column1 .author{display:-ms-flexbox;display:-webkit-box;display:flex;-ms-flex-direction:column;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;-ms-flex-align:center;-webkit-box-align:center;align-items:center}.article-wrapper .author-wrapper .column1 .author{padding:16px 0;border-top:2px solid #dbdfe5;border-bottom:2px solid #dbdfe5;margin-bottom:22px}.article-wrapper .author-wrapper .column1 .author img{width:70px;height:70px;margin-bottom:12px;border-radius:50%}.article-wrapper .author-wrapper .column1 .author p.dark{font-family:Mulish;font-size:16px;line-height:1.5;letter-spacing:.5px;text-align:center;color:#081120;margin-bottom:3px}.article-wrapper .author-wrapper .column1 .author p.slate-grey{font-family:MulishRegular;font-size:14px;line-height:1.29;letter-spacing:.4px;text-align:center;color:#5e6063}.article-wrapper .author-wrapper .column1 .share-wrapper{width:163px;min-width:163px;display:-ms-flexbox;display:none;-ms-flex-direction:column;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;-ms-flex-align:center;-webkit-box-align:center;align-items:center;-webkit-transition:.6s;transition:.6s}.article-wrapper .author-wrapper .column1 .share-wrapper p{font-family:MulishRegular;font-size:14px;line-height:1.29;letter-spacing:.4px;text-align:center;color:#081120;border-bottom:2px solid #dbdfe5;padding-bottom:12px;width:60px;margin-bottom:6px}.article-wrapper .author-wrapper .column1 .share-wrapper a{margin-top:14px}.article-wrapper .author-wrapper .column1 .share-wrapper img{width:44px;height:44px;cursor:pointer}.article-wrapper .author-wrapper .column1 .share-wrapper img.jssocials-share-logo{margin-top:10px}.article-wrapper .author-wrapper .column1 .share-wrapper.active{width:132px;position:fixed;top:80px;opacity:1;display:-webkit-box;display:-ms-flexbox;display:flex}.article-wrapper .author-wrapper .column1 .share-wrapper.disactive{width:132px;position:fixed;top:80px;opacity:0}.article-wrapper .author-wrapper .column2 p a{font-family:MulishMedium!important;color:rgba(0,83,206,.9)}.article-wrapper .author-wrapper .column2 p a:hover{text-decoration:underline;outline:none}.article-wrapper .author-wrapper .column2 p a:active{text-decoration:none;outline:none}.article-wrapper .author-wrapper .column2 p a:focus{outline:none}.article-wrapper .author-wrapper .column2 p.dark{font-family:MulishMedium;font-size:24px;font-weight:500;font-stretch:normal;font-style:normal;line-height:1.33;letter-spacing:.3px;color:#081120;margin-bottom:69px}.article-wrapper .author-wrapper .column2 .p-slate-grey blockquote p:first-child{margin-top:-10px}.article-wrapper .author-wrapper .column2 .p-slate-grey h3 span{color:#434343}.article-wrapper .author-wrapper .column2 .p-slate-grey blockquote p:last-child{margin-bottom:-10px!important}.article-wrapper .author-wrapper .column2 .having-used-wrapper p.header-p{font-family:Mulish;font-size:20px;line-height:1.3;letter-spacing:.6px;color:#081120}.article-wrapper .author-wrapper .column2 .having-used-wrapper p.the-project-is{padding-left:20px;border-style:solid;border-left-width:2px;border-image-source:linear-gradient(0deg,rgba(0,83,206,.9),rgba(0,158,253,.89));border-image-slice:1;font-family:MulishMedium;font-size:24px;font-weight:500;font-style:italic;line-height:1.75;color:#081120;margin:50px 0}.article-wrapper .author-wrapper .column2 .having-used-wrapper p:last-child{margin-bottom:0}.article-wrapper .author-wrapper-flex-end{-ms-flex-pack:end;-webkit-box-pack:end;justify-content:flex-end}.article-wrapper .img-wrapper{margin:0 228px 70px}.article-wrapper .img-wrapper p{font-family:RobotoMono;font-size:14px;line-height:2;letter-spacing:.4px;text-align:center;color:#909396}.article-wrapper .img-wrapper__img-block{width:100%;height:480px;margin-bottom:20px;background-repeat:no-repeat;background-size:cover}.article-wrapper .swiper2{height:626px;padding-top:69px;background-color:rgba(219,223,229,.1)}.article-wrapper .swiper2 .swiper-wrapper .swiper-slide{height:500px;opacity:.5;background-repeat:no-repeat;background-size:cover}.article-wrapper .swiper2 .swiper-wrapper .swiper-slide.swiper-slide-active{opacity:1}.article-wrapper .swiper2 p.slider-p-768{display:none;width:100%;position:relative;top:-199px;font-family:RobotoMono;font-size:14px;line-height:2;letter-spacing:.4px;text-align:center;color:#909396;margin-top:31px;margin-bottom:40px}.article-wrapper .swiper2 .swiper-pagination{display:-ms-flexbox;display:-webkit-box;display:flex;-ms-flex-direction:row;-webkit-box-orient:horizontal;-webkit-box-direction:normal;flex-direction:row;-ms-flex-align:center;-webkit-box-align:center;align-items:center;-ms-flex-pack:end;-webkit-box-pack:end;justify-content:flex-end;padding-right:63px;bottom:79px}.article-wrapper .swiper2 .swiper-pagination span{width:8px;height:8px;background-color:#dbdfe5;opacity:1;border-top-left-radius:0;border-top-right-radius:0;border-bottom-left-radius:0;border-bottom-right-radius:0}.article-wrapper .swiper2 .swiper-pagination span.swiper-pagination-bullet-active{width:10px;height:10px;background-color:rgba(0,83,206,.9)}.article-wrapper .swiper2 .swiper-pagination span:last-child{margin-right:63px}.article-wrapper p.slider-p{width:51%;position:relative;top:-98px;margin-left:28.7%;font-family:RobotoMono;font-size:14px;line-height:2;letter-spacing:.4px;text-align:center;color:#909396;margin-bottom:100px}.article-wrapper .having-used-discount-wrapper{margin:0 28.7%}.article-wrapper .having-used-discount-wrapper p{font-family:MulishRegular;font-size:18px;line-height:1.44;letter-spacing:.6px;color:#5e6063;margin-bottom:26px}.article-wrapper .having-used-discount-wrapper p a{font-family:Mulish;color:rgba(0,83,206,.9)}.article-wrapper .having-used-discount-wrapper p a:hover{border-bottom:1px solid #081120}.article-wrapper .having-used-discount-wrapper p a:active{text-decoration:none}.article-wrapper .having-used-discount-wrapper p a:focus{outline:none;border:1px solid #081120}.article-wrapper .having-used-discount-wrapper p.header-p{font-family:Mulish;font-size:20px;line-height:1.3;letter-spacing:.6px;color:#081120}.article-wrapper .having-used-discount-wrapper p.list{margin:20px 0}.article-wrapper .having-used-discount-wrapper p.list span{color:rgba(0,83,206,.9)}.article-wrapper .hr{margin:10px 0 30px 28.7%;height:1px;background-color:#dbdfe5}.article-wrapper .share-this{display:-ms-flexbox;display:-webkit-box;display:flex;-ms-flex-direction:row;-webkit-box-orient:horizontal;-webkit-box-direction:normal;flex-direction:row;-ms-flex-align:center;-webkit-box-align:center;align-items:center;margin-left:28.7%;margin-bottom:82px}@media (max-width:1024px){.article-wrapper .share-this{margin-bottom:80px}}@media (max-width:768px){.article-wrapper .share-this{margin-bottom:93px}}@media (max-width:400px){.article-wrapper .share-this{margin-bottom:50px}}.article-wrapper .share-this p{font-family:Mulish;font-size:20px;letter-spacing:.3px;color:#081120;margin-right:31px;margin-bottom:0}.article-wrapper .share-this img{width:44px;height:44px;margin-right:16px}.article-wrapper .share-this a:last-child img{margin-right:0}.article-wrapper .you-might-wrapper{margin:0 11.4% 64px}.article-wrapper .you-might-wrapper h3{font-weight:400;text-align:center;margin-bottom:40px;font-family:Mulish;font-size:38px;font-stretch:normal;font-style:normal;line-height:1.05;letter-spacing:.5px}@media (max-width:570px){.article-wrapper .you-might-wrapper h3{margin-bottom:22px}}@media (max-width:1024px){.article-wrapper .you-might-wrapper h3{line-height:1.05;letter-spacing:.5px}}@media (max-width:768px){.article-wrapper .you-might-wrapper h3{font-size:32px;font-stretch:normal;font-style:normal;line-height:1.13;letter-spacing:1px}}@media (max-width:400px){.article-wrapper .you-might-wrapper h3{font-size:20px;font-stretch:normal;font-style:normal;line-height:2;letter-spacing:.63px}}.article-wrapper .you-might-wrapper .row{display:-ms-flexbox;display:-webkit-box;display:flex;-ms-flex-direction:row;-webkit-box-orient:horizontal;-webkit-box-direction:normal;flex-direction:row;-ms-flex-pack:justify;-webkit-box-pack:justify;justify-content:space-between;max-width:2056px;margin:0 auto}.article-wrapper .you-might-wrapper .row>a{width:31%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.article-wrapper .you-might-wrapper .row .you-might__column-wrapper{width:100%;cursor:pointer}.article-wrapper .you-might-wrapper .row .column{position:relative;width:100%;height:268px;display:-ms-flexbox;display:-webkit-box;display:flex;-ms-flex-direction:column;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;-ms-flex-pack:justify;-webkit-box-pack:justify;justify-content:space-between;background-repeat:no-repeat;background-size:cover;background-position:50%}.article-wrapper .you-might-wrapper .row .column:hover .hover-block{opacity:1}.article-wrapper .you-might-wrapper .row .inside-block{position:relative;z-index:2;display:-ms-flexbox;display:-webkit-box;display:flex;-ms-flex-direction:column;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;max-width:100%;margin-left:-1px;margin-right:14px;margin-top:-80px;padding:20px 20px 0;background-color:#fff}@media (max-width:570px){.article-wrapper .you-might-wrapper .row .inside-block{margin-top:-170px;min-height:171px}}.article-wrapper .you-might-wrapper .row .inside-block p.blue-p{display:-ms-flexbox;display:-webkit-box;display:flex;-ms-flex-direction:row;-webkit-box-orient:horizontal;-webkit-box-direction:normal;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-align:center;-webkit-box-align:center;align-items:center;font-family:MulishRegular;font-size:14px;line-height:1.43;letter-spacing:.4px;color:rgba(0,83,206,.9);margin-bottom:8px}.article-wrapper .you-might-wrapper .row .inside-block p.blue-p img{width:2px;height:2px;border-radius:100%;margin:0 6px}.article-wrapper .you-might-wrapper .row .inside-block h4{line-height:28px;font-family:Mulish;font-size:20px;letter-spacing:.3px;color:#081120;margin-bottom:12px;margin-top:0}.article-wrapper .you-might-wrapper .row .inside-block p:nth-child(3){font-family:MulishRegular;font-size:14px;line-height:1.43;letter-spacing:.4px;color:#081120}.article-wrapper .you-might-wrapper .row .inside-block .last-row{display:-ms-flexbox;display:-webkit-box;display:flex;-ms-flex-direction:row;-webkit-box-orient:horizontal;-webkit-box-direction:normal;flex-direction:row;-ms-flex-pack:justify;-webkit-box-pack:justify;justify-content:space-between;margin-top:auto}.article-wrapper .you-might-wrapper .row .inside-block .last-row p{font-family:MulishRegular;font-size:14px;line-height:1.29;letter-spacing:.4px;color:#081120}@media (max-width:320px){.article-wrapper .you-might-wrapper .row .inside-block .last-row p:last-child{display:none}}.article-wrapper .you-might-wrapper .row .last-row{display:-ms-flexbox;display:-webkit-box;display:flex;-ms-flex-direction:row;-webkit-box-orient:horizontal;-webkit-box-direction:normal;flex-direction:row;-ms-flex-pack:justify;-webkit-box-pack:justify;justify-content:space-between;margin-top:auto;padding:20px 20px 30px;margin-right:14px}@media (min-width:380px) and (max-width:570px){.article-wrapper .you-might-wrapper .row .last-row{padding-top:0}}.article-wrapper .you-might-wrapper .row .last-row p{font-family:MulishRegular;font-size:14px;font-weight:400;font-stretch:normal;font-style:normal;overflow-x:hidden;line-height:1.29;max-width:100%;white-space:nowrap;letter-spacing:.44px;color:rgba(8,17,32,.7);text-overflow:ellipsis}.article-wrapper .you-might-wrapper .row .you-might__column-wrapper:hover .hover-block{opacity:.89}.article-wrapper footer .tell-us-about-project .tell-us-about-project-text-block h2{display:none}@media (max-width:1024px){.article-wrapper footer .tell-us-about-project .tell-us-about-project-text-block h2{font-size:38px;font-stretch:normal;font-style:normal;line-height:1.11;letter-spacing:.48px}}@media (max-width:850px){.article-wrapper footer .tell-us-about-project .tell-us-about-project-text-block h2{font-size:32px}}@media (max-width:320px){.article-wrapper footer .tell-us-about-project .tell-us-about-project-text-block h2{font-size:24px;line-height:normal;letter-spacing:.3px;max-width:290px}}.article-wrapper footer .tell-us-about-project .tell-us-about-project-text-block h2.looking-to-build{display:block}.article-wrapper footer .tell-us-about-project .tell-us-about-project-text-block h2.looking-to-build .ques-sign{margin-left:2px}@media (max-width:768px){.article-wrapper h2{font-size:36px}}@media (max-width:767px){.article-wrapper p{font-size:18px;line-height:30px;letter-spacing:.56px}}@media (max-width:450px){.article-wrapper h1{font-family:Mulish;font-size:28px!important;letter-spacing:.4px}.article-wrapper h5{font-family:MulishRegular;font-size:16px;line-height:1.5;letter-spacing:.5px}.article-wrapper h2{font-family:Mulish;font-size:28px;letter-spacing:.3px}.article-wrapper h3{font-size:20px!important}}@media (max-width:1300px){.article-wrapper footer .tell-us-about-project .tell-us-about-project-text-block{margin-left:4.1%}.article-wrapper footer .tell-us-about-project form{margin:0 42px}.article-wrapper footer .footer-menu{margin:0 4.1%}.article-wrapper footer .footer-separator hr{margin-top:26px;height:2px;color:rgba(219,223,229,.6)}.article-wrapper footer .footer-bottom-block{margin:30px 4.1% 22px}}@media (max-width:850px){.article-wrapper footer{width:100%}.article-wrapper footer .tell-us-about-project .tell-us-about-project-text-block{margin:0 24px 58px}.article-wrapper footer .tell-us-about-project .tell-us-about-project-text-block h5{font-size:16px}.article-wrapper footer .tell-us-about-project form{margin:0 auto}.article-wrapper footer .tell-us-about-project form .tell-us-about-project-forms-block-row-1{width:77.6%;margin:0 auto;-ms-flex-direction:column;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column}.article-wrapper footer .tell-us-about-project form .tell-us-about-project-forms-block-row-1 .tell-us-about-project-forms-blockrow-1-column-1{width:100%;margin:0 auto}.article-wrapper footer .tell-us-about-project form .tell-us-about-project-forms-block-row-1 .tell-us-about-project-forms-blockrow-1-column-1 .tell-us-about-project-forms-block-wrapper p{max-width:100%;width:auto}.article-wrapper footer .tell-us-about-project form .tell-us-about-project-forms-block-row-1 .tell-us-about-project-forms-blockrow-1-column-1 .tell-us-about-project-forms-block-wrapper input{padding:0 0 0 24px;-webkit-box-sizing:border-box;box-sizing:border-box;width:100%;margin:0 0 15px}.article-wrapper footer .tell-us-about-project form .tell-us-about-project-forms-block-row-1 .tell-us-about-project-forms-blockrow-1-column-2{width:100%}.article-wrapper footer .tell-us-about-project form .tell-us-about-project-forms-block-row-1 .tell-us-about-project-forms-blockrow-1-column-2 textarea{width:100%;padding:18px 0 0 24px;-webkit-box-sizing:border-box;box-sizing:border-box}.article-wrapper footer .tell-us-about-project form .tell-us-about-project-forms-block-row-1 .tell-us-about-project-forms-blockrow-1-column-2 .checkbox-text{display:-ms-flexbox;display:-webkit-box;display:flex;-ms-flex-direction:row;-webkit-box-orient:horizontal;-webkit-box-direction:normal;flex-direction:row;-ms-flex-pack:center;-webkit-box-pack:center;justify-content:center}.article-wrapper footer .tell-us-about-project form .tell-us-about-project-forms-block-row-1 .tell-us-about-project-forms-blockrow-1-column-2 .checkbox-text p{margin:0}.article-wrapper footer .tell-us-about-project form .tell-us-about-project-forms-block-row-1 .tell-us-about-project-forms-blockrow-1-column-2 .checkbox-text p:first-child{margin-right:34px}.article-wrapper footer .tell-us-about-project form .tell-us-about-project-forms-block-row-1 .tell-us-about-project-forms-blockrow-1-column-2 .checkbox-text label span{margin-top:0}.article-wrapper footer .tell-us-about-project form .tell-us-about-project-forms-block-row-2{margin-top:38px}.article-wrapper footer .tell-us-about-project form .tell-us-about-project-forms-block-row-2 .tell-us-about-project-checkbox-wrapper{-ms-flex-direction:column;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;-ms-flex-align:center;-webkit-box-align:center;align-items:center}.article-wrapper footer .tell-us-about-project form .tell-us-about-project-forms-block-row-2 .tell-us-about-project-checkbox-wrapper p{width:77.6%;-ms-flex-order:1;-webkit-box-ordinal-group:2;order:1;margin-top:15px}.article-wrapper footer .tell-us-about-project form .tell-us-about-project-forms-block-row-2 .tell-us-about-project-checkbox-wrapper button{width:77.6%;margin:0 auto}.article-wrapper footer .footer-menu{margin:0 3.1%}.article-wrapper footer .footer-menu .footer-menu-row1{-ms-flex-wrap:wrap;flex-wrap:wrap}.article-wrapper footer .footer-menu .footer-menu-row1 .footer-menu-row1-column1{display:-ms-flexbox;display:-webkit-box;display:flex;-ms-flex-direction:column;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;-ms-flex-pack:center;-webkit-box-pack:center;justify-content:center;margin-bottom:46px;width:100%}.article-wrapper footer .footer-menu .footer-menu-row1 .footer-menu-row1-column1 p{text-align:center;width:100%}.article-wrapper footer .footer-menu .footer-menu-row1 .footer-menu-row1-column1 .logo-place{margin:0 auto}.article-wrapper footer .footer-menu .footer-menu-row1 .footer-menu-row1-column4{width:31%}.article-wrapper footer .footer-bottom-block .footer-bottom-block-column-2{text-align:center}.article-wrapper footer .footer-bottom-block .footer-bottom-block-column-2 p{width:139px}}@media (max-width:540px){.article-wrapper footer .tell-us-about-project{padding:50px 12px 34px}.article-wrapper footer .tell-us-about-project .tell-us-about-project-text-block{margin:0 0 22px}.article-wrapper footer .tell-us-about-project .tell-us-about-project-text-block h2 img{width:4px;height:4px}.article-wrapper footer .tell-us-about-project .tell-us-about-project-text-block h2.got-a-project img.ques-sign{display:none}.article-wrapper footer .tell-us-about-project .tell-us-about-project-text-block h2.looking-to-build .ques-sign{width:22px;height:26px}.article-wrapper footer .tell-us-about-project .tell-us-about-project-text-block h5{font-size:14px}.article-wrapper footer .tell-us-about-project form .tell-us-about-project-forms-block-row-1{width:100%}.article-wrapper footer .tell-us-about-project form .tell-us-about-project-forms-block-row-1 .tell-us-about-project-forms-blockrow-1-column-2 .checkbox-text{-ms-flex-direction:column;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;-ms-flex-pack:normal;-webkit-box-pack:normal;justify-content:normal}.article-wrapper footer .tell-us-about-project form .tell-us-about-project-forms-block-row-1 .tell-us-about-project-forms-blockrow-1-column-2 .checkbox-text p:first-child{margin-bottom:18px}.article-wrapper footer .tell-us-about-project form .tell-us-about-project-forms-block-row-2 .tell-us-about-project-checkbox-wrapper p{width:100%}.article-wrapper footer .tell-us-about-project form .tell-us-about-project-forms-block-row-2 .tell-us-about-project-checkbox-wrapper label{font-size:12px}.article-wrapper footer .tell-us-about-project form .tell-us-about-project-forms-block-row-2 .tell-us-about-project-checkbox-wrapper button{width:100%}.article-wrapper footer .footer-menu .footer-menu-row1 .footer-menu-row1-column1{display:-ms-flexbox;display:-webkit-box;display:flex;-ms-flex-direction:column;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column}.article-wrapper footer .footer-menu .footer-menu-row1 .footer-menu-row1-column1 .logo-place{margin:10px 0 0;text-align:left}.article-wrapper footer .footer-menu .footer-menu-row1 .footer-menu-row1-column1 p{margin:10px 0 0;text-align:left;width:84.4%}.article-wrapper footer .footer-menu .footer-menu-row1 .footer-menu-row1-column3,.article-wrapper footer .footer-menu .footer-menu-row1 .footer-menu-row1-column4,.article-wrapper footer .footer-menu .footer-menu-row1 hr{display:none}.article-wrapper footer .footer-bottom-block{margin:25px 3.1% 41px;-ms-flex-direction:column;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;-ms-flex-align:start;-webkit-box-align:start;align-items:flex-start}.article-wrapper footer .footer-bottom-block p{font-size:14px!important}.article-wrapper footer .footer-bottom-block .footer-bottom-block-column-1{width:100%}.article-wrapper footer .footer-bottom-block .footer-bottom-block-column-1 p{display:-ms-flexbox;display:-webkit-box;display:flex;-ms-flex-direction:column;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;margin-bottom:24px;line-height:50px}.article-wrapper footer .footer-bottom-block .footer-bottom-block-column-1 p img{display:none}.article-wrapper footer .footer-bottom-block .footer-bottom-block-column-1 p a:first-child{margin-bottom:16px}.article-wrapper footer .footer-bottom-block .footer-bottom-block-column-2{width:100%;margin:24px 0;-ms-flex-order:1;-webkit-box-ordinal-group:2;order:1;text-align:left;-ms-flex-pack:start;-webkit-box-pack:start;justify-content:flex-start}.article-wrapper footer .footer-bottom-block .footer-bottom-block-column-2 p{width:auto;font-size:12px!important}.article-wrapper footer .footer-bottom-block .footer-bottom-block-column-3{width:auto}}@media (max-width:1200px){.article-wrapper .solute-wrapper{padding:50px 0 85px}.article-wrapper .img-wrapper{margin:0 4.1% 70px}.article-wrapper p.slider-p{width:62%;margin-left:22.1%}.article-wrapper .having-used-discount-wrapper{margin:0 20%}.article-wrapper .hr{margin-left:20%;height:2px}.article-wrapper .share-this{margin-left:20%}.article-wrapper .you-might-wrapper{margin:0 4.1% 20px}}@media (max-width:860px) and (max-width:768px){.article-wrapper .solute-wrapper{padding:50px 0 140px}}@media (max-width:860px){.article-wrapper .solute-img-wrapper{margin:-115px auto 0}.article-wrapper .author-wrapper{-ms-flex-direction:column;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column}.article-wrapper .author-wrapper .column1{display:none;width:100%}.article-wrapper .author-wrapper .column1 .author{margin-bottom:77px;border:none;padding:0}.article-wrapper .author-wrapper .column1 .share-wrapper{display:none}.article-wrapper .author-wrapper.ck .column2 .author p.dark{font-size:14px}.article-wrapper .author-wrapper.ck .column2 p.dark{font-size:20px}.article-wrapper .author-wrapper.ck .column2 .img-wrapper{margin:0}.article-wrapper .author-wrapper .column2 p.dark{font-size:20px}.article-wrapper .author-wrapper .column2 .img-wrapper{margin:0}.article-wrapper .img-wrapper{margin:0 3% 70px}.article-wrapper .swiper2{min-width:auto;max-width:100%;height:472px}.article-wrapper .swiper2 .swiper-wrapper .swiper-slide{height:360px}.article-wrapper .swiper2 .swiper-pagination{-ms-flex-pack:center;-webkit-box-pack:center;justify-content:center;padding-right:0;bottom:24px}.article-wrapper .swiper2 .swiper-pagination span:last-child{margin-right:0}.article-wrapper p.slider-p{width:100%;top:-146px;margin-left:0;margin-bottom:0;margin-top:56px}.article-wrapper .having-used-discount-wrapper{margin:0 11.2%}.article-wrapper .having-used-discount-wrapper p{font-size:16px}.article-wrapper .hr,.article-wrapper .share-this{margin-left:11.2%}.article-wrapper .share-this img{width:33px;height:33px}.article-wrapper .you-might-wrapper{margin:0 3.1% 40px}.article-wrapper .you-might-wrapper .row>a{width:48%}.article-wrapper .you-might-wrapper .row>a:nth-child(3){display:none}}@media (max-width:570px){.article-wrapper .solute-wrapper{padding:48px 3.4%}.article-wrapper .solute-wrapper h2{font-size:22px!important}.article-wrapper .solute-img-wrapper{margin:0}.article-wrapper .article-wrapper .img-wrapper__img-block{height:189px}.article-wrapper .author-wrapper .column1 .author{margin-bottom:40px}.article-wrapper .author-wrapper .column2 p.dark{margin-bottom:30px}.article-wrapper .author-wrapper .column2 .img-wrapper{margin:0 -4.7%}.article-wrapper .author-wrapper .column2 .having-used-wrapper p.the-project-is{font-size:20px!important;font-style:italic;line-height:2.1}.article-wrapper .img-wrapper{margin:0 0 70px}.article-wrapper .swiper2{margin:0 10px}.article-wrapper p.slider-p{font-size:12px!important}.article-wrapper .having-used-discount-wrapper{margin:0 7.8%}.article-wrapper .hr{display:none}.article-wrapper .share-this{margin:20px 3.8% 46px}.article-wrapper .share-this p{font-size:14px!important;margin-right:20px;white-space:nowrap}.article-wrapper .share-this img{width:26px;height:26px;margin-right:10px}.article-wrapper .you-might-wrapper{margin:0 4.7% 70px}.article-wrapper .you-might-wrapper .row>a{width:100%}.article-wrapper .you-might-wrapper .row .inside-block p:nth-child(3),.article-wrapper .you-might-wrapper .row>a:nth-child(2){display:none}.article-wrapper .you-might-wrapper .row .column{height:400px}}.card-desc{font-family:MulishRegular;font-size:14px;line-height:1.43;letter-spacing:.4px;color:rgba(94,96,99,.8);overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical}@media (max-width:1024px){.card-desc{-webkit-line-clamp:4}}@media (max-width:768px){.card-desc{-webkit-line-clamp:3}}@media (max-width:768px){.services-wrapper h1{font-size:36px;font-stretch:normal;font-style:normal;line-height:normal;letter-spacing:.45px;margin-bottom:20px}}@media (max-width:768px){.wp-block-lazyblock-services-cards .inside-content-block h3.header{font-size:20px;font-stretch:normal;font-style:normal;line-height:normal;letter-spacing:.25px}}.services-wrapper h3{font-stretch:normal;font-style:normal;line-height:normal;letter-spacing:.25px}.services-wrapper h3.header,.services-wrapper h3.header-p{font-size:24px}@media (max-width:768px){.services-wrapper h3.header-p{font-size:20px;font-stretch:normal;font-style:normal;line-height:normal;letter-spacing:.25px}}.services-wrapper .our-technologies-lists-row h3{font-size:24px;font-stretch:normal;font-style:normal;line-height:1.25;letter-spacing:.3px}@media (max-width:1024px){.services-wrapper .our-technologies-lists-row h3{font-size:20px}}.services-wrapper h4{color:#081120}.services-wrapper h5{font-family:MulishRegular;font-size:20px;line-height:1.4;letter-spacing:.5px;color:#5e6063;font-weight:400}.services-wrapper p.small-gray{font-family:MulishRegular;font-size:14px;line-height:1.43;letter-spacing:.4px;color:rgba(94,96,99,.8)}.services-wrapper p.small-dark-blue-gray{font-family:MulishRegular;font-size:14px;line-height:1.29;letter-spacing:.4px;color:#081120}.services-wrapper a{text-decoration:none}.services-wrapper .solute-wrapper{padding:70px 30% 84px 11.4%;margin-bottom:50px;margin-top:-1px;background-color:#081120}.services-wrapper .solute-wrapper h2{color:#fff;margin-bottom:12px}.services-wrapper .solute-wrapper p{width:170px;font-family:MulishRegular;font-size:14px;line-height:1.29;letter-spacing:.4px;color:#fff;margin-top:36px;cursor:pointer}.services-wrapper .solute-wrapper p img{width:13px;height:9px;margin-right:5px}.services-wrapper .solute-wrapper h5{color:#fff}.wp-block-lazyblock-services-cards .our-services-wrapper{margin:0 4.1% 40px}@media (max-width:1439px){.wp-block-lazyblock-services-cards .our-services-wrapper{max-width:936px;margin:0 auto}}.wp-block-lazyblock-services-cards .our-services-wrapper h2{margin-bottom:31px}.wp-block-lazyblock-services-cards .our-services-wrapper h2 img{margin-left:3px}.wp-block-lazyblock-services-cards .our-services-wrapper h2 span{white-space:nowrap}.wp-block-lazyblock-services-cards .our-services-wrapper .our-services__service-block{margin-bottom:30px;cursor:pointer}.wp-block-lazyblock-services-cards .our-services-wrapper .our-services-one-image-row{position:relative;width:100%;height:532px;background-repeat:no-repeat;background-size:cover;background-position:50%}.wp-block-lazyblock-services-cards .our-services-wrapper .our-services-one-image-row .inside-content-block p.header_roboto img{margin-left:3px}.wp-block-lazyblock-services-cards .our-services-wrapper .our-services__service-block:hover .our-services-one-image-row .hover-block{opacity:.89}.wp-block-lazyblock-services-cards .our-services-wrapper .our-services__service-block:hover .our-services-one-image-row~.inside-content-block p.learn-more img{margin-left:5px}.wp-block-lazyblock-services-cards .our-services-wrapper .inside-content-block{position:relative;z-index:2;display:block;background-color:#fff;max-width:100%;margin-left:-1px;margin-right:21px;margin-top:-148px;padding:30px 5% 30px 30px}.wp-block-lazyblock-services-cards .our-services-wrapper .inside-content-block.first{height:auto}.wp-block-lazyblock-services-cards .our-services-wrapper .inside-content-block p.header{font-family:Mulish;font-size:34px;font-weight:400;line-height:1.18;letter-spacing:1.1px;color:#081120}.wp-block-lazyblock-services-cards .our-services-wrapper .inside-content-block p.header_roboto{font-family:RobotoMono;font-size:20px;line-height:1.4;letter-spacing:.5px;color:#081120;margin-top:10px}@media (max-width:768px){.wp-block-lazyblock-services-cards .our-services-wrapper .inside-content-block p.header_roboto{font-size:14px!important;font-weight:400;font-stretch:normal;font-style:normal;line-height:1.43;letter-spacing:.44px;color:#000}}.wp-block-lazyblock-services-cards .our-services-wrapper .inside-content-block p.header_roboto img{width:4px;height:4px;margin-left:3px}.wp-block-lazyblock-services-cards .our-services-wrapper .inside-content-block p.header-p{font-family:Mulish;font-size:20px;font-weight:400;line-height:1.18;letter-spacing:1.1px;color:#081120}.wp-block-lazyblock-services-cards .our-services-wrapper .inside-content-block p.roboto{font-family:RobotoMono;font-size:14px;line-height:1.4;letter-spacing:.5px;color:#081120;margin-top:10px}.wp-block-lazyblock-services-cards .our-services-wrapper .inside-content-block p.roboto img{width:4px;height:4px;margin-left:4px}.wp-block-lazyblock-services-cards .our-services-wrapper .inside-content-block span{white-space:nowrap}.wp-block-lazyblock-services-cards .our-services-wrapper .inside-content-block p.slate{font-family:MulishRegular;font-size:16px;line-height:1.5;letter-spacing:.5px;color:#5e6063;margin-top:10px;padding-right:15px}@media (max-width:768px){.wp-block-lazyblock-services-cards .our-services-wrapper .inside-content-block p.slate{font-size:14px;font-stretch:normal;font-style:normal;line-height:1.43;letter-spacing:.44px;max-width:625px}}.wp-block-lazyblock-services-cards .our-services-wrapper .inside-content-block p.slate-gray{font-family:MulishRegular;font-size:14px;line-height:1.5;letter-spacing:.5px;color:#5e6063;margin-top:10px;padding-right:15px}.wp-block-lazyblock-services-cards .our-services-wrapper .inside-content-block p.learn-more{-ms-flex-align:center;-webkit-box-align:center;align-items:center;font-family:MulishMedium;font-size:11px;font-weight:500;letter-spacing:.5px;color:rgba(0,83,206,.9);position:absolute;bottom:0}.wp-block-lazyblock-services-cards .our-services-wrapper .inside-content-block p.learn-more img{width:9px;height:8px;margin-left:1px;-webkit-transition:.3s;transition:.3s}.wp-block-lazyblock-services-cards .our-services-wrapper .our-services-two-image-row{display:-ms-flexbox;display:-webkit-box;display:flex;-ms-flex-direction:row;-webkit-box-orient:horizontal;-webkit-box-direction:normal;flex-direction:row;-ms-flex-pack:justify;-webkit-box-pack:justify;justify-content:space-between}.wp-block-lazyblock-services-cards .our-services-wrapper .our-services-two-image-row>a{width:48%}.wp-block-lazyblock-services-cards .our-services-wrapper .our-services-two-image-row .our-services__small-service-block{width:100%;cursor:pointer;height:100%;position:relative}.wp-block-lazyblock-services-cards .our-services-wrapper .our-services-two-image-row .our-services__small-service-block .learn-more{font-family:MulishMedium;font-size:11px;font-weight:500;letter-spacing:.5px;color:rgba(0,83,206,.9);position:absolute;bottom:0;z-index:10;padding-left:30px}.wp-block-lazyblock-services-cards .our-services-wrapper .our-services-two-image-row .our-services__small-service-block .learn-more img{width:9px;height:8px;margin-left:1px;-webkit-transition:.3s;transition:.3s}@media (max-width:650px){.wp-block-lazyblock-services-cards .our-services-wrapper .our-services-two-image-row .our-services__small-service-block .learn-more{display:none}}@media (max-width:1024px){.wp-block-lazyblock-services-cards .our-services-wrapper .our-services-two-image-row .our-services__small-service-block .learn-more{padding:0}}@media (max-width:768px){.wp-block-lazyblock-services-cards .our-services-wrapper .our-services-two-image-row .our-services__small-service-block .learn-more{padding:0 20px}}.wp-block-lazyblock-services-cards .our-services-wrapper .our-services-two-image-row .our-services-two-image-row-column{position:relative;width:100%;height:532px;background-repeat:no-repeat;background-size:cover;background-position:top}.wp-block-lazyblock-services-cards .our-services-wrapper .our-services-two-image-row .our-services-two-image-row-column .inside-content-block{position:relative;padding-right:3.1%;max-width:100%;margin-right:21px}.wp-block-lazyblock-services-cards .our-services-wrapper .our-services-two-image-row .our-services-two-image-row-column .inside-content-block p.header-p{font-size:20px;letter-spacing:.3px}.wp-block-lazyblock-services-cards .our-services-wrapper .our-services-two-image-row .our-services-two-image-row-column .inside-content-block p.roboto{font-size:14px}.wp-block-lazyblock-services-cards .our-services-wrapper .our-services-two-image-row .our-services-two-image-row-column .inside-content-block p.slate-gray{font-size:14px;line-height:1.4;letter-spacing:.4px}.wp-block-lazyblock-services-cards .our-services-wrapper .our-services-two-image-row .our-services__small-service-block:hover .hover-block{opacity:.89}.services-wrapper .our-services-wrapper .our-services-two-image-row .our-services__small-service-block-2:hover p.learn-more img,.wp-block-lazyblock-services-cards .our-services-wrapper .our-services-two-image-row .our-services__small-service-block-1:hover p.learn-more img{margin-left:5px}.wp-block-lazyblock-services-cards .our-services-wrapper .our-services-two-image-row .inside-content-block p.roboto img{margin-left:2px}.services-wrapper .frequently-asked-questions-wrapper{padding:19px 9% 75px 12%;background-color:#081120}.services-wrapper .frequently-asked-questions-wrapper ol,.services-wrapper .frequently-asked-questions-wrapper ul{list-style-position:inside}.services-wrapper .frequently-asked-questions-wrapper .frequently-asked-questions-text-block{margin-bottom:50px}.services-wrapper .frequently-asked-questions-wrapper .frequently-asked-questions-text-block h2{color:#fff;margin-bottom:10px}.services-wrapper .frequently-asked-questions-wrapper .frequently-asked-questions-text-block h2 span{white-space:nowrap}.services-wrapper .frequently-asked-questions-wrapper .frequently-asked-questions-text-block h2 img{margin-left:3px}.services-wrapper .frequently-asked-questions-wrapper .frequently-asked-questions-text-block h5{font-family:MulishRegular;font-size:20px;line-height:1.4;letter-spacing:.5px;color:#fff}.services-wrapper .frequently-asked-questions-wrapper .list-wrapper .list-row{display:-ms-flexbox;display:-webkit-box;display:flex;-ms-flex-direction:row;-webkit-box-orient:horizontal;-webkit-box-direction:normal;flex-direction:row;-ms-flex-pack:justify;-webkit-box-pack:justify;justify-content:space-between;-ms-flex-align:center;-webkit-box-align:center;align-items:center;position:relative;cursor:pointer}.services-wrapper .frequently-asked-questions-wrapper .list-wrapper .list-row.active img{-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.services-wrapper .frequently-asked-questions-wrapper .list-wrapper .list-row:first-child span{margin-top:0}.services-wrapper .frequently-asked-questions-wrapper .list-wrapper .list-row span{font-family:Mulish;font-size:20px;letter-spacing:.3px;color:#fff}@media (max-width:768px){.services-wrapper .frequently-asked-questions-wrapper .list-wrapper .list-row span{font-size:16px;font-stretch:normal;font-style:normal;line-height:1;letter-spacing:.2px}}.services-wrapper .frequently-asked-questions-wrapper .list-wrapper .list-row img{min-width:21px;height:21px;-webkit-transition:.4s;transition:.4s}.services-wrapper .frequently-asked-questions-wrapper .list-wrapper .hide-p{display:none;font-family:MulishRegular;font-size:14px;line-height:1.29;letter-spacing:.4px;color:#fff;margin-top:12px}@media (max-width:650px){.services-wrapper .frequently-asked-questions-wrapper .list-wrapper .hide-p{margin-left:35px}}.services-wrapper .frequently-asked-questions-wrapper .list-wrapper .hr{width:100%;height:1px;margin:16px 0;background-color:#dbdfe5}.services-wrapper .our-technologies-wrapper{background-color:#081120;margin-right:50px}.services-wrapper .our-technologies-wrapper .our-technologies-text-block{padding:80px 28.8% 20px 12%}.services-wrapper .our-technologies-wrapper .our-technologies-text-block h2{color:#fff;margin-bottom:19px}.services-wrapper .our-technologies-wrapper .our-technologies-text-block h2 img{margin-left:3px}.services-wrapper .our-technologies-wrapper .our-technologies-text-block h2 span{white-space:nowrap}.services-wrapper .our-technologies-wrapper .our-technologies-text-block h5{font-family:MulishRegular;font-size:20px;line-height:1.4;letter-spacing:.5px;color:#fff}.services-wrapper .our-technologies-wrapper .our-technologies-lists-wrapper{padding:0 28.8% 75px 12%}.services-wrapper .our-technologies-wrapper .our-technologies-lists-wrapper .our-technologies-lists-row{display:-ms-flexbox;display:-webkit-box;display:flex;-ms-flex-direction:row;-webkit-box-orient:horizontal;-webkit-box-direction:normal;flex-direction:row;-ms-flex-pack:justify;-webkit-box-pack:justify;justify-content:space-between}.services-wrapper .our-technologies-wrapper .our-technologies-lists-wrapper .our-technologies-lists-row .our-technologies-lists-column1,.services-wrapper .our-technologies-wrapper .our-technologies-lists-wrapper .our-technologies-lists-row .our-technologies-lists-column2{width:40.588%}.services-wrapper .our-technologies-wrapper .our-technologies-lists-wrapper .our-technologies-lists-row .our-technologies-lists-column1 h4,.services-wrapper .our-technologies-wrapper .our-technologies-lists-wrapper .our-technologies-lists-row .our-technologies-lists-column2 h4{font-family:Mulish;font-size:20px;font-weight:400;letter-spacing:.3px;color:#fff;margin-top:40px}.services-wrapper .our-technologies-wrapper .our-technologies-lists-wrapper .our-technologies-lists-row .our-technologies-lists-column1 h4 span,.services-wrapper .our-technologies-wrapper .our-technologies-lists-wrapper .our-technologies-lists-row .our-technologies-lists-column2 h4 span{background-image:linear-gradient(43deg,rgba(0,83,206,.9),rgba(0,158,253,.89));font-family:Mulish;font-size:16px;font-weight:400;line-height:1.5;letter-spacing:.5px;-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;margin-right:8px}.services-wrapper .our-technologies-wrapper .our-technologies-lists-wrapper .our-technologies-lists-row .our-technologies-lists-column1 hr,.services-wrapper .our-technologies-wrapper .our-technologies-lists-wrapper .our-technologies-lists-row .our-technologies-lists-column2 hr{margin:15px 0;color:#dbdfe5;height:2px}.services-wrapper .our-technologies-wrapper .our-technologies-lists-wrapper .our-technologies-lists-row .our-technologies-lists-column1 ul.general-ul li,.services-wrapper .our-technologies-wrapper .our-technologies-lists-wrapper .our-technologies-lists-row .our-technologies-lists-column2 ul.general-ul li{display:-ms-flexbox;display:-webkit-box;display:flex;-ms-flex-direction:column;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;list-style-type:none;color:#fff;font-family:MulishRegular;font-size:16px;line-height:1.5;letter-spacing:.5px}.services-wrapper .our-technologies-wrapper .our-technologies-lists-wrapper .our-technologies-lists-row .our-technologies-lists-column1 ul.general-ul li p,.services-wrapper .our-technologies-wrapper .our-technologies-lists-wrapper .our-technologies-lists-row .our-technologies-lists-column2 ul.general-ul li p{display:-ms-flexbox;display:-webkit-box;display:flex;-ms-flex-direction:row;-webkit-box-orient:horizontal;-webkit-box-direction:normal;flex-direction:row;-ms-flex-align:center;-webkit-box-align:center;align-items:center;cursor:pointer}.services-wrapper .our-technologies-wrapper .our-technologies-lists-wrapper .our-technologies-lists-row .our-technologies-lists-column1 ul.general-ul li p.active img,.services-wrapper .our-technologies-wrapper .our-technologies-lists-wrapper .our-technologies-lists-row .our-technologies-lists-column2 ul.general-ul li p.active img{-webkit-transform:rotate(45deg);transform:rotate(45deg)}.services-wrapper .our-technologies-wrapper .our-technologies-lists-wrapper .our-technologies-lists-row .our-technologies-lists-column1 ul.general-ul li p img,.services-wrapper .our-technologies-wrapper .our-technologies-lists-wrapper .our-technologies-lists-row .our-technologies-lists-column2 ul.general-ul li p img{min-width:10px;height:10px;margin-right:10px;-webkit-transition:-webkit-transform .4s;transition:-webkit-transform .4s;transition:transform .4s;transition:transform .4s,-webkit-transform .4s}.services-wrapper .our-technologies-wrapper .our-technologies-lists-wrapper .our-technologies-lists-row .our-technologies-lists-column1 ul.general-ul li ul,.services-wrapper .our-technologies-wrapper .our-technologies-lists-wrapper .our-technologies-lists-row .our-technologies-lists-column2 ul.general-ul li ul{display:none;padding-left:39px;margin-top:8px;margin-bottom:40px}.services-wrapper .our-technologies-wrapper .our-technologies-lists-wrapper .our-technologies-lists-row .our-technologies-lists-column1 ul.general-ul li ul li,.services-wrapper .our-technologies-wrapper .our-technologies-lists-wrapper .our-technologies-lists-row .our-technologies-lists-column2 ul.general-ul li ul li{display:-ms-flexbox;display:-webkit-box;display:flex;-ms-flex-direction:row;-webkit-box-orient:horizontal;-webkit-box-direction:normal;flex-direction:row;-ms-flex-align:center;-webkit-box-align:center;align-items:center;font-size:14px;line-height:1.29;letter-spacing:.4px;margin-bottom:10px}.services-wrapper .our-technologies-wrapper .our-technologies-lists-wrapper .our-technologies-lists-row .our-technologies-lists-column1 ul.general-ul li ul li img,.services-wrapper .our-technologies-wrapper .our-technologies-lists-wrapper .our-technologies-lists-row .our-technologies-lists-column2 ul.general-ul li ul li img{width:4px;height:4px;margin-right:8px}.services-wrapper .our-technologies-wrapper .our-technologies-lists-wrapper .our-technologies-lists-row:first-child .our-technologies-lists-column1 h4,.services-wrapper .our-technologies-wrapper .our-technologies-lists-wrapper .our-technologies-lists-row:first-child .our-technologies-lists-column2 h4{margin-top:0}.services-wrapper .our-technologies-wrapper .our-technologies-425-list-wrapper{display:none}.services-wrapper .our-technologies-wrapper .our-technologies-425-list-wrapper ul{list-style-type:none}.services-wrapper .our-technologies-wrapper .our-technologies-425-list-wrapper ul.general-ul-425{display:-ms-flexbox;display:-webkit-box;display:flex;-ms-flex-direction:column;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;-ms-flex-pack:justify;-webkit-box-pack:justify;justify-content:space-between}.services-wrapper .our-technologies-wrapper .our-technologies-425-list-wrapper ul.general-ul-425>li{margin-bottom:14px}.services-wrapper .our-technologies-wrapper .our-technologies-425-list-wrapper ul.general-ul-425>li:last-child{margin-bottom:0}.services-wrapper .our-technologies-wrapper .our-technologies-425-list-wrapper ul.general-ul-425 li p{display:-ms-flexbox;display:-webkit-box;display:flex;-ms-flex-direction:row;-webkit-box-orient:horizontal;-webkit-box-direction:normal;flex-direction:row;-ms-flex-align:center;-webkit-box-align:center;align-items:center;font-family:Mulish;font-size:16px;line-height:1.5;letter-spacing:.5px;color:#fff}@media (max-width:320px){.services-wrapper .our-technologies-wrapper .our-technologies-425-list-wrapper ul.general-ul-425 li p{font-size:20px;font-stretch:normal;font-style:normal;line-height:1.2;letter-spacing:.63px}}.services-wrapper .our-technologies-wrapper .our-technologies-425-list-wrapper ul.general-ul-425 li p.active img{-webkit-transform:rotate(45deg);transform:rotate(45deg)}.services-wrapper .our-technologies-wrapper .our-technologies-425-list-wrapper ul.general-ul-425 li p img{min-width:17px;height:17px;margin-right:8px;-webkit-transition:.4s;transition:.4s}.services-wrapper .our-technologies-wrapper .our-technologies-425-list-wrapper ul.general-ul-425 li ul{display:none;margin-left:25.5px}.services-wrapper .our-technologies-wrapper .our-technologies-425-list-wrapper ul.general-ul-425 li ul li{font-family:MulishRegular;font-size:16px;line-height:1.5;letter-spacing:.5px;color:#fff;margin:10px 0}.services-wrapper .our-technologies-wrapper .our-technologies-425-list-wrapper ul.general-ul-425 li ul li span{color:rgba(0,83,206,.9)}.services-wrapper .our-technologies-wrapper .our-technologies-425-list-wrapper ul.general-ul-425 li ul li:last-child{margin-bottom:16px}@media (max-width:768px){.services-wrapper h2{font-size:36px!important}}@media (max-width:450px){.services-wrapper h1{font-family:Mulish;font-size:28px!important;letter-spacing:.4px}.services-wrapper h5,.services-wrapper p{font-family:MulishRegular;line-height:1.5;letter-spacing:.5px}.services-wrapper h2{font-family:Mulish;font-size:28px!important;letter-spacing:.3px}.services-wrapper h3{font-size:20px!important}}@media (max-width:1300px){.services-wrapper footer.footer-light-wrapper .tell-us-about-project .tell-us-about-project-text-block{margin-left:4.1%}.services-wrapper footer.footer-light-wrapper .tell-us-about-project form{margin:0 42px}.services-wrapper footer.footer-light-wrapper .footer-menu{margin:0 4.1%}.services-wrapper footer.footer-light-wrapper .footer-bottom-block{margin:30px 4.1% 22px}}@media (max-width:850px){.services-wrapper footer.footer-light-wrapper{width:100%}.services-wrapper footer.footer-light-wrapper .tell-us-about-project .tell-us-about-project-text-block{margin:0 4.1% 60px}.services-wrapper footer.footer-light-wrapper .tell-us-about-project .tell-us-about-project-text-block h2{font-size:32px}.services-wrapper footer.footer-light-wrapper .tell-us-about-project .tell-us-about-project-text-block h5{font-size:16px}.services-wrapper footer.footer-light-wrapper .tell-us-about-project form{margin:0 auto}.services-wrapper footer.footer-light-wrapper .tell-us-about-project form .tell-us-about-project-forms-block-row-1{width:77.6%;margin:0 auto;-ms-flex-direction:column;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column}.services-wrapper footer.footer-light-wrapper .tell-us-about-project form .tell-us-about-project-forms-block-row-1 .tell-us-about-project-forms-blockrow-1-column-1{width:100%;margin:0 auto}.services-wrapper footer.footer-light-wrapper .tell-us-about-project form .tell-us-about-project-forms-block-row-1 .tell-us-about-project-forms-blockrow-1-column-1 .tell-us-about-project-forms-block-wrapper p{max-width:100%;width:auto}.services-wrapper footer.footer-light-wrapper .tell-us-about-project form .tell-us-about-project-forms-block-row-1 .tell-us-about-project-forms-blockrow-1-column-1 .tell-us-about-project-forms-block-wrapper input{padding:0 0 0 24px;-webkit-box-sizing:border-box;box-sizing:border-box;width:100%;margin:0 0 15px}.services-wrapper footer.footer-light-wrapper .tell-us-about-project form .tell-us-about-project-forms-block-row-1 .tell-us-about-project-forms-blockrow-1-column-2{width:100%}.services-wrapper footer.footer-light-wrapper .tell-us-about-project form .tell-us-about-project-forms-block-row-1 .tell-us-about-project-forms-blockrow-1-column-2 p{margin-top:16px}.services-wrapper footer.footer-light-wrapper .tell-us-about-project form .tell-us-about-project-forms-block-row-1 .tell-us-about-project-forms-blockrow-1-column-2 textarea{width:100%;padding:18px 0 0 24px;-webkit-box-sizing:border-box;box-sizing:border-box}.services-wrapper footer.footer-light-wrapper .tell-us-about-project form .tell-us-about-project-forms-block-row-1 .tell-us-about-project-forms-blockrow-1-column-2 .checkbox-text{display:-ms-flexbox;display:-webkit-box;display:flex;-ms-flex-direction:row;-webkit-box-orient:horizontal;-webkit-box-direction:normal;flex-direction:row;-ms-flex-pack:center;-webkit-box-pack:center;justify-content:center}.services-wrapper footer.footer-light-wrapper .tell-us-about-project form .tell-us-about-project-forms-block-row-1 .tell-us-about-project-forms-blockrow-1-column-2 .checkbox-text p{margin:0}.services-wrapper footer.footer-light-wrapper .tell-us-about-project form .tell-us-about-project-forms-block-row-1 .tell-us-about-project-forms-blockrow-1-column-2 .checkbox-text p:first-child{margin-right:34px}.services-wrapper footer.footer-light-wrapper .tell-us-about-project form .tell-us-about-project-forms-block-row-2{margin-top:38px}footer.footer-light-wrapper .tell-us-about-project form .tell-us-about-project-forms-block-row-2 .tell-us-about-project-checkbox-wrapper,footer .tell-us-about-project form .tell-us-about-project-forms-block-row-2 .tell-us-about-project-checkbox-wrapper{-ms-flex-direction:column;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;-ms-flex-align:center;-webkit-box-align:center;align-items:center}footer.footer-light-wrapper .tell-us-about-project form .tell-us-about-project-forms-block-row-2 .tell-us-about-project-checkbox-wrapper p,footer .tell-us-about-project form .tell-us-about-project-forms-block-row-2 .tell-us-about-project-checkbox-wrapper p{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.services-wrapper footer.footer-light-wrapper .tell-us-about-project form .tell-us-about-project-forms-block-row-2 .tell-us-about-project-checkbox-wrapper p{width:77.6%;-ms-flex-order:1;-webkit-box-ordinal-group:2;order:1;margin-top:15px}.services-wrapper footer.footer-light-wrapper .tell-us-about-project form .tell-us-about-project-forms-block-row-2 .tell-us-about-project-checkbox-wrapper button{width:77.6%;margin:0 auto}.services-wrapper footer.footer-light-wrapper .footer-menu{margin:0 3.1%}.services-wrapper footer.footer-light-wrapper .footer-menu .footer-menu-row1{-ms-flex-wrap:wrap;flex-wrap:wrap}.services-wrapper footer.footer-light-wrapper .footer-menu .footer-menu-row1 .footer-menu-row1-column1{display:-ms-flexbox;display:-webkit-box;display:flex;-ms-flex-direction:column;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;-ms-flex-pack:center;-webkit-box-pack:center;justify-content:center;margin-bottom:46px;width:100%}.services-wrapper footer.footer-light-wrapper .footer-menu .footer-menu-row1 .footer-menu-row1-column1 p{text-align:center;width:100%}.services-wrapper footer.footer-light-wrapper .footer-menu .footer-menu-row1 .footer-menu-row1-column1 .logo-place{margin:0 auto}.services-wrapper footer.footer-light-wrapper .footer-menu .footer-menu-row1 .footer-menu-row1-column4{width:31%}.services-wrapper footer.footer-light-wrapper .footer-bottom-block .footer-bottom-block-column-2{text-align:center}.services-wrapper footer.footer-light-wrapper .footer-bottom-block .footer-bottom-block-column-2 p{width:139px;font-size:12px}}@media (max-width:540px){.services-wrapper footer.footer-light-wrapper .tell-us-about-project{padding:50px 12px 34px}.services-wrapper footer.footer-light-wrapper .tell-us-about-project .tell-us-about-project-text-block{margin:0 0 22px}.services-wrapper footer.footer-light-wrapper .tell-us-about-project .tell-us-about-project-text-block h2{font-size:24px!important;font-stretch:normal;font-style:normal;line-height:normal;letter-spacing:.3px}.services-wrapper footer.footer-light-wrapper .tell-us-about-project .tell-us-about-project-text-block h2 img{width:4px;height:4px}.services-wrapper footer.footer-light-wrapper .tell-us-about-project .tell-us-about-project-text-block h2.got-a-project img.ques-sign,.services-wrapper footer.footer-light-wrapper .tell-us-about-project .tell-us-about-project-text-block h2.looking-to-build img.ques-sign{width:15px!important;height:20px!important}.services-wrapper footer.footer-light-wrapper .tell-us-about-project .tell-us-about-project-text-block h5{font-size:14px}.services-wrapper footer.footer-light-wrapper .tell-us-about-project form,.services-wrapper footer.footer-light-wrapper .tell-us-about-project form .tell-us-about-project-forms-block-row-1{width:100%}.services-wrapper footer.footer-light-wrapper .tell-us-about-project form .tell-us-about-project-forms-block-row-1 .tell-us-about-project-forms-blockrow-1-column-2 .checkbox-text{-ms-flex-direction:column;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;-ms-flex-pack:normal;-webkit-box-pack:normal;justify-content:normal}.services-wrapper footer.footer-light-wrapper .tell-us-about-project form .tell-us-about-project-forms-block-row-1 .tell-us-about-project-forms-blockrow-1-column-2 .checkbox-text p:first-child{margin-bottom:18px}.services-wrapper footer.footer-light-wrapper .tell-us-about-project form .tell-us-about-project-forms-block-row-2 .tell-us-about-project-checkbox-wrapper p{width:100%}.services-wrapper footer.footer-light-wrapper .tell-us-about-project form .tell-us-about-project-forms-block-row-2 .tell-us-about-project-checkbox-wrapper label{font-size:12px}.services-wrapper footer.footer-light-wrapper .tell-us-about-project form .tell-us-about-project-forms-block-row-2 .tell-us-about-project-checkbox-wrapper button{width:100%}.services-wrapper footer.footer-light-wrapper .footer-menu{padding-top:27px}.services-wrapper footer.footer-light-wrapper .footer-menu .footer-menu-row1 ul a{color:#5e6063}.services-wrapper footer.footer-light-wrapper .footer-menu .footer-menu-row1 .footer-menu-row1-column1{display:-ms-flexbox;display:-webkit-box;display:flex;-ms-flex-direction:column;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column}.services-wrapper footer.footer-light-wrapper .footer-menu .footer-menu-row1 .footer-menu-row1-column1 .logo-place{margin:10px 0 0;text-align:left}.services-wrapper footer.footer-light-wrapper .footer-menu .footer-menu-row1 .footer-menu-row1-column1 p{margin:10px 0 0;text-align:left;width:84.4%}.services-wrapper footer.footer-light-wrapper .footer-menu .footer-menu-row1 .footer-menu-row1-column3,.services-wrapper footer.footer-light-wrapper .footer-menu .footer-menu-row1 .footer-menu-row1-column4,.services-wrapper footer.footer-light-wrapper .footer-menu .footer-menu-row1 hr{display:none}.services-wrapper footer.footer-light-wrapper .footer-bottom-block{-ms-flex-direction:column;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;-ms-flex-align:start;-webkit-box-align:start;align-items:flex-start;margin:25px 3.1% 41px}.services-wrapper footer.footer-light-wrapper .footer-bottom-block p{font-size:14px!important}.services-wrapper footer.footer-light-wrapper .footer-bottom-block .footer-bottom-block-column-1{width:100%}.services-wrapper footer.footer-light-wrapper .footer-bottom-block .footer-bottom-block-column-1 p,.services-wrapper footer.footer-light-wrapper .footer-bottom-block .footer-bottom-block-column-1 p img{display:none}.services-wrapper footer.footer-light-wrapper .footer-bottom-block .footer-bottom-block-column-1 p.hide-p{display:block}.services-wrapper footer.footer-light-wrapper .footer-bottom-block .footer-bottom-block-column-1 p:last-child{display:-ms-flexbox;display:-webkit-box;display:flex;-ms-flex-direction:column;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;margin-top:14px;margin-bottom:24px}.services-wrapper footer.footer-light-wrapper .footer-bottom-block .footer-bottom-block-column-1 p:last-child a:first-child{margin-bottom:16px}.services-wrapper footer.footer-light-wrapper .footer-bottom-block .footer-bottom-block-column-2{width:100%;margin:24px 0;-ms-flex-order:1;-webkit-box-ordinal-group:2;order:1;text-align:left;-ms-flex-pack:start;-webkit-box-pack:start;justify-content:flex-start}.services-wrapper footer.footer-light-wrapper .footer-bottom-block .footer-bottom-block-column-2 p{width:auto;font-size:12px!important}.services-wrapper footer.footer-light-wrapper .footer-bottom-block .footer-bottom-block-column-3{width:auto}}@media (max-width:1439px){.services-wrapper .solute-wrapper{padding:120px 4.1% 29px}}@media (max-width:1024px){.wp-block-lazyblock-services-cards .our-services-wrapper{margin:0 4.1% 40px}.wp-block-lazyblock-services-cards .our-services-wrapper .inside-content-block{padding:24px 0 30px}.wp-block-lazyblock-services-cards .our-services-wrapper .inside-content-block.first{height:auto}.wp-block-lazyblock-services-cards .our-services-wrapper .inside-content-block p.header-p{font-size:20px}.wp-block-lazyblock-services-cards .our-services-wrapper .inside-content-block p.header-p.header{font-size:34px}.services-wrapper .our-technologies-wrapper{margin-right:0}.services-wrapper .our-technologies-wrapper .our-technologies-lists-wrapper{padding:0 15.5% 50px 4.1%}.services-wrapper .our-technologies-wrapper .our-technologies-text-block{padding:80px 15.5% 20px 4.1%}.services-wrapper .our-technologies-wrapper .frequently-asked-questions-wrapper{padding:0 4.1% 76px}}@media (max-width:768px){.services-wrapper .solute-wrapper{padding:80px 11% 126px 3.1%}.services-wrapper .solute-wrapper p{display:none}.services-wrapper .solute-wrapper h2{line-height:1.3;font-size:36px}.services-wrapper .solute-wrapper h5{font-size:16px}.wp-block-lazyblock-services-cards .our-services-wrapper{margin:0 3.1% 79px}.wp-block-lazyblock-services-cards .our-services-wrapper .inside-content-block p.header-p.header{font-size:20px}.wp-block-lazyblock-services-cards .our-services-wrapper h2{font-size:32px!important}.wp-block-lazyblock-services-cards .our-services-wrapper .inside-content-block{padding:26px 16px 29px 20px}.wp-block-lazyblock-services-cards .our-services-wrapper .inside-content-block p.roboto,.wp-block-lazyblock-services-cards .our-services-wrapper .inside-content-block p.slate-gray{font-size:14px}.services-wrapper .our-services-wrapper .inside-content-block p.slate-gray span img,.services-wrapper .our-services-wrapper .inside-content-block p.slate span img,.wp-block-lazyblock-services-cards .our-services-wrapper .inside-content-block p.header_roboto span img,.wp-block-lazyblock-services-cards .our-services-wrapper .inside-content-block p.roboto span img{height:4px;width:4px}.wp-block-lazyblock-services-cards .our-services-wrapper .inside-content-block p.header{font-size:20px}.wp-block-lazyblock-services-cards .our-services-wrapper .inside-content-block p.header-p{font-size:16px}.services-wrapper .our-technologies-wrapper .our-technologies-text-block{padding:92px 10.8% 37px 3%}.services-wrapper .our-technologies-wrapper .our-technologies-text-block h2{font-size:32px!important}.services-wrapper .our-technologies-wrapper .our-technologies-text-block h5{font-size:16px}.services-wrapper .frequently-asked-questions-wrapper .frequently-asked-questions-text-block h2{font-size:32px!important}.services-wrapper .frequently-asked-questions-wrapper .frequently-asked-questions-text-block h5,.services-wrapper .frequently-asked-questions-wrapper .list-wrapper .list-row h4{font-size:16px}.services-wrapper .frequently-asked-questions-wrapper .list-wrapper .hide-p p{font-size:14px}}@media (max-width:650px){.services-wrapper .solute-wrapper{padding:72px 11.9% 42px 3.8%}.services-wrapper .solute-wrapper p{width:180px;display:block}.services-wrapper .solute-wrapper h2{font-size:28px}.wp-block-lazyblock-services-cards .our-services-wrapper{margin-bottom:110px}.wp-block-lazyblock-services-cards .our-services-wrapper .inside-content-block{height:125px;padding:21px 14px 21px 20px;-ms-flex-pack:start;-webkit-box-pack:start;justify-content:flex-start}.wp-block-lazyblock-services-cards .our-services-wrapper .inside-content-block p.learn-more,.wp-block-lazyblock-services-cards .our-services-wrapper .inside-content-block p.roboto img,.wp-block-lazyblock-services-cards .our-services-wrapper .inside-content-block p.slate,.wp-block-lazyblock-services-cards .our-services-wrapper .inside-content-block p.slate-gray{display:none}.wp-block-lazyblock-services-cards .our-services-wrapper .inside-content-block p.header,.wp-block-lazyblock-services-cards .our-services-wrapper .inside-content-block p.header-p{font-size:20px!important}.wp-block-lazyblock-services-cards .our-services-wrapper .inside-content-block p.header_roboto span img,.wp-block-lazyblock-services-cards .our-services-wrapper .inside-content-block p.roboto span img,.wp-block-lazyblock-services-cards .our-services-wrapper .inside-content-block p.slate-gray span img,.wp-block-lazyblock-services-cards .our-services-wrapper .inside-content-block p.slate span img{display:none}.wp-block-lazyblock-services-cards .our-services-wrapper h2{font-size:24px!important;font-stretch:normal;font-style:normal;line-height:1.08;letter-spacing:.75px}.wp-block-lazyblock-services-cards .our-services-wrapper h2 img{width:4px;height:4px}.wp-block-lazyblock-services-cards .our-services-wrapper .inside-content-block{-ms-flex-pack:distribute;justify-content:space-around;height:148px}.wp-block-lazyblock-services-cards .our-services-wrapper .inside-content-block p.roboto{margin-top:10px}.wp-block-lazyblock-services-cards .our-services-wrapper .inside-content-block.first{height:125px;-ms-flex-pack:distribute;justify-content:space-around;height:148px}.wp-block-lazyblock-services-cards .our-services-wrapper .inside-content-block.first p.header_roboto{margin-top:10px}.wp-block-lazyblock-services-cards .our-services-wrapper .inside-content-block.first .inside-content-block p.header_roboto span img,.wp-block-lazyblock-services-cards .our-services-wrapper .inside-content-block .inside-content-block p.header_roboto span img{display:none}.wp-block-lazyblock-services-cards .our-services-wrapper .our-services-two-image-row{-ms-flex-direction:column;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column}.wp-block-lazyblock-services-cards .our-services-wrapper .our-services-two-image-row .our-services__small-service-block,.wp-block-lazyblock-services-cards .our-services-wrapper .our-services-two-image-row>a{width:100%}.wp-block-lazyblock-services-cards .our-services-wrapper .our-services-two-image-row .our-services__small-service-block:first-child{margin-bottom:30px}.wp-block-lazyblock-services-cards .our-services-wrapper .our-services-two-image-row .our-services-two-image-row-column{width:100%}.wp-block-lazyblock-services-cards .our-services-wrapper .our-services-two-image-row .our-services-two-image-row-column .inside-content-block{padding-right:2.1%}.services-wrapper .our-technologies-wrapper{padding:38px 11.9% 0 3.8%}.services-wrapper .our-technologies-wrapper .our-technologies-text-block h2{font-size:24px!important;font-stretch:normal;font-style:normal;line-height:normal;letter-spacing:.3px}.services-wrapper .our-technologies-wrapper .frequently-asked-questions-wrapper{padding:97px 0 76px}.services-wrapper .our-technologies-wrapper .frequently-asked-questions-wrapper .frequently-asked-questions-text-block h2{font-size:24px!important;font-stretch:normal;font-style:normal;line-height:normal;letter-spacing:.3px}.services-wrapper .our-technologies-wrapper .frequently-asked-questions-wrapper .frequently-asked-questions-text-block h2 img{display:none}.services-wrapper .our-technologies-wrapper .frequently-asked-questions-wrapper .list-wrapper .list-row{-ms-flex-pack:start;-webkit-box-pack:start;justify-content:flex-start}.services-wrapper .our-technologies-wrapper .frequently-asked-questions-wrapper .list-wrapper .list-row span{font-size:14px;-ms-flex-order:1;-webkit-box-ordinal-group:2;order:1;margin-left:10px}.services-wrapper .our-technologies-wrapper .frequently-asked-questions-wrapper .list-wrapper .hide-p p{font-size:14px!important}.services-wrapper .our-technologies-wrapper .our-technologies-text-block{padding:38px 0 27px}.services-wrapper .our-technologies-wrapper .our-technologies-text-block h2{font-size:20px}.services-wrapper .our-technologies-wrapper .our-technologies-text-block h2 img{width:4px;height:4px}.services-wrapper .our-technologies-wrapper .our-technologies-text-block h5{font-size:16px}.services-wrapper .our-technologies-wrapper .our-technologies-lists-wrapper{display:none}.services-wrapper .our-technologies-wrapper .our-technologies-425-list-wrapper{display:block}}@media (min-width:651px){.frequently-asked-questions-wrapper .list-wrapper .list-row img{margin-left:25px}}.single-service-wrapper .whats-included-text-block h2{font-size:38px;font-stretch:normal;font-style:normal;line-height:1.11;letter-spacing:1.19px}.single-service-wrapper .whats-included-text-block .whats-included-text-block-first{margin-bottom:32px}.single-service-wrapper p.small-gray{font-family:MulishRegular;font-size:14px;line-height:1.43;letter-spacing:.4px;color:rgba(94,96,99,.8)}.single-service-wrapper p.small-dark-blue-gray{font-family:MulishRegular;font-size:14px;line-height:1.29;letter-spacing:.4px;color:#081120}.single-service-wrapper a{text-decoration:none}.single-service-wrapper span{white-space:nowrap}.wp-block-lazyblock-service-top-block .solute-wrapper{position:relative;background-color:#081120;padding-top:60px;margin-bottom:100px}.wp-block-lazyblock-service-top-block .solute-wrapper .solute-row1{display:-ms-flexbox;display:-webkit-box;display:flex;-ms-flex-direction:row;-webkit-box-orient:horizontal;-webkit-box-direction:normal;flex-direction:row;-ms-flex-align:center;-webkit-box-align:center;align-items:center;-ms-flex-pack:justify;-webkit-box-pack:justify;justify-content:space-between;padding-left:11.4%}.wp-block-lazyblock-service-top-block .solute-wrapper .solute-row1 .solute-row1-column1{width:48%}.wp-block-lazyblock-service-top-block .solute-wrapper .solute-row1 .solute-row1-column1 h2{font-family:Mulish;font-size:40px;letter-spacing:.5px;color:#fff;margin-bottom:12px}.wp-block-lazyblock-service-top-block .solute-wrapper .solute-row1 .solute-row1-column1 h5{font-family:MulishRegular;font-size:20px;line-height:1.4;letter-spacing:.5px;color:#fff}.wp-block-lazyblock-service-top-block .solute-wrapper .solute-row1 .solute-row1-column2{width:59%;height:412px}a.related-service+.included{margin-top:8px!important;margin-bottom:8px!important}@media (max-width:1024px) and (min-width:934px){.wp-block-lazyblock-service-top-block .solute-wrapper .solute-row1 .solute-row1-column2{max-width:421px}}.wp-block-lazyblock-service-top-block .solute-wrapper .solute-row2{position:relative;display:-ms-flexbox;display:-webkit-box;display:flex;-ms-flex-direction:row;-webkit-box-orient:horizontal;-webkit-box-direction:normal;flex-direction:row;-ms-flex-align:end;-webkit-box-align:end;align-items:flex-end;-ms-flex-pack:justify;-webkit-box-pack:justify;justify-content:space-between;background-color:#fff;height:58px;margin-top:-58px;padding-right:48px;padding-left:11.4%}.wp-block-lazyblock-service-top-block .solute-wrapper .solute-row2 h5{cursor:pointer;-webkit-transition:.2s;transition:.2s}.wp-block-lazyblock-service-top-block .solute-wrapper .solute-row2 h5:hover{color:rgba(0,83,206,.9)}.wp-block-lazyblock-service-top-block .solute-wrapper .solute-row2 h5:first-child{margin-right:70px}.wp-block-lazyblock-service-top-block .solute-wrapper .solute-row2 h5:nth-child(2){position:relative;margin-right:auto}.wp-block-lazyblock-service-top-block .solute-wrapper .solute-row2 h5:nth-child(2):hover~.triangle{left:calc(11.4% + 241px)}.wp-block-lazyblock-service-top-block .solute-wrapper .solute-row2 .triangle{position:absolute;top:0;left:calc(11.4% + 42px);border:13px solid transparent;border-top:18px solid #081120;-webkit-transition:.4s;transition:.4s}.wp-block-lazyblock-service-top-block .single_service_swiper{height:412px}.wp-block-lazyblock-service-top-block .swiper-slide .swiper-slide-img{background-size:cover;background-repeat:no-repeat;height:100%;-o-object-fit:cover;object-fit:cover}.wp-block-lazyblock-service-top-block .swiper-slide-active{min-width:100%}.wp-block-lazyblock-service-top-block .swiper-pagination{display:-ms-flexbox;display:-webkit-box;display:flex;-ms-flex-direction:row;-webkit-box-orient:horizontal;-webkit-box-direction:normal;flex-direction:row;-ms-flex-align:center;-webkit-box-align:center;align-items:center;width:auto;left:0;bottom:0;padding:24px 47px;text-align:left;background-color:#fff}.wp-block-lazyblock-service-top-block .swiper-pagination.active{display:none}.wp-block-lazyblock-service-top-block .swiper-pagination-bullet{width:8px;height:8px;border-radius:0;opacity:1;background-color:#dbdfe5}.wp-block-lazyblock-service-top-block .swiper-pagination-bullet-active{width:10px;height:10px;background-image:linear-gradient(79deg,rgba(0,83,206,.9),rgba(0,158,253,.89))}.wp-block-lazyblock-service-introduction .what-we-do-wrapper{display:-ms-flexbox;display:-webkit-box;display:flex;-ms-flex-direction:row;-webkit-box-orient:horizontal;-webkit-box-direction:normal;flex-direction:row;-ms-flex-pack:justify;-webkit-box-pack:justify;justify-content:space-between;margin:0 11.4%}.wp-block-lazyblock-service-introduction .what-we-do-wrapper .what-we-do-column1{width:725px}@media (max-width:1024px){.wp-block-lazyblock-service-introduction .what-we-do-wrapper .what-we-do-column1{width:612px}}@media (max-width:768px){.wp-block-lazyblock-service-introduction .what-we-do-wrapper .what-we-do-column1{width:657px}}@media (max-width:700px){.wp-block-lazyblock-service-introduction .what-we-do-wrapper .what-we-do-column1{width:100%}}.wp-block-lazyblock-service-introduction .what-we-do-wrapper .what-we-do-column1 .what-we-do-text-block .slate-gray{margin-bottom:30px}.wp-block-lazyblock-service-introduction .what-we-do-wrapper .what-we-do-column1 .what-we-img{display:none}.wp-block-lazyblock-service-introduction .what-we-do-wrapper .what-we-do-column1 .rel-wrapper-no-link .header-p,.wp-block-lazyblock-service-introduction .what-we-do-wrapper .what-we-do-column1 .rel-wrapper-no-link .slate-gray,.wp-block-lazyblock-service-introduction .what-we-do-wrapper .what-we-do-column1 .rel-wrapper .header-p,.wp-block-lazyblock-service-introduction .what-we-do-wrapper .what-we-do-column1 .rel-wrapper .slate-gray{width:660px}@media (max-width:1024px){.wp-block-lazyblock-service-introduction .what-we-do-wrapper .what-we-do-column1 .rel-wrapper-no-link .header-p,.wp-block-lazyblock-service-introduction .what-we-do-wrapper .what-we-do-column1 .rel-wrapper-no-link .slate-gray,.wp-block-lazyblock-service-introduction .what-we-do-wrapper .what-we-do-column1 .rel-wrapper .header-p,.wp-block-lazyblock-service-introduction .what-we-do-wrapper .what-we-do-column1 .rel-wrapper .slate-gray{width:548px}}@media (max-width:768px){.wp-block-lazyblock-service-introduction .what-we-do-wrapper .what-we-do-column1 .rel-wrapper-no-link .header-p,.wp-block-lazyblock-service-introduction .what-we-do-wrapper .what-we-do-column1 .rel-wrapper-no-link .slate-gray,.wp-block-lazyblock-service-introduction .what-we-do-wrapper .what-we-do-column1 .rel-wrapper .header-p,.wp-block-lazyblock-service-introduction .what-we-do-wrapper .what-we-do-column1 .rel-wrapper .slate-gray{width:595px}}@media (max-width:700px){.wp-block-lazyblock-service-introduction .what-we-do-wrapper .what-we-do-column1 .rel-wrapper-no-link .header-p,.wp-block-lazyblock-service-introduction .what-we-do-wrapper .what-we-do-column1 .rel-wrapper-no-link .slate-gray,.wp-block-lazyblock-service-introduction .what-we-do-wrapper .what-we-do-column1 .rel-wrapper .header-p,.wp-block-lazyblock-service-introduction .what-we-do-wrapper .what-we-do-column1 .rel-wrapper .slate-gray{width:100%}}.wp-block-lazyblock-service-introduction .what-we-do-wrapper .what-we-do-column1 div.header-p,.wp-block-lazyblock-service-introduction .what-we-do-wrapper .what-we-do-column1 p.header-p{font-family:Mulish;font-size:34px;line-height:1.18;letter-spacing:1.1px;color:#081120;margin-bottom:12px}.wp-block-lazyblock-service-introduction .what-we-do-wrapper .what-we-do-column1 div.slate-gray,.wp-block-lazyblock-service-introduction .what-we-do-wrapper .what-we-do-column1 p.slate-gray{font-family:MulishRegular;font-size:20px;line-height:1.5;letter-spacing:.5px;color:#5e6063}.wp-block-lazyblock-service-introduction .what-we-do-wrapper .what-we-do-column1 div.slate-gray p,.wp-block-lazyblock-service-introduction .what-we-do-wrapper .what-we-do-column1 p.slate-gray p{margin-bottom:30px}@media (max-width:933px){.wp-block-lazyblock-service-introduction .what-we-do-wrapper .what-we-do-column1 div.slate-gray,.wp-block-lazyblock-service-introduction .what-we-do-wrapper .what-we-do-column1 p.slate-gray{font-size:16px!important;font-stretch:normal;font-style:normal;line-height:1.5;letter-spacing:.5px}}@media (max-width:450px){.wp-block-lazyblock-service-introduction .what-we-do-wrapper .what-we-do-column1 div.slate-gray,.wp-block-lazyblock-service-introduction .what-we-do-wrapper .what-we-do-column1 p.slate-gray{font-size:14px!important;font-stretch:normal;font-style:normal;line-height:1.57;letter-spacing:.44px}}.wp-block-lazyblock-service-introduction .what-we-do-wrapper .what-we-do-column1 .whats-included-text-block .whats-included-inside-text-block .rel-wrapper,.wp-block-lazyblock-service-introduction .what-we-do-wrapper .what-we-do-column1 .whats-included-text-block .whats-included-inside-text-block .rel-wrapper-no-link{padding:32px}@media (min-width:451px) and (max-width:800px){.wp-block-lazyblock-service-introduction .what-we-do-wrapper .what-we-do-column1 .whats-included-text-block .whats-included-inside-text-block .rel-wrapper,.wp-block-lazyblock-service-introduction .what-we-do-wrapper .what-we-do-column1 .whats-included-text-block .whats-included-inside-text-block .rel-wrapper-no-link{padding:32px 32px 32px 62px}}@media (max-width:450px){.wp-block-lazyblock-service-introduction .what-we-do-wrapper .what-we-do-column1 .whats-included-text-block .whats-included-inside-text-block .rel-wrapper,.wp-block-lazyblock-service-introduction .what-we-do-wrapper .what-we-do-column1 .whats-included-text-block .whats-included-inside-text-block .rel-wrapper-no-link{padding:32px 0}}.wp-block-lazyblock-service-introduction .what-we-do-wrapper .what-we-do-column1 .whats-included-text-block .whats-included-inside-text-block .rel-wrapper{border:1px solid #fff;-webkit-transition:-webkit-box-shadow .3s ease-in-out;transition:-webkit-box-shadow .3s ease-in-out;transition:box-shadow .3s ease-in-out;transition:box-shadow .3s ease-in-out,-webkit-box-shadow .3s ease-in-out;cursor:pointer}.wp-block-lazyblock-service-introduction .what-we-do-wrapper .what-we-do-column1 .whats-included-text-block .whats-included-inside-text-block .rel-wrapper *{cursor:pointer}.wp-block-lazyblock-service-introduction .what-we-do-wrapper .what-we-do-column1 .whats-included-text-block .whats-included-inside-text-block span.learn{font-family:MulishMedium;font-size:11px;font-stretch:normal;font-style:normal;line-height:normal;letter-spacing:.46px;text-align:center;color:rgba(0,83,206,.9);text-transform:uppercase;display:-webkit-box;display:-ms-flexbox;display:flex;margin-top:32px}.wp-block-lazyblock-service-introduction .what-we-do-wrapper .what-we-do-column1 .whats-included-text-block .whats-included-inside-text-block span.learn img{-webkit-transition:.4s;transition:.4s;margin-left:4px}.wp-block-lazyblock-service-introduction .what-we-do-wrapper .what-we-do-column1 .whats-included-text-block .whats-included-inside-text-block span.learn:hover img{margin-left:8px}.wp-block-lazyblock-service-introduction .what-we-do-wrapper .what-we-do-column1 .whats-included-text-block .whats-included-inside-text-block a.related-service p.slate-gray{margin-bottom:24px}.wp-block-lazyblock-service-introduction .what-we-do-wrapper .what-we-do-column1 .whats-included-text-block .whats-included-inside-text-block div.header-p,.wp-block-lazyblock-service-introduction .what-we-do-wrapper .what-we-do-column1 .whats-included-text-block .whats-included-inside-text-block p.header-p{font-family:Mulish;font-size:16px;line-height:1.5;letter-spacing:.5px;color:#081120;margin-top:0;margin-bottom:16px}.wp-block-lazyblock-service-introduction .what-we-do-wrapper .what-we-do-column1 .whats-included-text-block .whats-included-inside-text-block div.header-p img,.wp-block-lazyblock-service-introduction .what-we-do-wrapper .what-we-do-column1 .whats-included-text-block .whats-included-inside-text-block p.header-p img{margin-right:8px}.wp-block-lazyblock-service-introduction .what-we-do-wrapper .what-we-do-column1 .whats-included-text-block .whats-included-inside-text-block div.header-p:last-child,.wp-block-lazyblock-service-introduction .what-we-do-wrapper .what-we-do-column1 .whats-included-text-block .whats-included-inside-text-block p.header-p:last-child{margin-bottom:0}.wp-block-lazyblock-service-introduction .what-we-do-wrapper .what-we-do-column1 .whats-included-text-block .whats-included-inside-text-block div.slate-gray,.wp-block-lazyblock-service-introduction .what-we-do-wrapper .what-we-do-column1 .whats-included-text-block .whats-included-inside-text-block p.slate-gray{font-family:MulishRegular;font-size:16px;line-height:1.5;letter-spacing:.5px;color:#5e6063}.wp-block-lazyblock-service-introduction .what-we-do-wrapper .what-we-do-column1 .whats-included-text-block .whats-included-inside-text-block div.slate-gray p,.wp-block-lazyblock-service-introduction .what-we-do-wrapper .what-we-do-column1 .whats-included-text-block .whats-included-inside-text-block p.slate-gray p{margin-bottom:14px}@media (max-width:400px){.wp-block-lazyblock-service-introduction .what-we-do-wrapper .what-we-do-column1 .whats-included-text-block .whats-included-inside-text-block div.slate-gray,.wp-block-lazyblock-service-introduction .what-we-do-wrapper .what-we-do-column1 .whats-included-text-block .whats-included-inside-text-block p.slate-gray{font-size:14px}}.wp-block-lazyblock-service-introduction .what-we-do-wrapper hr{height:1px;color:#dbdfe5;margin:40px 0 40px -26.4%}.wp-block-lazyblock-service-introduction .what-we-do-wrapper hr.included{margin:0 0 0 -26.4%;display:none}.wp-block-lazyblock-service-introduction .what-we-do-wrapper .what-we-do-column2{display:-ms-flexbox;display:-webkit-box;display:flex;-ms-flex-direction:column;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;-ms-flex-pack:distribute;justify-content:space-around;padding-top:135px;width:275px;height:351px;background-repeat:no-repeat;background-size:cover;margin-top:150px}.wp-block-lazyblock-service-introduction .what-we-do-wrapper .what-we-do-column2 .img-line{height:6px;background-color:#fff}.wp-block-lazyblock-service-case .check-out-wrapper{margin-bottom:81px}.wp-block-lazyblock-service-case .check-out-wrapper h2{font-size:38px;font-stretch:normal;font-style:normal;line-height:1.05;letter-spacing:1.19px}.wp-block-lazyblock-service-case .check-out-wrapper p.header-p{font-family:Mulish;font-size:34px;line-height:1.18;letter-spacing:1.1px;color:#081120;margin-left:11.4%;margin-bottom:40px}.wp-block-lazyblock-service-case .check-out-wrapper .skinview-block{background-size:cover;background-position:50%;background-repeat:no-repeat;width:100%;height:390px}.wp-block-lazyblock-service-case .check-out-wrapper .skinview-block,.wp-block-lazyblock-service-case .check-out-wrapper .skinview-inside-content-block{position:relative;display:-ms-flexbox;display:-webkit-box;display:flex;-ms-flex-direction:row;-webkit-box-orient:horizontal;-webkit-box-direction:normal;flex-direction:row}.wp-block-lazyblock-service-case .check-out-wrapper .skinview-inside-content-block{cursor:pointer;z-index:2;padding-left:52px;padding-top:45px;background-color:#fff;width:920px;margin:-50px auto 0}@media (min-width:1441px){.wp-block-lazyblock-service-case .check-out-wrapper .skinview-inside-content-block{width:auto;margin:-50px 11.4% 0}}@media (max-width:1440px){.wp-block-lazyblock-service-case .check-out-wrapper .skinview-inside-content-block{width:920px;margin:-50px auto 0;padding-left:0}}@media (max-width:1024px){.wp-block-lazyblock-service-case .check-out-wrapper .skinview-inside-content-block{width:838px}}@media (max-width:933px){.wp-block-lazyblock-service-case .check-out-wrapper .skinview-inside-content-block{width:720px}}@media (max-width:760px){.wp-block-lazyblock-service-case .check-out-wrapper .skinview-inside-content-block{width:96%}}.wp-block-lazyblock-service-case .check-out-wrapper .skinview-inside-content-block .skinview-inside-content-block-column1{width:53%;margin-left:52px}@media (max-width:1440px){.wp-block-lazyblock-service-case .check-out-wrapper .skinview-inside-content-block .skinview-inside-content-block-column1{width:488px;margin-left:52px}}@media (max-width:1024px){.wp-block-lazyblock-service-case .check-out-wrapper .skinview-inside-content-block .skinview-inside-content-block-column1{margin-left:30px}}@media (max-width:933px){.wp-block-lazyblock-service-case .check-out-wrapper .skinview-inside-content-block .skinview-inside-content-block-column1{width:376px;margin-left:40px}}@media (max-width:665px){.wp-block-lazyblock-service-case .check-out-wrapper .skinview-inside-content-block .skinview-inside-content-block-column1{padding:0 18px;margin-left:0}}@media (min-width:300px) and (max-width:450px){.wp-block-lazyblock-service-case .check-out-wrapper .skinview-inside-content-block .skinview-inside-content-block-column1{width:294px}}.wp-block-lazyblock-service-case .check-out-wrapper .skinview-inside-content-block .skinview-inside-content-block-column1 p{font-family:MulishRegular;font-size:14px;line-height:1.43;letter-spacing:.4px;color:rgba(0,83,206,.9);margin-bottom:6px}.wp-block-lazyblock-service-case .check-out-wrapper .skinview-inside-content-block .skinview-inside-content-block-column1 p img{width:4px;height:4px;margin-right:6px;margin-left:2px;margin-bottom:2px}.wp-block-lazyblock-service-case .check-out-wrapper .skinview-inside-content-block .skinview-inside-content-block-column1 h4{margin-bottom:29px}.wp-block-lazyblock-service-case .check-out-wrapper .skinview-inside-content-block .skinview-inside-content-block-column1 p.small-gray{color:#5e6063}.wp-block-lazyblock-service-case .check-out-wrapper .skinview-inside-content-block .skinview-inside-content-block-column2{display:-ms-flexbox;display:-webkit-box;display:flex;-ms-flex-align:center;-webkit-box-align:center;align-items:center;-ms-flex-pack:center;-webkit-box-pack:center;justify-content:center;width:47%}@media (max-width:1440px){.wp-block-lazyblock-service-case .check-out-wrapper .skinview-inside-content-block .skinview-inside-content-block-column2{width:380px}}@media (max-width:1024px){.wp-block-lazyblock-service-case .check-out-wrapper .skinview-inside-content-block .skinview-inside-content-block-column2{width:320px;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.wp-block-lazyblock-service-case .check-out-wrapper .skinview-inside-content-block .skinview-inside-content-block-column2 .gradient-button{margin-right:30px}}@media (max-width:903px){.wp-block-lazyblock-service-case .check-out-wrapper .skinview-inside-content-block .skinview-inside-content-block-column2{width:304px;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.wp-block-lazyblock-service-case .check-out-wrapper .skinview-inside-content-block .skinview-inside-content-block-column2 .gradient-button{margin-right:33px}}.wp-block-lazyblock-service-case .check-out-wrapper .skinview-inside-content-block .skinview-inside-content-block-column2 .gradient-button{display:-ms-flexbox;display:-webkit-box;display:flex;-ms-flex-pack:center;-webkit-box-pack:center;justify-content:center;-ms-flex-align:center;-webkit-box-align:center;align-items:center;width:220px;height:44px;background-image:linear-gradient(79deg,rgba(0,83,206,.9),rgba(0,158,253,.89));font-family:MulishMedium;font-size:11px;font-weight:500;letter-spacing:.5px;text-align:center;color:#fff;border:none;-webkit-box-sizing:border-box;box-sizing:border-box}.wp-block-lazyblock-service-case .check-out-wrapper .recent-projects__skinview-wrapper:hover .hover-block__big-case,.wp-block-lazyblock-service-case .check-out-wrapper .skinview__img-block:hover .hover-block__big-case{opacity:.89;cursor:pointer}.wp-block-lazyblock-service-startups .our-clients-logos-wrapper{margin-bottom:70px;background-color:#081120}.wp-block-lazyblock-service-startups .our-clients-logos-wrapper .solute-enterprises-and-startups{display:-ms-flexbox;display:-webkit-box;display:flex;-ms-flex-align:end;-webkit-box-align:end;align-items:flex-end;-ms-flex-pack:justify;-webkit-box-pack:justify;justify-content:space-between;-ms-flex-align:center;-webkit-box-align:center;align-items:center;height:auto;padding:0 11.5%}.wp-block-lazyblock-service-startups .our-clients-logos-wrapper .solute-enterprises-and-startups p span img{height:8px;width:8px;margin-left:3px;margin-bottom:-1px}@media (max-width:450px){.wp-block-lazyblock-service-startups .our-clients-logos-wrapper .solute-enterprises-and-startups p span img{height:4px;width:4px}}.wp-block-lazyblock-service-startups .our-clients-logos-wrapper .solute-enterprises-and-startups h3{width:44%;font-family:MulishRegular;font-size:34px;line-height:1.18;letter-spacing:1.1px;color:#fff;margin-right:50px}.wp-block-lazyblock-service-startups .our-clients-logos-wrapper .solute-enterprises-and-startups h3 span{white-space:nowrap}.wp-block-lazyblock-service-startups .our-clients-logos-wrapper .solute-enterprises-and-startups h3 img{margin-left:3px;margin-bottom:-1px}@media (min-width:961px){.wp-block-lazyblock-service-startups .our-clients-logos-wrapper .solute-enterprises-and-startups .logos-wrapper{width:434px;margin:52px 0}}.wp-block-lazyblock-service-startups .our-clients-logos-wrapper .solute-enterprises-and-startups .logos-wrapper .logos-wrapper-img{width:142px;height:142px;background-image:url(//www.integrasources.com/wp-content/themes/integra/img/i/logo-1.png);background-repeat:no-repeat;background-size:132px;float:left;background-position:50%}.wp-block-lazyblock-service-startups .our-clients-logos-wrapper .solute-enterprises-and-startups .logos-wrapper .logos-wrapper-img.logo-1{background-size:70%;padding:55.5px 27px;border-right:1px solid #5e6063;border-bottom:1px solid #5e6063;margin-bottom:-8px}.wp-block-lazyblock-service-startups .our-clients-logos-wrapper .solute-enterprises-and-startups .logos-wrapper .logos-wrapper-img.logo-2{border-right:1px solid #5e6063;border-bottom:1px solid #5e6063;margin-left:-4px;margin-bottom:-8px}@media (max-width:665px){.wp-block-lazyblock-service-startups .our-clients-logos-wrapper .solute-enterprises-and-startups .logos-wrapper .logos-wrapper-img.logo-2{border-bottom:none}}.wp-block-lazyblock-service-startups .our-clients-logos-wrapper .solute-enterprises-and-startups .logos-wrapper .logos-wrapper-img.logo-3{border-bottom:1px solid #5e6063;margin-left:-4px;margin-bottom:-8px}.wp-block-lazyblock-service-startups .our-clients-logos-wrapper .solute-enterprises-and-startups .logos-wrapper .logos-wrapper-img.logo-4{border-right:1px solid #5e6063}.wp-block-lazyblock-service-startups .our-clients-logos-wrapper .solute-enterprises-and-startups .logos-wrapper .logos-wrapper-img.logo-5{border-right:1px solid #5e6063;margin-left:-4px}.wp-block-lazyblock-service-startups .our-clients-logos-wrapper .solute-enterprises-and-startups .logos-wrapper .logos-wrapper-img.logo-6{margin-left:-4px}@media (max-width:650px){.wp-block-lazyblock-service-startups .our-clients-logos-wrapper .solute-enterprises-and-startups .logos-wrapper .logos-wrapper-img.logo-1,.wp-block-lazyblock-service-startups .our-clients-logos-wrapper .solute-enterprises-and-startups .logos-wrapper .logos-wrapper-img.logo-2,.wp-block-lazyblock-service-startups .our-clients-logos-wrapper .solute-enterprises-and-startups .logos-wrapper .logos-wrapper-img.logo-3,.wp-block-lazyblock-service-startups .our-clients-logos-wrapper .solute-enterprises-and-startups .logos-wrapper .logos-wrapper-img.logo-4,.wp-block-lazyblock-service-startups .our-clients-logos-wrapper .solute-enterprises-and-startups .logos-wrapper .logos-wrapper-img.logo-5,.wp-block-lazyblock-service-startups .our-clients-logos-wrapper .solute-enterprises-and-startups .logos-wrapper .logos-wrapper-img.logo-6{display:none}}.wp-block-lazyblock-service-startups .our-clients-logos-wrapper .solute-enterprises-and-startups .logos-wrapper .logos-wrapper-img-mobile{display:none;width:143px;height:143px;background-size:contain;background-repeat:no-repeat;background-position:50%;padding:0}@media (max-width:650px){.wp-block-lazyblock-service-startups .our-clients-logos-wrapper .solute-enterprises-and-startups .logos-wrapper .logos-wrapper-img-mobile{display:block}}.wp-block-lazyblock-service-work .how-we-work-wrapper{margin:0 11.4% 70px}.wp-block-lazyblock-service-work .how-we-work-wrapper .how-we-work-text-block h2{margin-bottom:10px}@media (max-width:450px){.wp-block-lazyblock-service-work .how-we-work-wrapper .how-we-work-text-block h2{font-size:20px!important;font-stretch:normal;font-style:normal;line-height:normal;letter-spacing:.25px}}.wp-block-lazyblock-service-work .how-we-work-wrapper .how-we-work-text-block h2 img{margin-left:3px}.wp-block-lazyblock-service-work .how-we-work-wrapper .how-we-work-text-block h5{margin-bottom:40px}.wp-block-lazyblock-service-work .how-we-work-wrapper .table-wrapper{border:1px solid rgba(0,83,206,.9);overflow:hidden}.wp-block-lazyblock-service-work .how-we-work-wrapper .table-wrapper ::-webkit-scrollbar{width:12px}.wp-block-lazyblock-service-work .how-we-work-wrapper .table-wrapper ::-webkit-scrollbar-track{-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.3);border-radius:10px}.wp-block-lazyblock-service-work .how-we-work-wrapper .table-wrapper ::-webkit-scrollbar-thumb{border-radius:10px;background:rgba(255,0,0,.8);-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.5)}.wp-block-lazyblock-service-work .how-we-work-wrapper .table-wrapper ::-webkit-scrollbar-thumb:window-inactive{background:rgba(255,0,0,.4)}.wp-block-lazyblock-service-work .how-we-work-wrapper .table-wrapper .table-row{display:-ms-flexbox;display:-webkit-box;display:flex;-ms-flex-direction:row;-webkit-box-orient:horizontal;-webkit-box-direction:normal;flex-direction:row;height:75px;min-width:684px}.wp-block-lazyblock-service-work .how-we-work-wrapper .table-wrapper .table-row:nth-child(n+2) .table-column:nth-child(n+2).active{background-color:#e5f5ff}.wp-block-lazyblock-service-work .how-we-work-wrapper .table-wrapper .table-row:nth-child(n+2) .table-column:nth-child(n+2) p{text-transform:uppercase}.wp-block-lazyblock-service-work .how-we-work-wrapper .table-wrapper .table-row .table-column{display:-ms-flexbox;display:-webkit-box;display:flex;-ms-flex-align:center;-webkit-box-align:center;align-items:center;-ms-flex-pack:center;-webkit-box-pack:center;justify-content:center;border:1px solid #dbdfe5;width:25%}.wp-block-lazyblock-service-case .cases{text-decoration:none}.wp-block-lazyblock-service-work .how-we-work-wrapper .table-wrapper .table-row .table-column p{font-family:Mulish;font-size:12px;letter-spacing:.5px;text-align:center;color:#081120}.wp-block-lazyblock-service-work .how-we-work-wrapper .table-wrapper .table-row .table-column:first-child{background-color:rgba(0,158,253,.05)}.wp-block-lazyblock-service-work .how-we-work-wrapper .table-wrapper .table-row:first-child .table-column p,.wp-block-lazyblock-service-work .how-we-work-wrapper .table-wrapper .table-row:nth-child(n+2) .table-column:nth-child(n+2) p{font-family:Mulish;font-size:12px;line-height:1.5;letter-spacing:.4px;text-align:center;color:rgba(0,83,206,.9)}.wp-block-lazyblock-service-work .how-we-work-wrapper .table-wrapper .table-row:nth-child(n+2) .table-column:first-child p{font-family:MulishMedium}.wp-block-lazyblock-service-faq .frequently-asked-questions-wrapper__inner{background-color:#081120;padding:50px 8% 75px 12%;margin-bottom:50px;margin-right:3.47%}.wp-block-lazyblock-service-faq .frequently-asked-questions-wrapper__inner ol,.wp-block-lazyblock-service-faq .frequently-asked-questions-wrapper__inner ul{list-style-position:inside}.wp-block-lazyblock-service-faq .frequently-asked-questions-wrapper__inner .frequently-asked-questions-text-block{margin-bottom:50px}@media (max-width:450px){.wp-block-lazyblock-service-faq .frequently-asked-questions-wrapper__inner .frequently-asked-questions-text-block{margin-bottom:29px}}@media (max-width:768px){.wp-block-lazyblock-service-faq .frequently-asked-questions-wrapper__inner .frequently-asked-questions-text-block .top-desc{font-size:16px;font-stretch:normal;font-style:normal;line-height:1.75;letter-spacing:.4px}}@media (max-width:768px) and (max-width:450px){.wp-block-lazyblock-service-faq .frequently-asked-questions-wrapper__inner .frequently-asked-questions-text-block .top-desc{font-size:14px;font-stretch:normal;font-style:normal;line-height:1.29;letter-spacing:.44px}}.wp-block-lazyblock-service-faq .frequently-asked-questions-wrapper__inner .frequently-asked-questions-text-block h2{color:#fff;margin-bottom:10px}@media (max-width:450px){.wp-block-lazyblock-service-faq .frequently-asked-questions-wrapper__inner .frequently-asked-questions-text-block h2{font-size:24px!important;font-stretch:normal;font-style:normal;line-height:normal;letter-spacing:.3px}}.wp-block-lazyblock-service-faq .frequently-asked-questions-wrapper__inner .frequently-asked-questions-text-block h2 img{margin-left:3px}.wp-block-lazyblock-service-faq .frequently-asked-questions-wrapper__inner .frequently-asked-questions-text-block h5{color:#fff}.wp-block-lazyblock-service-faq .frequently-asked-questions-wrapper__inner .list-wrapper .list-row{display:-ms-flexbox;display:-webkit-box;display:flex;-ms-flex-direction:row;-webkit-box-orient:horizontal;-webkit-box-direction:normal;flex-direction:row;-ms-flex-align:center;-webkit-box-align:center;align-items:center;position:relative;cursor:pointer}.wp-block-lazyblock-service-faq .frequently-asked-questions-wrapper__inner .list-wrapper .list-row.active img{-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.wp-block-lazyblock-service-faq .frequently-asked-questions-wrapper__inner .list-wrapper .list-row:first-child h4{margin-top:0}.wp-block-lazyblock-service-faq .frequently-asked-questions-wrapper__inner .list-wrapper .list-row h4{color:#fff;margin:0}@media (max-width:768px){.wp-block-lazyblock-service-faq .frequently-asked-questions-wrapper__inner .list-wrapper .list-row h4{font-size:16px;font-stretch:normal;font-style:normal;line-height:1;letter-spacing:.2px}}.wp-block-lazyblock-service-faq .frequently-asked-questions-wrapper__inner .list-wrapper .list-row img{min-width:21px;height:21px;-webkit-transition:.4s;transition:.4s}.wp-block-lazyblock-service-faq .frequently-asked-questions-wrapper__inner .list-wrapper .hide-p{display:none;font-family:MulishRegular;font-size:14px;line-height:1.29;letter-spacing:.4px;color:#fff;margin-top:12px}.wp-block-lazyblock-service-faq .frequently-asked-questions-wrapper__inner .list-wrapper .hr{width:100%;height:1px;margin:16px 0;background-color:#dbdfe5}.wp-block-lazyblock-service-related .related-services-wrapper{margin:0 11.4% 62px}.wp-block-lazyblock-service-related .related-services-wrapper .text-block{margin-bottom:50px}.wp-block-lazyblock-service-related .related-services-wrapper .text-block .top-desc{max-width:815px}.wp-block-lazyblock-service-related .related-services-wrapper .text-block h2{margin-bottom:12px}@media (max-width:350px){.wp-block-lazyblock-service-related .related-services-wrapper .text-block h2{font-size:24px!important;font-stretch:normal;font-style:normal;line-height:normal;letter-spacing:.3px}}.wp-block-lazyblock-service-related .related-services-wrapper .text-block h2 img{margin-left:3px}@media (max-width:350px){.wp-block-lazyblock-service-related .related-services-wrapper .text-block .top-desc{font-size:14px;font-stretch:normal;font-style:normal;line-height:1.57;letter-spacing:.44px;width:90%}}.wp-block-lazyblock-service-related .related-services-wrapper .plate-block{display:-ms-flexbox;display:-webkit-box;display:flex;-ms-flex-direction:row;-webkit-box-orient:horizontal;-webkit-box-direction:normal;flex-direction:row;-ms-flex-pack:justify;-webkit-box-pack:justify;justify-content:space-between}.wp-block-lazyblock-service-related .related-services-wrapper .plate-block>a{width:31.305%;text-decoration:none}.wp-block-lazyblock-service-related .related-services-wrapper .plate-block .plate-block__column-block{width:100%;cursor:pointer;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.wp-block-lazyblock-service-related .related-services-wrapper .plate-block .plate-block-column{position:relative;width:100%;height:468px;background-repeat:no-repeat;background-size:cover;background-position:50%;cursor:pointer}.wp-block-lazyblock-service-related .related-services-wrapper .plate-block .inside-content-block{position:relative;-webkit-box-sizing:content-box;box-sizing:content-box;z-index:2;max-width:100%;margin:-147px 12px 0 -1px;background-color:#fff;padding:26px 11px 18px 20px;display:-webkit-box;display:-ms-flexbox;display:flex;min-height:130px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.wp-block-lazyblock-service-related .related-services-wrapper .plate-block .inside-content-block h3{font-size:16px!important;font-stretch:normal;font-style:normal;line-height:1.5;letter-spacing:.5px}@media (max-width:1024px){.wp-block-lazyblock-service-related .related-services-wrapper .plate-block .inside-content-block h3{font-size:24px!important;font-stretch:normal;font-style:normal;line-height:1;letter-spacing:.75px}}@media (max-width:768px){.wp-block-lazyblock-service-related .related-services-wrapper .plate-block .inside-content-block h3{font-size:20px!important;font-stretch:normal;font-style:normal;line-height:1.2;letter-spacing:.63px}}.wp-block-lazyblock-service-related .related-services-wrapper .plate-block .inside-content-block p.header-p{font-family:Mulish;font-size:16px;line-height:1.5;height:40px;letter-spacing:.5px;color:#081120;margin-bottom:14px}.wp-block-lazyblock-service-related .related-services-wrapper .plate-block .inside-content-block p.slate-gray{width:90.8%;font-family:MulishRegular;font-size:14px;line-height:1.43;letter-spacing:.4px;color:rgba(94,96,99,.8)}@media (max-width:350px){.wp-block-lazyblock-service-related .related-services-wrapper .plate-block .inside-content-block p.slate-gray{font-size:14px!important;font-stretch:normal;font-style:normal;line-height:1.43;letter-spacing:.44px}}@media (max-width:500px){.wp-block-lazyblock-service-related .related-services-wrapper .plate-block .inside-content-block p.slate-gray{padding-bottom:28px}}.wp-block-lazyblock-service-related .related-services-wrapper .plate-block .inside-content-block p.learn-more{display:-ms-flexbox;display:-webkit-box;display:flex;-ms-flex-direction:row;-webkit-box-orient:horizontal;-webkit-box-direction:normal;flex-direction:row;-ms-flex-align:center;-webkit-box-align:center;align-items:center;font-family:MulishMedium;font-size:11px!important;margin-top:auto;font-weight:500;letter-spacing:.5px;color:rgba(0,83,206,.9);padding-left:0}.wp-block-lazyblock-service-related .related-services-wrapper .plate-block .inside-content-block p.learn-more img{width:9px;height:8px;margin-left:4px;-webkit-transition:.3s;transition:.3s}.wp-block-lazyblock-service-related .related-services-wrapper .plate-block p.learn-more{display:-ms-flexbox;display:-webkit-box;display:flex;-ms-flex-direction:row;-webkit-box-orient:horizontal;-webkit-box-direction:normal;flex-direction:row;-ms-flex-align:center;-webkit-box-align:center;align-items:center;font-family:MulishMedium;font-size:11px!important;margin-top:auto;font-weight:500;letter-spacing:.5px;color:rgba(0,83,206,.9);padding-left:20px}@media (max-width:500px){.wp-block-lazyblock-service-related .related-services-wrapper .plate-block p.learn-more{display:none}}.wp-block-lazyblock-service-related .related-services-wrapper .plate-block p.learn-more img{width:9px;height:8px;margin-left:4px;-webkit-transition:.3s;transition:.3s}.wp-block-lazyblock-service-related .related-services-wrapper .plate-block p.learn-more:hover img{margin-left:8px}.wp-block-lazyblock-service-related .related-services-wrapper .plate-block .plate-block__column-block:hover .hover-block{opacity:.89;cursor:pointer}.wp-block-lazyblock-service-related .related-services-wrapper .plate-block .plate-block-column:hover~.inside-content-block p.learn-more img{margin-left:8px}.single-service-wrapper footer.footer-light-wrapper .tell-us-about-project .tell-us-about-project-text-block h2{display:none;font-size:38px;font-stretch:normal;font-style:normal;line-height:1.11;letter-spacing:.48px}@media (max-width:1024px){.single-service-wrapper footer.footer-light-wrapper .tell-us-about-project .tell-us-about-project-text-block h2{line-height:1.05}}.single-service-wrapper footer.footer-light-wrapper .tell-us-about-project .tell-us-about-project-text-block h2.got-a-project{display:block}.single-service-wrapper footer.footer-light-wrapper .tell-us-about-project .tell-us-about-project-text-block h2.got-a-project img.ques-sign{width:26px;height:36px}@media (max-width:768px){.single-service-wrapper h2{font-size:32px!important}.single-service-wrapper h2.header-p{font-size:32px!important;font-stretch:normal;font-style:normal;line-height:normal;letter-spacing:.4px}}@media (max-width:768px) and (max-width:450px){.single-service-wrapper h2.header-p{font-size:24px!important;font-stretch:normal;font-style:normal;line-height:normal;letter-spacing:.3px}}@media (max-width:450px){.wp-block-lazyblock-service-top-block h1{font-family:Mulish;font-size:28px!important;font-stretch:normal;font-style:normal;line-height:normal;letter-spacing:.35px}.single-service-wrapper h5,.single-service-wrapper p{font-family:MulishRegular;line-height:1.5;letter-spacing:.5px}.single-service-wrapper h2{font-family:Mulish;font-size:28px!important;letter-spacing:.3px}.single-service-wrapper h3{font-size:20px!important}}@media (max-width:1300px){.single-service-wrapper footer.footer-light-wrapper .tell-us-about-project .tell-us-about-project-text-block{margin-left:4.1%}.single-service-wrapper footer.footer-light-wrapper .tell-us-about-project form{margin:0 42px}.single-service-wrapper footer.footer-light-wrapper .footer-menu{margin:0 4.1%}.single-service-wrapper footer.footer-light-wrapper .footer-bottom-block{margin:30px 4.1% 22px}}@media (max-width:850px){.single-service-wrapper footer.footer-light-wrapper{width:100%}.single-service-wrapper footer.footer-light-wrapper .tell-us-about-project .tell-us-about-project-text-block{margin:0 4.1% 60px}.single-service-wrapper footer.footer-light-wrapper .tell-us-about-project .tell-us-about-project-text-block h2{font-size:32px}.single-service-wrapper footer.footer-light-wrapper .tell-us-about-project .tell-us-about-project-text-block h5{font-size:16px}.single-service-wrapper footer.footer-light-wrapper .tell-us-about-project form{margin:0 auto}.single-service-wrapper footer.footer-light-wrapper .tell-us-about-project form .tell-us-about-project-forms-block-row-1{width:77.6%;margin:0 auto;-ms-flex-direction:column;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column}.single-service-wrapper footer.footer-light-wrapper .tell-us-about-project form .tell-us-about-project-forms-block-row-1 .tell-us-about-project-forms-blockrow-1-column-1{width:100%;margin:0 auto}.single-service-wrapper footer.footer-light-wrapper .tell-us-about-project form .tell-us-about-project-forms-block-row-1 .tell-us-about-project-forms-blockrow-1-column-1 .tell-us-about-project-forms-block-wrapper p{max-width:100%;width:auto}.single-service-wrapper footer.footer-light-wrapper .tell-us-about-project form .tell-us-about-project-forms-block-row-1 .tell-us-about-project-forms-blockrow-1-column-1 .tell-us-about-project-forms-block-wrapper input{padding:0 0 0 24px;-webkit-box-sizing:border-box;box-sizing:border-box;width:100%;margin:0 0 15px}.single-service-wrapper footer.footer-light-wrapper .tell-us-about-project form .tell-us-about-project-forms-block-row-1 .tell-us-about-project-forms-blockrow-1-column-2{width:100%}.single-service-wrapper footer.footer-light-wrapper .tell-us-about-project form .tell-us-about-project-forms-block-row-1 .tell-us-about-project-forms-blockrow-1-column-2 p{margin-top:16px}.single-service-wrapper footer.footer-light-wrapper .tell-us-about-project form .tell-us-about-project-forms-block-row-1 .tell-us-about-project-forms-blockrow-1-column-2 textarea{width:100%;padding:18px 0 0 24px;-webkit-box-sizing:border-box;box-sizing:border-box}.single-service-wrapper footer.footer-light-wrapper .tell-us-about-project form .tell-us-about-project-forms-block-row-1 .tell-us-about-project-forms-blockrow-1-column-2 .checkbox-text{display:-ms-flexbox;display:-webkit-box;display:flex;-ms-flex-direction:row;-webkit-box-orient:horizontal;-webkit-box-direction:normal;flex-direction:row;-ms-flex-pack:center;-webkit-box-pack:center;justify-content:center}.single-service-wrapper footer.footer-light-wrapper .tell-us-about-project form .tell-us-about-project-forms-block-row-1 .tell-us-about-project-forms-blockrow-1-column-2 .checkbox-text p{margin:0}.single-service-wrapper footer.footer-light-wrapper .tell-us-about-project form .tell-us-about-project-forms-block-row-1 .tell-us-about-project-forms-blockrow-1-column-2 .checkbox-text p:first-child{margin-right:34px}.single-service-wrapper footer.footer-light-wrapper .tell-us-about-project form .tell-us-about-project-forms-block-row-2{margin-top:38px}.single-service-wrapper footer.footer-light-wrapper .tell-us-about-project form .tell-us-about-project-forms-block-row-2 .tell-us-about-project-checkbox-wrapper{-ms-flex-direction:column;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;-ms-flex-align:center;-webkit-box-align:center;align-items:center}.single-service-wrapper footer.footer-light-wrapper .tell-us-about-project form .tell-us-about-project-forms-block-row-2 .tell-us-about-project-checkbox-wrapper p{width:77.6%;-ms-flex-order:1;-webkit-box-ordinal-group:2;order:1;margin-top:15px}.single-service-wrapper footer.footer-light-wrapper .tell-us-about-project form .tell-us-about-project-forms-block-row-2 .tell-us-about-project-checkbox-wrapper button{width:77.6%;margin:0 auto}.single-service-wrapper footer.footer-light-wrapper .footer-menu{margin:0 3.1%}.single-service-wrapper footer.footer-light-wrapper .footer-menu .footer-menu-row1{-ms-flex-wrap:wrap;flex-wrap:wrap}.single-service-wrapper footer.footer-light-wrapper .footer-menu .footer-menu-row1 .footer-menu-row1-column1{display:-ms-flexbox;display:-webkit-box;display:flex;-ms-flex-direction:column;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;-ms-flex-pack:center;-webkit-box-pack:center;justify-content:center;margin-bottom:46px;width:100%}.single-service-wrapper footer.footer-light-wrapper .footer-menu .footer-menu-row1 .footer-menu-row1-column1 p{text-align:center;width:100%}.single-service-wrapper footer.footer-light-wrapper .footer-menu .footer-menu-row1 .footer-menu-row1-column1 .logo-place{margin:0 auto}.single-service-wrapper footer.footer-light-wrapper .footer-menu .footer-menu-row1 .footer-menu-row1-column4{width:31%}.single-service-wrapper footer.footer-light-wrapper .footer-bottom-block .footer-bottom-block-column-2{text-align:center}.single-service-wrapper footer.footer-light-wrapper .footer-bottom-block .footer-bottom-block-column-2 p{width:139px;font-size:12px}}@media (max-width:540px){.single-service-wrapper footer.footer-light-wrapper .tell-us-about-project{padding:50px 12px 34px}.single-service-wrapper footer.footer-light-wrapper .tell-us-about-project .tell-us-about-project-text-block{margin:0 0 22px}.single-service-wrapper footer.footer-light-wrapper .tell-us-about-project .tell-us-about-project-text-block h2{font-size:24px!important}.single-service-wrapper footer.footer-light-wrapper .tell-us-about-project .tell-us-about-project-text-block h2 img{width:4px;height:4px}.single-service-wrapper footer.footer-light-wrapper .tell-us-about-project .tell-us-about-project-text-block h2.got-a-project img.ques-sign,.single-service-wrapper footer.footer-light-wrapper .tell-us-about-project .tell-us-about-project-text-block h2.looking-to-build img.ques-sign{width:15px!important;height:20px!important}.single-service-wrapper footer.footer-light-wrapper .tell-us-about-project .tell-us-about-project-text-block h5{font-size:14px}.single-service-wrapper footer.footer-light-wrapper .tell-us-about-project form,.single-service-wrapper footer.footer-light-wrapper .tell-us-about-project form .tell-us-about-project-forms-block-row-1{width:100%}.single-service-wrapper footer.footer-light-wrapper .tell-us-about-project form .tell-us-about-project-forms-block-row-1 .tell-us-about-project-forms-blockrow-1-column-2 .checkbox-text{-ms-flex-direction:column;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;-ms-flex-pack:normal;-webkit-box-pack:normal;justify-content:normal}.single-service-wrapper footer.footer-light-wrapper .tell-us-about-project form .tell-us-about-project-forms-block-row-1 .tell-us-about-project-forms-blockrow-1-column-2 .checkbox-text p:first-child{margin-bottom:18px}.single-service-wrapper footer.footer-light-wrapper .tell-us-about-project form .tell-us-about-project-forms-block-row-2 .tell-us-about-project-checkbox-wrapper p{width:100%}.single-service-wrapper footer.footer-light-wrapper .tell-us-about-project form .tell-us-about-project-forms-block-row-2 .tell-us-about-project-checkbox-wrapper label{font-size:12px}.single-service-wrapper footer.footer-light-wrapper .tell-us-about-project form .tell-us-about-project-forms-block-row-2 .tell-us-about-project-checkbox-wrapper button{width:100%}.single-service-wrapper footer.footer-light-wrapper .footer-menu{padding-top:27px}.single-service-wrapper footer.footer-light-wrapper .footer-menu .footer-menu-row1 ul a{color:#5e6063}.single-service-wrapper footer.footer-light-wrapper .footer-menu .footer-menu-row1 .footer-menu-row1-column1{display:-ms-flexbox;display:-webkit-box;display:flex;-ms-flex-direction:column;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column}.single-service-wrapper footer.footer-light-wrapper .footer-menu .footer-menu-row1 .footer-menu-row1-column1 .logo-place{margin:10px 0 0;text-align:left}.single-service-wrapper footer.footer-light-wrapper .footer-menu .footer-menu-row1 .footer-menu-row1-column1 p{margin:10px 0 0;text-align:left;width:84.4%}.single-service-wrapper footer.footer-light-wrapper .footer-menu .footer-menu-row1 .footer-menu-row1-column3,.single-service-wrapper footer.footer-light-wrapper .footer-menu .footer-menu-row1 .footer-menu-row1-column4,.single-service-wrapper footer.footer-light-wrapper .footer-menu .footer-menu-row1 hr{display:none}.single-service-wrapper footer.footer-light-wrapper .footer-bottom-block{-ms-flex-direction:column;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;-ms-flex-align:start;-webkit-box-align:start;align-items:flex-start;margin:25px 3.1% 41px}.single-service-wrapper footer.footer-light-wrapper .footer-bottom-block p{font-size:14px!important}.single-service-wrapper footer.footer-light-wrapper .footer-bottom-block .footer-bottom-block-column-1{width:100%}.single-service-wrapper footer.footer-light-wrapper .footer-bottom-block .footer-bottom-block-column-1 p,.single-service-wrapper footer.footer-light-wrapper .footer-bottom-block .footer-bottom-block-column-1 p img{display:none}.single-service-wrapper footer.footer-light-wrapper .footer-bottom-block .footer-bottom-block-column-1 p.hide-p{display:block}.single-service-wrapper footer.footer-light-wrapper .footer-bottom-block .footer-bottom-block-column-1 p:last-child{display:-ms-flexbox;display:-webkit-box;display:flex;-ms-flex-direction:column;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;margin-top:14px;margin-bottom:24px}.single-service-wrapper footer.footer-light-wrapper .footer-bottom-block .footer-bottom-block-column-1 p:last-child a:first-child{margin-bottom:16px}.single-service-wrapper footer.footer-light-wrapper .footer-bottom-block .footer-bottom-block-column-2{width:100%;margin:24px 0;-ms-flex-order:1;-webkit-box-ordinal-group:2;order:1;text-align:left;-ms-flex-pack:start;-webkit-box-pack:start;justify-content:flex-start}.single-service-wrapper footer.footer-light-wrapper .footer-bottom-block .footer-bottom-block-column-2 p{width:auto;font-size:12px!important}.single-service-wrapper footer.footer-light-wrapper .footer-bottom-block .footer-bottom-block-column-3{width:auto}}@media (max-width:1300px){.wp-block-lazyblock-service-startups .our-clients-logos-wrapper .solute-enterprises-and-startups{padding:0 8%}}@media (max-width:1064px){.wp-block-lazyblock-service-introduction .what-we-do-wrapper .what-we-do-column2{display:none}}@media (max-width:1024px){.wp-block-lazyblock-service-top-block .solute-wrapper .solute-row1,.wp-block-lazyblock-service-top-block .solute-wrapper .solute-row2{padding-left:4.1%}.wp-block-lazyblock-service-top-block .solute-wrapper .solute-row2 h5:first-child{margin-right:60px}.wp-block-lazyblock-service-top-block .solute-wrapper .solute-row2 h5:nth-child(2):hover~.triangle{left:calc(4.1% + 231px)}.wp-block-lazyblock-service-top-block .solute-wrapper .solute-row2 .triangle{left:calc(4.1% + 42px)}.wp-block-lazyblock-service-introduction .what-we-do-wrapper{margin:0 4.1%}.wp-block-lazyblock-service-introduction .what-we-do-wrapper .what-we-do-column2{margin-top:0}.wp-block-lazyblock-service-startups .our-clients-logos-wrapper .solute-enterprises-and-startups{padding:0 3.7%}.wp-block-lazyblock-service-startups .our-clients-logos-wrapper .solute-enterprises-and-startups h3{width:47.2%;margin-right:34px}.wp-block-lazyblock-service-case .check-out-wrapper .skinview-inside-content-block{margin:-50px 93px 0}.wp-block-lazyblock-service-work .how-we-work-wrapper{margin:0 4.1% 70px}.wp-block-lazyblock-service-faq .frequently-asked-questions-wrapper__inner{padding:50px 3.6% 75px 4.1%;margin-right:0}.wp-block-lazyblock-service-related .related-services-wrapper{margin:0 4.1%}}@media (max-width:933px){.wp-block-lazyblock-service-top-block .solute-wrapper .solute-row1{height:420px;-ms-flex-direction:column;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;-ms-flex-align:start;-webkit-box-align:start;align-items:flex-start;padding:0 3.1%}.wp-block-lazyblock-service-top-block .solute-wrapper .solute-row1 .solute-row1-column1{width:100%}.wp-block-lazyblock-service-top-block .solute-wrapper .solute-row1 .solute-row1-column1 h5{font-size:16px}.wp-block-lazyblock-service-top-block .solute-wrapper .solute-row1 .solute-row1-column2{width:100%}.wp-block-lazyblock-service-top-block .solute-wrapper .solute-row2,.wp-block-lazyblock-service-top-block .solute-wrapper:after,.wp-block-lazyblock-service-top-block .swiper-pagination{display:none}.wp-block-lazyblock-service-introduction .what-we-do-wrapper{-ms-flex-direction:column;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;margin-left:3.1%;margin-top:185px;margin-bottom:67px}}@media (max-width:933px) and (max-width:450px){.wp-block-lazyblock-service-introduction .what-we-do-wrapper{margin-bottom:0}}@media (max-width:933px){.wp-block-lazyblock-service-introduction .what-we-do-wrapper hr:not(.included){display:none}.wp-block-lazyblock-service-introduction .what-we-do-wrapper hr.included{display:block}.wp-block-lazyblock-service-introduction .what-we-do-wrapper .what-we-do-column1{width:100%;max-width:657px}.wp-block-lazyblock-service-introduction .what-we-do-wrapper .what-we-do-column1 p.header-p{font-size:26px}.wp-block-lazyblock-service-introduction .what-we-do-wrapper .what-we-do-column1 .what-we-img{display:block;width:70%;background-size:cover;background-repeat:no-repeat}.wp-block-lazyblock-service-introduction .what-we-do-wrapper .what-we-do-column1 .whats-included-text-block{width:100%;max-width:657px}.wp-block-lazyblock-service-introduction .what-we-do-wrapper .what-we-do-column2{display:none}.wp-block-lazyblock-service-case .check-out-wrapper p.header-p{margin-left:3.1%;margin-bottom:17px}.wp-block-lazyblock-service-case .check-out-wrapper .skinview-inside-content-block{margin:-50px auto 0}.wp-block-lazyblock-service-startups .our-clients-logos-wrapper .solute-enterprises-and-startups{padding:0 3.1%}.wp-block-lazyblock-service-startups .our-clients-logos-wrapper .solute-enterprises-and-startups h3{width:50.9%}.wp-block-lazyblock-service-startups .our-clients-logos-wrapper .solute-enterprises-and-startups .logos-wrapper .logos-wrapper-img.logo-2{border-right:0}.wp-block-lazyblock-service-startups .our-clients-logos-wrapper .solute-enterprises-and-startups .logos-wrapper .logos-wrapper-img.logo-3{margin-bottom:-5px;margin-left:0;border-right:1px solid #5e6063}.wp-block-lazyblock-service-startups .our-clients-logos-wrapper .solute-enterprises-and-startups .logos-wrapper .logos-wrapper-img.logo-4{margin-left:-4px;margin-bottom:-5px;border-right:0;border-bottom:1px solid #5e6063}.wp-block-lazyblock-service-startups .our-clients-logos-wrapper .solute-enterprises-and-startups .logos-wrapper .logos-wrapper-img.logo-5{margin-left:0}.wp-block-lazyblock-service-work .how-we-work-wrapper{margin:0 0 90px 3.1%}.wp-block-lazyblock-service-work .how-we-work-wrapper .how-we-work-text-block{margin-right:3.1%}.wp-block-lazyblock-service-work .how-we-work-wrapper .table-wrapper{margin-right:3.1%;overflow-x:scroll}.wp-block-lazyblock-service-faq .frequently-asked-questions-wrapper__inner{padding:39px 3.1% 53px}.wp-block-lazyblock-service-related .related-services-wrapper{margin:0 3.1%}.wp-block-lazyblock-service-related .related-services-wrapper .plate-block>a{width:48.305%}.wp-block-lazyblock-service-related .related-services-wrapper .plate-block>a:nth-child(3){display:none}.wp-block-lazyblock-service-related .related-services-wrapper .plate-block .plate-block__column-block{width:100%}}@media (max-width:961px){.enterprises-and-startups .solute-enterprises-and-startups .logos-wrapper,.wp-block-lazyblock-service-startups .our-clients-logos-wrapper .solute-enterprises-and-startups .logos-wrapper{width:300px}}@media (max-width:650px){.wp-block-lazyblock-service-startups .our-clients-logos-wrapper .solute-enterprises-and-startups{-ms-flex-wrap:wrap;flex-wrap:wrap}.wp-block-lazyblock-service-startups .our-clients-logos-wrapper .solute-enterprises-and-startups h3{width:85.6%;margin:46px auto 0}.wp-block-lazyblock-service-startups .our-clients-logos-wrapper .solute-enterprises-and-startups .logos-wrapper{display:-ms-flexbox;display:-webkit-box;display:flex;-ms-flex-pack:distribute;justify-content:space-around;width:100%;margin:0 5%}.wp-block-lazyblock-service-startups .our-clients-logos-wrapper .solute-enterprises-and-startups .logos-wrapper img:nth-child(n+3){display:none}.wp-block-lazyblock-service-startups .our-clients-logos-wrapper .solute-enterprises-and-startups .logos-wrapper img.logo-1,.wp-block-lazyblock-service-startups .our-clients-logos-wrapper .solute-enterprises-and-startups .logos-wrapper img.logo-2{max-width:143px;border:none;margin:0}}@media (max-width:565px){.wp-block-lazyblock-service-introduction .what-we-do-wrapper .what-we-do-column1 .img-wrapper-768 .img-wrapper-768-column1 img:first-child{width:183px!important;margin-bottom:10px}.wp-block-lazyblock-service-introduction .what-we-do-wrapper .what-we-do-column1 .img-wrapper-768 .img-wrapper-768-column1 img:last-child{width:224px!important;height:156px}.wp-block-lazyblock-service-introduction .what-we-do-wrapper .what-we-do-column1 .img-wrapper-768 .img-wrapper-768-column2 img{width:200px!important;height:290px}}@media (max-width:665px){.wp-block-lazyblock-service-top-block .table-wrapper p{font-size:10px!important}.wp-block-lazyblock-service-top-block .solute-wrapper{margin-bottom:60px}.wp-block-lazyblock-service-top-block .solute-wrapper .solute-row1{padding:0}.wp-block-lazyblock-service-top-block .solute-wrapper .solute-row1 .solute-row1-column1{width:85%;margin:0 12px 60px}.wp-block-lazyblock-service-top-block .solute-wrapper .solute-row1 .solute-row1-column1 h2{font-size:28px!important}.wp-block-lazyblock-service-top-block .solute-wrapper .solute-row1 .swiper-slide .swiper-slide-img{height:100%;background-position-x:center;background-size:cover}.wp-block-lazyblock-service-introduction .what-we-do-wrapper .what-we-do-column1 .what-we-img{width:80%}.wp-block-lazyblock-service-introduction .what-we-do-wrapper .what-we-do-column1 .what-we-do-text-block{margin-bottom:48px}.wp-block-lazyblock-service-introduction .what-we-do-wrapper .what-we-do-column1 .img-wrapper-768{display:none}.wp-block-lazyblock-service-introduction .what-we-do-wrapper .what-we-do-column1 .what-we-do-slider-425{margin-bottom:47px}.wp-block-lazyblock-service-introduction .what-we-do-wrapper .what-we-do-column1 .what-we-do-slider-425 img{width:100%;height:189px;margin-bottom:17px}.wp-block-lazyblock-service-introduction .what-we-do-wrapper .what-we-do-column1 .what-we-do-slider-425 .squares-row{display:none}.wp-block-lazyblock-service-introduction .what-we-do-wrapper .what-we-do-column1 .whats-included-text-block .whats-included-inside-text-block{padding-left:0}}@media (max-width:665px) and (max-width:993px){.wp-block-lazyblock-service-introduction .what-we-do-wrapper .what-we-do-column1 .whats-included-text-block .whats-included-inside-text-block .slate-gray{margin-bottom:0}}@media (max-width:665px){.wp-block-lazyblock-service-introduction .what-we-do-wrapper .what-we-do-column1 .whats-included-text-block .whats-included-inside-text-block p.header-p{display:-ms-flexbox;display:-webkit-box;display:flex;-ms-flex-direction:row;-webkit-box-orient:horizontal;-webkit-box-direction:normal;flex-direction:row;-ms-flex-align:center;-webkit-box-align:center;align-items:center}.wp-block-lazyblock-service-introduction .what-we-do-wrapper .what-we-do-column1 .whats-included-text-block .whats-included-inside-text-block p.header-p img{width:4px;height:4px;margin-right:6px}.wp-block-lazyblock-service-startups .our-clients-logos-wrapper .solute-enterprises-and-startups{-ms-flex-wrap:wrap;flex-wrap:wrap}.wp-block-lazyblock-service-startups .our-clients-logos-wrapper .solute-enterprises-and-startups h3{width:85.6%;margin:46px auto 0}.wp-block-lazyblock-service-startups .our-clients-logos-wrapper .solute-enterprises-and-startups h3 img{width:4px;height:4px}.wp-block-lazyblock-service-startups .our-clients-logos-wrapper .solute-enterprises-and-startups .logos-wrapper{display:-ms-flexbox;display:-webkit-box;display:flex;-ms-flex-pack:distribute;justify-content:space-around;width:100%;margin:0 5%}.wp-block-lazyblock-service-startups .our-clients-logos-wrapper .solute-enterprises-and-startups .logos-wrapper .logos-wrapper-img:nth-child(n+3){display:none}.wp-block-lazyblock-service-startups .our-clients-logos-wrapper .solute-enterprises-and-startups .logos-wrapper .logos-wrapper-img.logo-1,.wp-block-lazyblock-service-startups .our-clients-logos-wrapper .solute-enterprises-and-startups .logos-wrapper img.logo-2{max-width:143px;border:none;margin:0}.wp-block-lazyblock-service-work .how-we-work-wrapper .how-we-work-text-block h2 img{height:4px;width:4px}.wp-block-lazyblock-service-work .how-we-work-wrapper .how-we-work-text-block h5{width:75%}.wp-block-lazyblock-service-case .check-out-wrapper .skinview-inside-content-block{-ms-flex-wrap:wrap;flex-wrap:wrap;padding-top:24px}}@media (max-width:665px) and (max-width:450px){.wp-block-lazyblock-service-case .check-out-wrapper .skinview-inside-content-block{max-width:294px}}@media (max-width:665px){.wp-block-lazyblock-service-case .check-out-wrapper .skinview-inside-content-block .skinview-inside-content-block-column1{display:-ms-flexbox;display:-webkit-box;display:flex;-ms-flex-direction:column;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;-ms-flex-wrap:wrap;flex-wrap:wrap;width:100%}.wp-block-lazyblock-service-case .check-out-wrapper .skinview-inside-content-block .skinview-inside-content-block-column1 p{-ms-flex-order:1;-webkit-box-ordinal-group:2;order:1}}@media (max-width:665px) and (max-width:450px){.wp-block-lazyblock-service-case .check-out-wrapper .skinview-inside-content-block .skinview-inside-content-block-column1 p{font-size:14px!important;font-stretch:normal;font-style:normal;line-height:1.43;letter-spacing:.44px;margin-bottom:30px}}@media (max-width:665px){.wp-block-lazyblock-service-case .check-out-wrapper .skinview-inside-content-block .skinview-inside-content-block-column1 h4{-ms-flex-order:0;-webkit-box-ordinal-group:1;order:0}.wp-block-lazyblock-service-case .check-out-wrapper .skinview-inside-content-block .skinview-inside-content-block-column1 p.small-gray{display:none}.wp-block-lazyblock-service-case .check-out-wrapper .skinview-inside-content-block .skinview-inside-content-block-column2{display:-ms-flexbox;display:-webkit-box;display:flex;-ms-flex-pack:start;-webkit-box-pack:start;justify-content:flex-start;width:100%;margin-left:18px;margin-top:30px}}@media (max-width:665px) and (max-width:450px){.wp-block-lazyblock-service-case .check-out-wrapper .skinview-inside-content-block .skinview-inside-content-block-column2{margin-top:0}}@media (max-width:665px){.wp-block-lazyblock-service-faq .frequently-asked-questions-wrapper__inner .frequently-asked-questions-text-block h2 img{width:4px;height:4px}.wp-block-lazyblock-service-faq .frequently-asked-questions-wrapper__inner .list-wrapper .list-row{-ms-flex-align:start;-webkit-box-align:start;align-items:flex-start}.wp-block-lazyblock-service-faq .frequently-asked-questions-wrapper__inner .list-wrapper .list-row h4{-ms-flex-order:1;-webkit-box-ordinal-group:2;order:1;margin-left:10px;font-size:14px;font-stretch:normal;font-style:normal;line-height:1.71;letter-spacing:.44px}.wp-block-lazyblock-service-faq .frequently-asked-questions-wrapper__inner .list-wrapper .list-row img{height:21px;min-width:21px;margin-top:6px}.wp-block-lazyblock-service-faq .frequently-asked-questions-wrapper__inner .list-wrapper .hide-p ol,.wp-block-lazyblock-service-faq .frequently-asked-questions-wrapper__inner .list-wrapper .hide-p p,.wp-block-lazyblock-service-faq .frequently-asked-questions-wrapper__inner .list-wrapper .hide-p ul{margin-left:32px;opacity:.8;font-size:14px!important;font-weight:400;font-stretch:normal;font-style:normal;line-height:1.71;letter-spacing:.44px}.wp-block-lazyblock-service-related .related-services-wrapper .text-block h2 img{height:4px;width:4px}.wp-block-lazyblock-service-related .related-services-wrapper .plate-block{-ms-flex-direction:column;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column}.wp-block-lazyblock-service-related .related-services-wrapper .plate-block>a{width:100%}.wp-block-lazyblock-service-related .related-services-wrapper .plate-block>a:nth-child(2){margin-top:30px}.wp-block-lazyblock-service-related .related-services-wrapper .plate-block .plate-block__column-block{width:100%}}.wp-block-lazyblock-service-startups .our-clients-logos-wrapper .solute-enterprises-and-startups p{width:44%;font-family:MulishRegular;font-size:34px;line-height:1.18;color:#fff;margin-right:50px;font-weight:400;font-style:normal;font-stretch:normal;letter-spacing:1.06px}@media (max-width:1024px){.wp-block-lazyblock-service-startups .our-clients-logos-wrapper .solute-enterprises-and-startups p{width:47.2%;margin-right:34px}}@media (max-width:933px){.wp-block-lazyblock-service-startups .our-clients-logos-wrapper .solute-enterprises-and-startups p{width:50.9%;font-size:32px;font-stretch:normal;font-style:normal;line-height:1.25;letter-spacing:1px}}@media (max-width:665px){.wp-block-lazyblock-service-startups .our-clients-logos-wrapper .solute-enterprises-and-startups p{width:85.6%;margin:46px auto 0;font-size:20px!important;font-stretch:normal;font-style:normal;line-height:1.6;letter-spacing:.63px}}.wp-block-lazyblock-service-top-block .solute-wrapper{margin-bottom:0}.wp-block-lazyblock-service-top-block .solute-wrapper .solute-row1 .solute-row1-column1{padding:0 20px 20px 0;margin-bottom:20px}@media (max-width:933px){.wp-block-lazyblock-service-top-block .solute-wrapper .solute-row1 .solute-row1-column1{padding-bottom:60px;padding-right:20px;margin-bottom:0}}.wp-block-lazyblock-service-top-block h1{color:#fff;margin-bottom:12px}@media (max-width:768px){.wp-block-lazyblock-service-top-block h1{font-size:36px;font-stretch:normal;font-style:normal;line-height:normal;letter-spacing:.45px}}@media (max-width:450px){.wp-block-lazyblock-service-top-block h1{font-size:28px;font-stretch:normal;font-style:normal;line-height:normal;letter-spacing:.35px}}.wp-block-lazyblock-service-top-block .solute-row1 .top-desc{font-family:MulishRegular;font-size:20px;line-height:1.4;letter-spacing:.5px;color:#fff}@media (max-width:933px){.wp-block-lazyblock-service-top-block .solute-row1 .top-desc{font-size:16px}}.wp-block-lazyblock-service-top-block .solute-row2 span{font-family:MulishRegular;font-size:20px;line-height:1.4;letter-spacing:.5px;color:#5e6063;font-weight:400;cursor:pointer;-webkit-transition:.2s;transition:.2s}.wp-block-lazyblock-service-top-block .solute-row2 span:first-child{margin-right:70px}.wp-block-lazyblock-service-top-block .solute-row2 span:nth-child(2){position:relative;margin-right:auto}.wp-block-lazyblock-service-top-block .solute-row2 span:nth-child(2):hover~.triangle{left:calc(11.4% + 241px)}.wp-block-lazyblock-service-top-block .solute-row2 span:hover{color:rgba(0,83,206,.9)}.single-service-wrapper .frequently-asked-questions-text-block .top-desc{color:#fff}@media (max-width:450px){.single-service-wrapper .frequently-asked-questions-text-block .top-desc{font-size:14px;font-stretch:normal;font-style:normal;line-height:1.29;letter-spacing:.44px}}.single-service-wrapper h3.header-p{margin-bottom:14px}@media (max-width:450px){.single-service-wrapper h3{font-size:16px!important}}.single-service-wrapper .skinview-inside-content-block-column1 h3{margin-bottom:29px}@media (max-width:500px){.single-service-wrapper .skinview-inside-content-block-column1 h3{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}}@media (max-width:768px){.single-service-wrapper .skinview-inside-content-block-column1 h3{font-size:20px;font-stretch:normal;font-style:normal;line-height:normal;letter-spacing:.25px}}@media (max-width:450px){.single-service-wrapper .skinview-inside-content-block-column1 h3{font-size:20px!important}}@media (max-width:768px){.single-service-wrapper .top-desc{font-size:16px}}.single-service-wrapper .how-we-work-text-block .top-desc{margin-bottom:40px;max-width:815px}@media (max-width:768px){.single-service-wrapper .how-we-work-text-block .top-desc{font-size:16px;font-weight:400;font-stretch:normal;font-style:normal;line-height:1.5;letter-spacing:.5px}}@media (max-width:500px){.single-service-wrapper .how-we-work-text-block .top-desc{width:90%;font-size:14px;font-stretch:normal;font-style:normal;line-height:1.57;letter-spacing:.44px}}.wp-block-lazyblock-service-case .check-out-wrapper h2{margin-left:11.4%;margin-bottom:40px}@media (max-width:1024px){.wp-block-lazyblock-service-case .check-out-wrapper h2{margin-left:42px}}@media (max-width:933px){.wp-block-lazyblock-service-case .check-out-wrapper h2{margin-left:3.1%;margin-bottom:17px}}.wp-block-lazyblock-service-introduction .what-we-do-column1 h2{color:#081120;margin-bottom:16px;margin-top:-7px}@media (max-width:450px){.wp-block-lazyblock-service-introduction .what-we-do-column1 h2{font-size:20px!important;font-stretch:normal;font-style:normal;line-height:1;letter-spacing:.75px}}.wp-block-lazyblock-service-introduction .what-we-do-column1 h3{margin-bottom:16px;font-size:24px;font-stretch:normal;font-style:normal;line-height:1.25;letter-spacing:.75px}@media (max-width:768px){.wp-block-lazyblock-service-introduction .what-we-do-column1 h3.header-p{font-size:20px!important;font-stretch:normal;font-style:normal;line-height:1.2;letter-spacing:.63px}}.wp-block-lazyblock-service-introduction .what-we-do-column1 h3 img{margin-right:8px;margin-bottom:4px}@media (max-width:500px){.wp-block-lazyblock-service-introduction .what-we-do-column1 h3{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:row;-webkit-box-orient:horizontal;-webkit-box-direction:normal;flex-direction:row;-ms-flex-align:center}.wp-block-lazyblock-service-introduction .what-we-do-column1 h3 img{width:4px;height:4px;margin-right:6px;margin-top:10px}}@media (max-width:933px){.wp-block-lazyblock-service-introduction .what-we-do-column1{font-size:26px}}@media (max-width:450px){.wp-block-lazyblock-service-introduction .what-we-do-column1{font-size:16px}}@media (max-width:933px){.wp-block-lazyblock-service-top-block .solute-wrapper .solute-row1{height:auto}}.wp-block-lazyblock-service-introduction .related-service{text-decoration:none}@media (max-width:933px){.wp-block-lazyblock-service-top-block .solute-wrapper .solute-row1 .solute-row1-column2{position:relative}}@media (max-width:933px){wp-block-lazyblock-service-top-block .single_service_swiper{position:absolute;width:100%}}@media (max-width:933px){.wp-block-lazyblock-service-top-block .solute-wrapper .solute-row1 .solute-row1-column2{height:206px}}.wp-block-lazyblock-service-introduction .what-we-do-wrapper{margin-top:100px}@media (max-width:933px){.wp-block-lazyblock-service-introduction .what-we-do-wrapper{margin-top:256px}}@media (max-width:450px){.wp-block-lazyblock-service-introduction .what-we-do-wrapper{margin-right:38px}}.how-we-work-text-block,.related-services-wrapper>.text-block,.what-we-do-column1{width:725px}@media (max-width:1024px){.how-we-work-text-block,.related-services-wrapper>.text-block,.what-we-do-column1{width:612px}}@media (max-width:768px){.how-we-work-text-block,.related-services-wrapper>.text-block,.what-we-do-column1{width:657px}}@media (max-width:700px){.how-we-work-text-block,.related-services-wrapper>.text-block,.what-we-do-column1{width:100%}}@media (max-width:320px){.how-we-work-text-block,.related-services-wrapper>.text-block,.what-we-do-column1{max-width:270px!important}}.what-we-do-text-block,.whats-included-inside-text-block,.whats-included-text-block{margin-bottom:30px}.what-we-do-text-block .slate-gray a,.whats-included-inside-text-block .slate-gray a,.whats-included-text-block .slate-gray a{font-weight:400;font-stretch:normal;font-style:normal;letter-spacing:.35px;color:rgba(0,83,206,.9)}.what-we-do-text-block .slate-gray a:hover,.whats-included-inside-text-block .slate-gray a:hover,.whats-included-text-block .slate-gray a:hover{text-decoration:underline}.wp-block-lazyblock-service-top-block .solute-wrapper .solute-row1 .solute-row1-column1{padding-bottom:60px}.wrapper-404{margin:210px 11.4% 50px}.wrapper-404 .wrapper__h5{margin-top:0}@media (max-width:1300px){.wrapper-404{margin:120px 42px 50px}}@media (max-width:768px){.wrapper-404{margin:90px 3.1% 50px}}aside#moove_gdpr_cookie_info_bar.moove-gdpr-align-center.moove-gdpr-dark-scheme.gdpr_infobar_postion_bottom{background-color:#fff;-webkit-box-shadow:0 0 10px rgba(0,0,0,.5);box-shadow:0 0 10px rgba(0,0,0,.5);border-top:0 solid transparent}aside#moove_gdpr_cookie_info_bar.moove-gdpr-align-center.moove-gdpr-dark-scheme.gdpr_infobar_postion_bottom .moove-gdpr-info-bar-container{width:100%;padding:20px}aside#moove_gdpr_cookie_info_bar.moove-gdpr-align-center.moove-gdpr-dark-scheme.gdpr_infobar_postion_bottom .moove-gdpr-info-bar-content{padding-left:0;padding-right:0;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}aside#moove_gdpr_cookie_info_bar.moove-gdpr-align-center.moove-gdpr-dark-scheme.gdpr_infobar_postion_bottom .moove-gdpr-cookie-notice p{font-family:MulishRegular;font-size:16px;line-height:1.4;color:#000;font-weight:400}aside#moove_gdpr_cookie_info_bar.moove-gdpr-align-center.moove-gdpr-dark-scheme.gdpr_infobar_postion_bottom .moove-gdpr-cookie-notice p a{color:#000;font-size:16px;line-height:1.4;font-weight:400}aside#moove_gdpr_cookie_info_bar.moove-gdpr-align-center.moove-gdpr-dark-scheme.gdpr_infobar_postion_bottom .moove-gdpr-button-holder button{border:1px solid rgba(0,83,206,.9);color:rgba(0,83,206,.9);min-width:180px;height:44px;background-color:transparent;border-radius:0;text-transform:uppercase;font-family:MulishMedium;font-size:11px;font-weight:500;letter-spacing:.5px;-webkit-transition:none;transition:none}aside#moove_gdpr_cookie_info_bar.moove-gdpr-align-center.moove-gdpr-dark-scheme.gdpr_infobar_postion_bottom .moove-gdpr-button-holder button:hover{border:2px solid rgba(0,83,206,.9)}@media (max-width:767px){aside#moove_gdpr_cookie_info_bar.moove-gdpr-align-center.moove-gdpr-dark-scheme.gdpr_infobar_postion_bottom .moove-gdpr-button-holder{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-top:20px}}.wp-block-getwid-images-slider .slick-dots li button:before,.wp-block-getwid-post-slider .slick-dots li button:before{display:none}header .hide-menu ul li.services-menu-li-mobile .with-mobile-submenu img.plus{height:inherit}@media (max-width:540px){footer .tell-us-about-project form{margin:0 auto}}.wp-block-lazyblock-iot-projects .app_block_text li.description.white_color{color:#fff;list-style:inherit}.wp-block-lazyblock-iot-projects .app_block_text li.description.white_color:before{display:none}.wp-block-lazyblock-iot-cloud-platforms a.cloud_platforms_block_content.flex_box:hover{text-decoration:none}.wp-block-lazyblock-iot-cloud-platforms a.cloud_platforms_block_content.flex_box:hover h3.black_color{background:transparent}.wp-block-lazyblock-iot-capabilities li.description.white_color.flex-row{color:#fff;margin-bottom:10px}.wp-block-lazyblock-iot-cases .explore_block_items .row a{text-decoration:none}.wp-block-lazyblock-homepage-services .desc{font-family:MulishRegular;font-size:20px;line-height:1.4;letter-spacing:.5px;color:#5e6063;font-weight:400}@media (max-width:768px){.wp-block-lazyblock-homepage-services .desc{font-size:16px}}.wp-block-lazyblock-homepage-services p.small-gray{font-family:MulishRegular;font-size:14px;line-height:1.43;letter-spacing:.4px;color:rgba(94,96,99,.8)}.wp-block-lazyblock-homepage-services p.small-dark-blue-gray{font-family:MulishRegular;font-size:14px;letter-spacing:.4px;color:#081120}.wp-block-lazyblock-homepage-advantages .desc{font-family:MulishRegular;font-size:20px;line-height:1.4;letter-spacing:.5px;color:#5e6063}.wp-block-lazyblock-services-cards a{text-decoration:none}.wp-block-lazyblock-tinymce figure{margin:0}.admin-bar-shown {
margin-top: 32px;
}
.grecaptcha-badge {
visibility: hidden;
}
@media all and (max-width: 782px){
.admin-bar-shown {
margin-top: 45px;
}
}
@media all and (max-width: 600px){
.admin-bar-shown {
margin-top: 0;
}
}
.wp-block-lazyblock-inline-text {
display: inline;
}
.ck-content {
margin-left:0;
margin-right:0
} .codedropz-upload-wrapper {
max-width: 547px;
position: relative;
}
#scholarship-form .codedropz-upload-wrapper {
max-width: 100%;
}
.codedropz-upload-wrapper [type="file"] {
position: absolute;
display: block !important;
width: 100%;
height: 100%;
z-index: 99999;
visibility: visible !important;
}
.codedropz-upload-wrapper div,
.codedropz-upload-wrapper a {
width: 100%;
height: 100%;
}
.cd-upload-btn {
display: flex;
justify-content: center;
align-items: center;
}
.codedropz-upload-container {
padding: 0;
}
.codedropz-upload-handler {
border: none;
border-radius: 0;
margin-bottom: 0;
position: relative;
}
.codedropz-upload-wrapper {
cursor: pointer;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
left: 0;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
width: 100%;
background-color: rgba(0,83,206,.34);
border: 1px dashed hsla(0,0%,100%,.3);
font-family: MulishRegular;
font-size: 16px;
line-height: 1.5;
letter-spacing: .5px;
color: hsla(0,0%,100%,.4);
text-align: center;
-webkit-box-sizing: border-box;
box-sizing: border-box;
height: 89px;
}
.codedropz-upload-wrapper .cd-upload-btn {
color: hsla(0,0%,100%,.4);
}
.codedropz-upload-inner h3,
.codedropz-upload-inner span,
.dnd-upload-counter {
display: none;
}
.codedropz-upload-wrapper.uploaded .codedropz-upload-handler,
.codedropz-upload-wrapper .dnd-upload-image,
.codedropz-upload-wrapper .dnd-upload-details .name em,
.codedropz-upload-wrapper .dnd-upload-details .remove-file,
.codedropz-upload-wrapper.uploaded .codedropz-upload-handler {
display: none !important;
}
.codedropz-upload-wrapper.uploaded .dnd-progress-bar span {
color: transparent;
width: 100%;
position: absolute;
top: 0;
left: 0;
}
.codedropz-upload-wrapper.complete .dnd-progress-bar span {
background: none !important;
}
.dnd-upload-status,
.dnd-upload-details {
width: 100% !important;
height: 100% !important;
padding: 0 !important;
}
.dnd-upload-status.in-progress .dnd-upload-details .name span {
color: #ffffff;
}
.dnd-upload-details .name {
width: 100%;
height: 100%;
padding: 0 !important;
display: flex;
align-items: center;
}
.dnd-upload-details .name span {
padding: 0 !important;
width: 100%;
z-index: 1;
color: #697d9c;
}
.dnd-progress-bar {
height: 0 !important;
}
.dnd-progress-bar span {
background-color: #10925f !important;
}
@media all and (max-width: 1023px) {
.codedropz-upload-wrapper {
max-width: 564px;
}
}
@media all and (max-width: 851px) {
.codedropz-upload-wrapper {
max-width: 660px;
}
}.feed_back_form{
display: flex; margin: auto;
}
.feed_back_form div{
}
.feed_back_form_left {
width:45%;
}
.feed_back_form_right {
width:55%;
}
footer.footer-light-wrapper .tell-us-about-project form .tell-us-about-project-forms-block-row-1{
display: flex;
flex-direction: column;
}
footer .tell-us-about-project form .tell-us-about-project-forms-block-row-1{
display: flex;
flex-direction: column;
}
@media (min-width: 1024px) {
.feed_back_form_right .tell-us-about-project-forms-blockrow-1-column-1 {
max-width: 100%;
}
}
@media (min-width: 1024px){
.feed_back_form_right textarea {
max-width: 100%; 
}
}
footer.footer-light-wrapper .tell-us-about-project form .tell-us-about-project-forms-block-row-1 .tell-us-about-project-forms-blockrow-1-column-2{
width:100%;
}
footer .tell-us-about-project form .tell-us-about-project-forms-block-row-1 .tell-us-about-project-forms-blockrow-1-column-2{
width:100%;
}
footer.footer-light-wrapper .tell-us-about-project form .tell-us-about-project-forms-block-row-1 .tell-us-about-project-forms-blockrow-1-column-1{
width:100%;
}
.one_logo{
width:50%;
margin-top: 25px;
}
.box_logos{
display: flex;
width: 100%;
justify-content: flex-start;
flex-wrap: wrap;
}
.title_left_from{
font-family: MulishBlack;
color: #081120;
font-style: normal;
font-stretch: normal;
line-height: normal;
font-weight: 400;
font-size: 24px;
font-weight: 700; letter-spacing: 		0.699999988079071px;
}
@media (max-width: 1000px) {
.feed_back_form {
display: block;
width: 100%;
}
.feed_back_form_left, .feed_back_form_right {
width:100%;
}
.feed_back_form_left{
margin-bottom:45px;
}
}
@media only screen and (max-width: 1000px) and (min-width: 540px){
.feed_back_form_left{
width: 77.6%;
margin:auto;
margin-bottom:45px;
}
}
.tell-us-about-project-forms-blockrow-1-column-2{
width:100%!important;
}
.feed_back_form .feed_back_form{
background:white;
}
.img_logo_cf7 path{
fill:white;
}
.img_logo_cf7 path#inversion{
fill:black;
}
.tell-us-about-project-checkbox-wrapper{
flex-direction: column!important;
align-items: flex-end!important;;
}
.footer-light-wrapper .img_logo_cf7 path	{
fill:black;
}
.footer-light-wrapper  .img_logo_cf7 path#inversion{
fill:white;;
}
footer.footer-contact-us-wrapper .tell-us-about-project form .tell-us-about-project-forms-block-row-1{
display: flex;
flex-direction: column;
}
footer.footer-contact-us-wrapper .tell-us-about-project form .tell-us-about-project-forms-block-row-1 .tell-us-about-project-forms-blockrow-1-column-1{
width:100%;
}
.feed_back_form .codedropz-upload-wrapper{
max-width:100%;
}
.wp-block-gutenverse-section .icon-box.icon-box-body h3.title{
font-family: MulishBlack;
}
.wp-block-gutenverse-section .icon-box.icon-box-body h2{
font-family: MulishBlack;
}
.wp-block-gutenverse-section .icon-box.icon-box-body .icon-box-description{
font-family: MulishRegular;
}
.wp-block-gutenverse-section p{
font-family: MulishRegular;
}
.wp-block-gutenverse-section strong{
font-family: MulishRegular;
}
.wp-block-gutenverse-section h1,
.wp-block-gutenverse-section h2,
.wp-block-gutenverse-section h3{
font-family: MulishBlack!important;
}
.footer-light-wrapper .title_left_from {
color:black;
}
.title_left_from{
color:white;
}
.tell-us-about-project-checkbox-wrapper button{
margin-top: 25px;
}
.contact-us-wrapper footer.footer-contact-us-wrapper .tell-us-about-project form .tell-us-about-project-forms-block-row-1 .tell-us-about-project-forms-blockrow-1-column-2 p{
margin-top:16px;
}
.hide{
display:none!important;	
}
footer.footer-light-wrapper .tell-us-about-project form .tell-us-about-project-forms-block-row-1 .tell-us-about-project-forms-blockrow-1-column-2 p{
margin-top:16px;
}
@media screen and (max-width:390px) {
.one_logo{
position: relative;
}
.one_logo:nth-child(2n) svg{
position: absolute;
right:0;
}
}
@media only screen and (min-width:851px) and  (max-width:1024px) {
footer .tell-us-about-project form .tell-us-about-project-forms-block-row-1 .tell-us-about-project-forms-blockrow-1-column-2 textarea{
width:90%;
}
.feed_back_form_right .tell-us-about-project-checkbox-wrapper{
margin-right:79px;
}
}
@media only screen and (min-width: 500px) and (max-width: 1025px) {
.feed_back_form_left, .feed_back_form_right {
width:100%!important;
}
.feed_back_form {
display: block;
width: 100%!important;
}
}
@media screen and (min-width: 166px){
.tell-us-about-project-checkbox-wrapper{
align-items: flex-start!important;
}
#send-feedback{
margin-left:auto;
}
.tell-us-about-project-checkbox-wrapper p{
margin-right:auto;
}
}
footer .tell-us-about-project form .tell-us-about-project-forms-block-row-2{
margin-top:0;
}
.contact-us-wrapper footer.footer-contact-us-wrapper .tell-us-about-project form .tell-us-about-project-forms-block-row-2{
margin-top:0;
}
footer.footer-light-wrapper .tell-us-about-project form .tell-us-about-project-forms-block-row-2{
margin-top:0;
}
.codedropz-upload-wrapper{
height:44px;
}
footer textarea{
margin-bottom: 15px!important;
}
footer .codedropz-upload-wrapper{
margin-bottom: 20px;
}
@media screen and (min-width: 500px) {
.feed_back_form {
width: auto!important;
margin: 0 11.4%!important;
max-width: unset!important;
}
}
@media screen and (max-width:390px) {
.one_logo{
position: relative;
}
.one_logo:nth-child(2n) svg{
position: absolute;
right:0;
}
}
@media only screen and (min-width:851px) and  (max-width:1024px) {
footer .tell-us-about-project form .tell-us-about-project-forms-block-row-1 .tell-us-about-project-forms-blockrow-1-column-2 textarea{
width:90%;
}
.feed_back_form_right .tell-us-about-project-checkbox-wrapper{
margin-right:79px;
}
}
@media only screen and (min-width: 500px) and (max-width: 1025px) {
.feed_back_form_left, .feed_back_form_right {
width:100%!important;
}
.feed_back_form {
display: block;
width: 100%!important;
}
}
@media screen and (min-width: 166px){
.tell-us-about-project-checkbox-wrapper{
align-items: flex-start!important;
}
#send-feedback{
margin-left:auto;
}
.tell-us-about-project-checkbox-wrapper p{
margin-right:auto;
}
} footer .tell-us-about-project form .tell-us-about-project-forms-block-row-2{
margin-top:0!important;
} .contact-us-wrapper footer.footer-contact-us-wrapper .tell-us-about-project form .tell-us-about-project-forms-block-row-2{
margin-top:0;
}
footer.footer-light-wrapper .tell-us-about-project form .tell-us-about-project-forms-block-row-2{
margin-top:0;
}
.codedropz-upload-wrapper{
height:59px;
}
footer textarea{
margin-bottom: 15px!important;
}
footer .codedropz-upload-wrapper{
margin-bottom: 20px;
}
@media screen and  (min-width: 500px) {
.feed_back_form {
width: auto!important;
margin: 0 11.4%!important;
max-width: unset!important;
}
} .enterprises-and-startups .solute-enterprises-and-startups .logos-wrapper{
display: flex;
flex-direction: row;
flex-wrap: wrap;
}
@media (max-width: 690px)
{
.solute-enterprises-and-startups .logos-wrapper picture {
display: block;
}
.solute-enterprises-and-startups .logos-wrapper .logos-wrapper__img-block:first-child{
display:none;
}
.solute-enterprises-and-startups .logos-wrapper .logos-wrapper__img-block:nth-child(2){
display:none;
}
.solute-enterprises-and-startups .logos-wrapper{
justify-content: center;
}
}
.privacy-link {
color: #fff !important;
text-decoration: underline !important;
}
footer.footer-light-wrapper .tell-us-about-project form .tell-us-about-project-checkbox-wrapper label a {
color: #081120 !important;
}
footer .tell-us-about-project .tell-us-about-project-text-block {
max-width: unset;
width: unset;
margin: 0 11.4%!important;
}
@media screen and (min-width: 1025px) {
footer .tell-us-about-project-forms-block-row-1 .tell-us-about-project-forms-blockrow-1-column-1 .tell-us-about-project-forms-block-wrapper p,footer .tell-us-about-project-forms-block-row-1 .tell-us-about-project-forms-blockrow-1-column-1 input {
min-width:100%!important
}
}
@media  screen and (min-width: 2000px){
.feed_back_form{
width: 1500px!important;
max-width: 1500px!important;
margin-left: auto!important;
margin-right: auto!important;
}
}.service-intro-all {
display: flex;
width: 100%;
}
.service-intro-all .description {
line-height: 26px;
}
.service-intro-column1 {
max-width: 650px;
}
.service-intro-column2 img {
position: absolute;
left: 35%;
top: -30px;
}
.service-intro-column2 {
position: relative;
width: 100%;
}
.intro_services .what-we-do-wrapper {
border-bottom-style: solid;
border-bottom-color: #DBDFE5;
border-bottom-width: 1px;
padding-bottom: 75px;
}
.intro_services .header-p {
margin-bottom: 25px;
}
@media screen and (max-width: 1100px) {
.service-intro-column2 img {
position: static;
height: 257px;
margin-top: 25px;
}
}
@media screen and (max-width: 883px) {
.service-intro-all {
display: block;
}
.service-intro-column1 {
max-width: 100%;
}
.intro_services .what-we-do-wrapper {
padding-bottom: 25px;
}
.service-intro-column2 img {
margin-left: calc(50% - 90px);
}
} .container {
max-width: 1350px !important;
}
.service_head-container {
display: flex;
width: 100%;
gap: 20px;
margin-bottom: 40px;
}
.service_head-item {
display: flex;
flex-direction: column;
width: calc(50% - 10px);
}
.service_head-item picture {
height: 100%;
}
.service_head-item:first-child picture {
height: 279px;
width: 630px;
margin-bottom: 23px;
}
.service_head-item:last-child picture {
height: 593px;
width: 100%;
}
.service_head_img-top {
width: 100%;
height: 279px;
object-fit: cover;
border-radius: 8px;
}
.service_head_img-main {
width: 100%;
height: 100%;
object-fit: cover;
object-position: 65% 100%;
border-radius: 8px;
}
.service_head-item h1 {
color: #081120;
font-family: MulishBlack;
font-size: 46px;
font-style: normal;
font-weight: 700;
line-height: 49px;
margin-bottom: 16px;
}
.service_head-desc {
font-family: MulishRegular;
color: #081120;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 23px;
letter-spacing: 0.5px;
margin-bottom: 16px;
}
.service_head-nav {
display: flex;
align-items: center;
gap: 15px;
}
.service_head-btn {
display: flex;
align-items: center;
justify-content: center;
border-radius: 8px;
font-family: MulishRegular;
background: #196AE2;
width: 300px;
height: 56px;
color: #FFF;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: normal;
letter-spacing: 0.458px;
}
.service_switcher-scroll-down {
width: 100%;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
margin-bottom: 32px;
}
.switcher-scroll-down-text {
color: #196AE2;
font-family: MulishMedium;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 23px;
letter-spacing: 0.5px;
}
@media screen and (max-width: 1024px) {
.service_head-item {
width: 100%;
}
.service_head-item:first-child picture {
display: none;
}
.service_head-item:last-child picture {
width: 100%;
height: 138px;
}
.service_head_img-top {
display: none;
}
.service_head_img-main {
height: 138px;
}
.service_head-container {
flex-direction: column-reverse;
gap: 8px;
}
.service_head-btn {
margin-bottom: 0;
}
.service_head-item h1 {
color: #081120;
font-size: 28px;
font-style: normal;
font-weight: 700;
line-height: 32px;
margin-bottom: 8px;
}
.service_head-desc {
color: #5E6063;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 20px;
letter-spacing: 0.438px;
margin-bottom: 8px;
}
}
@media screen and (max-width: 480px) {
.service_head-nav {
flex-direction: column;
}
.service_head-btn {
margin-bottom: 8px;
}
}
.what_we_do-container {
display: flex;
justify-content: space-between;
}
.what_we_do-content {
width: 65%;
}
.what_we_do-content .header-p {
color: #081120;
font-family: MulishBlack;
font-size: 38px;
font-style: normal;
font-weight: 700;
line-height: 46px;
letter-spacing: 0.5px;
margin-bottom: 30px;
}
.what_we_do-content .description {
color: #5E6063;
font-family: MulishRegular;
font-size: 20px;
font-style: normal;
font-weight: 400;
line-height: 26px;
letter-spacing: 0.5px;
}
.what_we_do-img {
display: flex;
justify-content: center;
width: 260.84px;
height: 356.06px;
margin-right: 66.16px;
}
.what_we_do-img-with-hover picture {
width: 100%;
height: 100%;
}
.what_we_do-img-with-hover {
position: relative;
}
.what_we_do-img-with-hover img {
width: 100%;
height: 100%;
object-fit: contain;
transition: all .3s ease-in-out;
}
.what_we_do-img-hover {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: -1;
opacity: 1;
transition: all .3s ease-in-out;
}
.what_we_do:hover .what_we_do-img-main {
opacity: 0;
}
.what_we_do picture:nth-child(2) {
opacity: 0;
transition: all .3s ease-in-out;
}
.what_we_do:hover picture:nth-child(2) {
opacity: 1;
transition: all .3s ease-in-out;
}
@media screen and (max-width: 1024px) {
.what_we_do-container {
flex-direction: column;
}
.what_we_do-content {
width: 100%;
margin-bottom: 16px;
}
.what_we_do-img {
width: 100%;
height: 305px;
}
.what_we_do-content .header-p {
margin-bottom: 16px;
}
.what_we_do-content .description {
color: #5E6063;
font-family: MulishRegular;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 20px;
letter-spacing: 0.438px;
}
}
.select-service {
margin-bottom: 106px;
}
.select-service .header-p {
font-family: MulishBlack;
font-weight: 700;
margin-bottom: 44px;
}
.select-service-container {
display: flex;
flex-wrap: wrap;
gap: 0 30px;
width: 100%;
}
.select-service-item-line {
height: 5px;
width: 100%;
background: #196AE2;
margin-bottom: 20px;
}
.select-service-item {
display: flex;
flex-direction: column;
width: calc(50% - 15px);
padding: 37px 29px;
transition: all .3s ease-in-out;
}
.select-service-item:hover {
background: #FFF;
box-shadow: 0px 2px 19px 0px rgba(0, 101, 249, 0.15);
}
.select-service-no-hover-item:hover {
box-shadow: none !important;
}
.select-service-item-container {
display: flex;
gap: 16px;
width: 100%;
}
.select-service-item-content h3 {
color: #081120;
font-family: MulishBlack;
font-size: 24px;
font-style: normal;
font-weight: 700;
line-height: 30px;
letter-spacing: 0.7px;
margin-bottom: 14px;
}
.select-service-item-desc {
color: #5E6063;
font-family: MulishRegular;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 23px;
letter-spacing: 0.5px;
margin-bottom: 16px;
}
.select-service-item-link {
display: flex;
color: #196AE2;
text-align: center;
font-family: MulishRegular;
font-size: 11px;
font-style: normal;
font-weight: 400;
line-height: normal;
letter-spacing: 0.458px;
text-transform: uppercase;
}
.select-service-item-link svg {
width: 11px;
height: 11px;
margin-left: 4px;
}
.select-service-item-link span {
margin-right: 4px;
}
.select-service-item-container-img {
width: 184px;
height: 431px;
object-fit: cover;
border-radius: 8px;
}
.select-service-item-dop {
width: 100%;
height: 456px;
position: relative;
margin-top: 34px;
border-radius: 10px;
overflow: hidden;
}
.select-service-item-dop-wrapper {
opacity: 0.5;
background: rgba(44, 84, 144, 0.70);
width: 100%;
height: 100%;
position: absolute;
left: 0;
top: 0;
}
.select-service-item-dop-content {
position: absolute;
bottom: 0;
left: 0;
padding: 43px;
}
.select-service-item-dop-content h3 {
color: #FFF; font-size: 38px;
font-style: normal;
font-weight: 700;
line-height: 46px;
letter-spacing: 0.5px;
margin-bottom: 8px;
max-width: 242px;
}
.select-service_img-dop-block {
width: 100%;
height: 100%;
object-fit: cover;
}
.chet {
width: 100%;
}
.nechet {
margin: 0 auto;
margin-top: 37px;
}
@media screen and (min-width: 1232px) {
.nechet {
max-width: 571px;
}
}
@media screen and (max-width: 768px) {
.select-service-item {
padding-left: 0;
padding-right: 0;
}
.select-service-item-container-img {
width: 100%;
height: 105px;
}
.select-service-item-content h3 {
color: #081120;
font-family: MulishBlack;
font-size: 16px;
font-style: normal;
font-weight: 700;
line-height: 16.93px;
letter-spacing: 0.395px;
margin-bottom: 8px;
}
.select-service-item-desc {
color: #5E6063;
font-family: MulishRegular;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 19.98px;
letter-spacing: 0.282px;
}
.select-service-item-link span {
color: #196AE2;
text-align: center;
font-family: MulishMedium;
font-size: 12px;
font-style: normal;
font-weight: 400;
line-height: normal;
letter-spacing: 0.458px;
text-transform: uppercase;
}
.select-service-item-dop {
height: 257px;
}
.service_head-btn {
width: 228px;
}
.select-service-item-dop-content h3 {
color: #FFF;
font-family: MulishBlack;
font-size: 36px;
font-style: normal;
font-weight: 700;
line-height: 40px;
letter-spacing: 0.5px;
}
.select-service .header-p {
margin-bottom: 28px !important;
}
.select-service-item {
padding-top: 0;
}
.what_we_do-container {
margin-bottom: 32px;
}
.service_head-clutch .content {
display: flex;
justify-content: center !important;
}
.service_head-btn {
width: 100%;
}
.select-service-item-dop-content {
padding: 16px;
}
.service_head-btn {
padding: 0 48px;
}
.select-service-item-dop-content h3 {
color: #FFF;
font-family: MulishBlack;
font-size: 24px !important;
font-style: normal;
font-weight: 700;
line-height: 30px;
letter-spacing: 0.7px;
max-width: 150px;
}
.projects-block-btn {
padding: 0 10px;
}
}
.projects-block {
margin-bottom: 92px;
}
.projects-block .header-p {
color: #081120;
font-family: MulishBlack;
font-size: 38px;
font-style: normal;
font-weight: 700;
line-height: 40px;
letter-spacing: 0.475px;
margin-bottom: 24px;
}
.projects-block-desc {
max-width: 500px;
color: #5E6063;
font-family: MulishRegular;
font-size: 20px;
font-style: normal;
font-weight: 400;
line-height: 26px;
letter-spacing: 0.5px;
margin-bottom: 88px;
}
.projects-block .swiper-wrapper {
height: 547px;
padding-bottom: 72px;
}
.swiper-slide-prev .projects-block_img-main,
.swiper-slide-next .projects-block_img-main {
filter: grayscale(100%);
}
.projects-block_img-main {
width: 100%;
height: 100%;
object-fit: cover;
border-radius: 8px;
}
.projects-block .swiper-slide picture {
display: flex;
height: 529px;
width: 100%;
padding-right: 29px;
padding-bottom: 77px;
}
.projects-block .swiper-slide {
position: relative;
}
.projects-block-swiper-content {
position: absolute;
bottom: 0;
right: 0;
width: 629px;
height: 368px;
padding: 29px 40px;
background: #FFF;
box-shadow: 0px 2px 19px 0px rgba(0, 101, 249, 0.15);
border-radius: 8px;
}
.projects-block-swiper-content h3 {
color: #081120;
font-family: MulishBlack;
font-size: 24px;
font-style: normal;
font-weight: 700;
line-height: 30px;
letter-spacing: 0.7px;
margin-bottom: 16px;
}
.projects-block-swiper-content-desc {
color: #5E6063;
font-family: MulishRegular;
font-size: 20px;
font-style: normal;
font-weight: 400;
line-height: 26px;
letter-spacing: 0.5px;
margin-bottom: 16px;
}
.projects-block-swiper-nav {
padding-bottom: 27px;
}
.projects-block-swiper-nav-tags {
display: flex;
flex-wrap: wrap;
margin-bottom: 20px;
list-style: none;
}
.projects-block-swiper-nav-tags li {
color: #081120;
font-family: MulishRegular;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 23px;
letter-spacing: 0.5px;
padding-right: 10px;
position: relative;
}
.projects-block-swiper-nav-tags li::after {
content: '';
position: absolute;
right: 3px;
top: 11px;
width: 4px;
height: 4px;
background: #196AE2;
}
.projects-block-swiper-nav-links {
display: flex;
}
.select-service-item-link {
display: flex;
align-items: center;
margin-right: 40px;
color: #196AE2;
text-align: center;
font-family: MulishRegular;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 23px;
letter-spacing: 0.5px;
}
.projects-swiper .swiper-pagination-bullet {
border-radius: 0 !important;
}
.projects-swiper .swiper-pagination-bullet:not(:last-child) {
margin-right: 25px !important;
}
.projects-swiper .swiper-button-prev svg {
transform: rotate(180deg);
}
.projects-swiper .swiper-button-prev {
padding: 9px;
left: 18%;
width: 48px;
height: 48px;
border-radius: 50px;
transition: all .3s ease-in-out;
z-index: 99 !important;
}
.projects-swiper .swiper-button-next {
padding: 9px;
right: 18%;
width: 48px;
height: 48px;
border-radius: 50px;
transition: all .3s ease-in-out;
z-index: 99 !important;
}
.projects-swiper .swiper-projects-button-prev:hover,
.projects-swiper .swiper-projects-button-next:hover {
background: #8FC5FF30;
}
.projects-swiper {
margin-bottom: 58px;
}
.projects-block-btn {
display: flex;
width: 100%;
justify-content: center;
}
@media screen and (max-width: 1440px) {
.swiper-projects-button-next,
.swiper-projects-button-prev {
bottom: 18px !important;
top: auto !important;
}
.projects-swiper {
padding: 0 20px !important;
}
}
@media screen and (max-width: 768px) {
.projects-block .swiper-slide picture {
display: flex;
height: 150px;
width: 100%;
padding-right: 0;
padding-bottom: 0;
}
.projects-block-swiper-content {
width: 93%;
height: 249px;
padding: 16px;
}
.projects-block-swiper-content h3 {
color: #081120;
font-family: MulishBlack;
font-size: 16px;
font-style: normal;
font-weight: 700;
line-height: 24px;
letter-spacing: 0.563px;
margin-bottom: 8px;
}
.projects-block-swiper-content-desc {
color: #5E6063;
font-family: MulishRegular;
font-size: 12px;
font-style: normal;
font-weight: 400;
line-height: 18px;
letter-spacing: 0.5px;
margin-bottom: 8px;
}
.projects-block-swiper-nav-tags {
display: none;
}
.projects-block .swiper-wrapper {
height: 320px;
}
.select-service-item-link {
margin-right: 10px;
}
.projects-swiper {
padding: 0 10px !important;
padding-bottom: 20px !important;
}
.projects-swiper .swiper-button-prev {
left: 10px;
}
.projects-swiper .swiper-button-next {
right: 10px;
}
.projects-swiper .swiper-pagination-bullet:not(:last-child) {
margin-right: 15px !important;
}
.swiper-pagination-bullets {
padding-bottom: 30px !important;
}
.projects-block-desc {
margin-bottom: 16px;
}
.select-service {
margin-bottom: 32px;
}
.select-service-item {
width: 100%;
}
.select-service-item-container {
flex-direction: column;
}
}
.awards-block {
margin-bottom: 116px;
}
.awards-block-container { display: flex;
align-items: center; border-radius: 8px; background: #FFF;
}
.awards-block .header-p {
color: #081120;
font-family: MulishBlack;
font-size: 38px;
font-style: normal;
font-weight: 700;
line-height: 46px;
letter-spacing: 0.5px;
}
.awards-block-gallery {
display: flex;
justify-content: space-between;
width: 100%;
}
.awards-block-gallery-item {
display: flex;
align-items: center;
justify-content: center;
width: 130px;
height: 130px;
}
.awards-block-gallery-item-img {
height: 100%;
object-fit: contain;
}
.benefits_block {
background: #081120;
margin-bottom: 139px;
width: 100%;
}
.benefits_block-container {
display: flex;
gap: 30px;
}
.benefits_block-item-img {
position: relative;
top: 41px;
width: 725px;
height: 100%;
object-fit: cover;
border-radius: 0 16px 16px 0;
}
.benefits_block-item .header-p {
padding-top: 41px;
color: #FFF;
font-family: MulishBlack;
font-size: 38px;
font-style: normal;
font-weight: 700;
line-height: 40px;
letter-spacing: 1.188px;
margin-bottom: 14px;
}
.benefits_block-item .projects-block-desc {
color: #FFF;
font-family: MulishRegular;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 24px;
letter-spacing: 0.5px;
max-width: 775px;
margin-bottom: 18px;
}
.benefits_block-item .select-service-item-link {
color: #196AE2;
font-family: MulishMedium;
font-size: 12px;
font-style: normal;
font-weight: 400;
line-height: normal;
letter-spacing: 0.458px;
text-transform: uppercase;
margin-bottom: 45px;
}
.benefits_block-list {
max-width: 800px;
display: flex;
flex-wrap: wrap;
gap: 31px 120px;
margin-bottom: 44px;
}
.benefits_block-list-item {
display: flex;
flex-direction: column;
width: 280px;
padding-left: 12px;
}
.benefits_block-list-item-img {
height: 55px;
width: 100%;
object-fit: contain;
object-position: left;
margin-bottom: 8px;
}
.benefits_block-list-item-tite {
color: #FFF;
font-family: MulishBlack;
font-size: 18px;
font-style: normal;
font-weight: 700;
line-height: 30px;
margin-bottom: 16px;
}
.benefits_block-list-item-desc-list {
color: #FFF;
font-family: MulishRegular;
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: 27px;
letter-spacing: 0.5px;
}
.benefits_block-list-item-desc-list ul {
list-style: none;
padding: 0;
}
.benefits_block-list-item-desc-list li {
position: relative;
}
.benefits_block-list-item-desc-list li:before {
content: '';
left: -12px;
top: 12px;
position: absolute;
width: 4px;
height: 4px;
background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="4" height="4" viewBox="0 0 4 4" fill="none"><path fill-rule="evenodd" clip-rule="evenodd" d="M2 4C3.10457 4 4 3.10457 4 2C4 0.895431 3.10457 0 2 0C0.895431 0 0 0.895431 0 2C0 3.10457 0.895431 4 2 4Z" fill="url(%23paint0_linear_2348_51403)"/><defs><linearGradient id="paint0_linear_2348_51403" x1="2" y1="6" x2="6" y2="2" gradientUnits="userSpaceOnUse"><stop stop-color="%230053CE"/><stop offset="0.854167" stop-color="%23009EFD"/></linearGradient></defs></svg>');
}
@media screen and (max-width: 1440px) {
.benefits_block-item:first-child {
width: 35%;
}
.benefits_block-item-img {
width: 100%;
}
.benefits_block-item .header-p {
padding-right: 20px;
font-size: 38px;
}
.projects-block-desc {
padding-right: 20px;
font-size: 16px;
}
}
.industries_block {
margin-bottom: 164px;
}
.industries_block .header-p {
margin-bottom: 9px;
color: #081120;
font-family: MulishBlack;
font-size: 40px;
font-style: normal;
font-weight: 700;
line-height: 40px;
letter-spacing: 1.188px;
}
.industries_block .select-service-item-link {
color: #196AE2;
font-family: MulishMedium;
font-size: 12px;
font-style: normal;
font-weight: 400;
line-height: normal;
letter-spacing: 0.458px;
text-transform: uppercase;
margin-bottom: 54px;
}
.industries_block-list {
display: flex;
width: 100%;
flex-wrap: wrap;
gap: 21px 29px;
}
.industries_block-list-item {
display: flex;
flex-direction: column;
position: relative;
width: calc(33.333333333333333333333333333333333333% - 19.99px);
}
.industries_block-list-item-content {
position: absolute;
padding: 48px 26px;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.industries_block-list-item-line {
width: 100%;
height: 6px;
border-radius: 4px;
background: #196AE2;
margin-bottom: 16px;
}
.industries_block-list-item-container {
position: relative;
border-radius: 8px;
height: 259px;
}
.industries_block-list-item-img {
width: 100%;
height: 100%;
object-fit: cover;
}
.industries_block-list-item-img-wrapper {
width: 100%;
height: 100%;
position: absolute;
left: 0;
top: 0;
opacity: 0.6;
background: #2C5490;
}
.industries_block-list-item-tite {
color: #FFF;
font-family: MulishBlack;
font-size: 28px;
font-style: normal;
font-weight: 700;
line-height: 36px;
letter-spacing: 0.75px;
margin-bottom: 8px;
min-height: 51px;
width: 80%;
}
.industries_block-list-item-desc-list {
color: #FFF;
font-family: MulishMedium;
font-size: 18px;
font-style: normal;
font-weight: 450;
line-height: 24px;
letter-spacing: 0.5px;
}
@media screen and (max-width: 1440px) {
.industries_block-list-item-tite {
font-size: 24px;
}
.industries_block-list-item-desc-list {
font-size: 16px;
}
}
.enterprises-container {
display: flex;
align-items: center;
padding: 50px 0;
justify-content: space-between;
}
.enterprises-title {
display: flex;
max-width: 600px;
color: #FFF;
font-family: MulishRegular;
font-size: 34px;
font-style: normal;
font-weight: 400;
line-height: 40px;
letter-spacing: 1.063px;
}
.enterprises-title strong {
color: #196AE2;
font-family: MulishBlack;
font-size: 34px;
font-style: normal;
font-weight: 700;
line-height: 40px;
letter-spacing: 1.063px;
}
.enterprises-title strong:first-child {
background: linear-gradient(45deg, #0053CE 0%, #00C0FD 10%);
background-clip: text;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
font-family: MulishBlack;
font-size: 34px;
font-style: normal;
font-weight: 700;
line-height: 40px;
letter-spacing: 1.063px;
}
.enterprises-logos {
display: flex;
flex-wrap: wrap;
padding: 0 60px;
width: 50%;
}
.enterprises-logos-item {
width: 33.33%;
height: 145px;
}
.enterprises-logos-item picture {
display: flex;
align-items: center;
justify-content: center;
width: 100%;
height: 100%;
}
.enterprises-logos-item picture img {
width: 100%;
height: 100%;
object-fit: contain;
}
.technologies_block {
margin-bottom: 103px;
}
.technologies_block .header-p {
color: #081120;
font-family: MulishBlack;
font-size: 38px;
font-style: normal;
font-weight: 700;
line-height: 40px;
letter-spacing: 1.188px;
margin-bottom: 64px;
}
.technologies_block-list {
padding: 0 111px;
width: 100%;
}
.technologies_block-list-item-title {
color: #081120;
font-family: MulishBlack;
font-size: 22px;
font-style: normal;
font-weight: 700;
line-height: normal;
letter-spacing: 0.25px;
margin-bottom: 11px;
}
.technologies_block-list-item-title-line {
height: 4px;
width: 54px;
background: #196AE2;
margin-bottom: 41px;
}
.technologies_block-list-item {
margin-bottom: 36px;
}
.technologies_block-list-item-line:not(:last-child) {
height: 1px;
background: #DBDFE5;
width: 80%;
margin-bottom: 22px;
}
.technologies_block-list-item-container {
display: flex;
flex-wrap: wrap;
width: 100%;
color: #5E6063;
font-family: MulishMedium;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 24px;
letter-spacing: 0.5px;
}
.technologies_block-list-item-container picture {
display: flex;
padding: 19px 50px 19px 0;
justify-content: center;
align-items: center;
}
.technologies_block-list-item-img {
max-width: 160px;
max-height: 60px;
object-fit: contain;
}
.technologies_block-list-item-text {
color: #5E6063;
font-family: MulishMedium;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 24px;
letter-spacing: 0.5px;
}
.certified_block {
background: #E8EBF0;
padding: 65px 0;
}
.certified_block .header-p {
color: #081120;
font-family: MulishBlack;
font-size: 38px;
font-style: normal;
font-weight: 700;
line-height: 40px;
letter-spacing: 1.188px;
margin-bottom: 25px;
}
.certified_block-desc {
color: #5E6063;
font-family: MulishRegular;
font-size: 20px;
font-style: normal;
font-weight: 400;
line-height: 26px;
letter-spacing: 0.5px;
margin-bottom: 25px;
}
.certified_block-container {
display: flex;
width: 100%;
align-items: center;
justify-content: space-between;
}
.certified_block-item {
width: 520px;
display: flex;
flex-direction: column;
}
.certified_block-list {
display: flex;
}
.certified_block-list-item {
display: flex;
flex-direction: column;
justify-content: start;
margin: 0 14px;
height: 124px;
width: 47px;
}
.certified_block-list-item:nth-child(2n) {
justify-content: end;
}
.explore {
margin-top: 52px;
width: 100%;
margin-bottom: 72px;
}
.explore-container {
position: relative;
}
.frequently-switcher-container {
position: relative;
display: flex;
justify-content: flex-end;
top: 120px;
}
.explore .header-p {
color: #081120;
font-family: MulishBlack;
font-size: 38px;
font-style: normal;
font-weight: 700;
line-height: 40px;
letter-spacing: 1.188px;
margin-bottom: 20px;
}
.explore_block-item {
width: 100%;
}
.explore_block-item-head {
width: 100%;
position: relative;
margin-bottom: 52px;
}
.explore .service_switcher-scroll-down {
position: absolute;
right: 30px;
top: 0;
width: auto;
z-index: 15;
}
.workflow-list {
display: flex;
justify-content: center;
width: 100%;
flex-direction: column;
}
.workflow-item {
display: flex;
justify-content: center;
width: 100%;
flex-direction: row;
}
.workflow-item:nth-child(2n) {
flex-direction: row-reverse;
}
.workflow-item .workflow-item-desc {
display: flex;
flex-direction: column;
align-items: flex-end;
padding: 0 15px;
padding-bottom: 50px;
text-align: right;
}
.workflow-item-line {
width: 2px;
background: #E8EBF0;
position: relative;
z-index: 1;
}
.workflow-item-line:after {
content: '';
position: absolute;
top: 10%;
left: 0;
width: 2px;
height: 60%;
background: #E8EBF0;
z-index: 2;
}
.active-workflow .workflow-item-line:after {
background: #196AE2;
}
.workflow-item .workflow-item-icon {
display: flex;
flex-direction: column;
align-items: flex-start;
padding: 0 15px;
padding-bottom: 50px;
text-align: left;
}
.workflow-item-icon svg {
width: 100px;
height: 100px;
object-fit: contain;
}
.workflow-item:nth-child(2n) .workflow-item-desc {
align-items: flex-start;
text-align: left;
}
.workflow-item:nth-child(2n) .workflow-item-icon {
align-items: flex-end;
text-align: right;
}
.workflow-item-desc {
width: calc(50% - 1px);
}
.workflow-item-desc p {
color: #5E6063;
font-family: MulishRegular;
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: 27px;
letter-spacing: 0.5px;
margin-bottom: 12px;
}
.workflow-item-icon {
width: calc(50% - 1px);
}
.workflow-item-desc p {
max-width: 390px;
}
.workflow-item-icon path, .workflow-item-line {
transition: all .3s ease-in-out;
}
.workflow-item-number {
display: flex;
padding: 3px 0;
width: 26px;
justify-content: center;
align-items: center;
background: #E8EBF0;
color: #FFF;
font-family: MulishBlack;
font-size: 18px;
font-style: normal;
font-weight: 700;
line-height: 26px;
letter-spacing: 0.45px;
margin-bottom: 10px;
transition: all .3s ease-in-out;
}
.active-workflow .workflow-item-number {
background: #196AE2;
}
.active-workflow .workflow-item-icon path {
fill: #196AE2;
}
.workflow-item-video-block {
display: flex;
}
.workflow-item-video-block a {
position: relative;
width: 165px;
height: 109.421px;
border-radius: 5px;
overflow: hidden;
margin-right: 20px;
}
.workflow-item-video-block img {
width: 100%;
height: 100%;
object-fit: cover;
}
.workflow-item-video-block svg {
position: absolute;
top: calc(50% - 7px);
left: calc(50% - 4px);
}
.workflow-item-video-title {
color: #081120;
font-family: MulishBlack;
font-size: 14px;
font-style: normal;
font-weight: 700;
line-height: 26px;
letter-spacing: 2px;
text-transform: uppercase;
margin-bottom: 10px;
}
.workflow-item-img-block {
display: flex;
flex-wrap: wrap;
gap: 16px;
margin-bottom: 16px;
}
.workflow-item-img-block img {
width: 190px;
height: 126px;
border-radius: 5px;
object-fit: cover;
}
.explore_block-container {
padding-bottom: 76px;
position: relative;
}
.review-block {
margin-bottom: 66px;
}
.review-block-container {
padding-top: 50px;
padding-bottom: 140px;
}
.review-block-line {
margin: 0 auto;
width: 80%;
height: 2px;
background: #E8EBF0;
}
.review-block .header-p {
padding-left: 219px;
color: #081120;
font-family: MulishBlack;
font-size: 38px;
font-style: normal;
font-weight: 700;
line-height: 40px;
letter-spacing: 1.188px;
margin-bottom: 72px;
}
.review-item-content {
padding: 0 219px;
}
.review .swiper-wrapper {
height: auto;
}
.review-item-text {
margin-bottom: 30px;
color: #081120;
font-family: MulishRegular;
font-size: 20px;
font-style: normal;
font-weight: 400;
line-height: normal;
letter-spacing: 0.458px;
}
.review-item-person {
display: flex;
}
.review-item-person-img {
width: 89px;
height: 89px;
border-radius: 90px;
overflow: hidden;
margin-right: 16px;
}
.review-item-person-img picture {
width: 100%;
height: 100%;
}
.review-item-person-img img {
width: 100%;
height: 100%;
object-fit: cover;
}
.review-item-person-info {
display: flex;
flex-direction: column;
margin-top: 23px;
}
.review-item-person-info-name {
color: #081120;
font-family: MulishMedium;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 10px;
letter-spacing: 2px;
text-transform: uppercase;
margin-bottom: 12px;
}
.review-item-person-info-pro {
color: #B8C2D0;
font-family: MulishMedium;
font-size: 11px;
font-style: normal;
font-weight: 400;
line-height: normal;
letter-spacing: 0.458px;
text-transform: uppercase;
margin-bottom: 12px;
max-width: 265px;
}
.review .select-service-item-link {
color: #196AE2;
font-family: MulishMedium;
font-size: 11px;
font-style: normal;
font-weight: 400;
line-height: normal;
letter-spacing: 0.458px;
text-transform: uppercase;
}
.swiper-review-button-prev {
padding: 9px !important;
left: 0 !important;
width: 48px !important;
height: 48px !important;
border-radius: 50px !important;
transition: all .3s ease-in-out !important;
z-index: 99 !important;
}
.swiper-review-button-next {
padding: 9px !important;
right: 0 !important;
width: 48px !important;
height: 48px !important;
border-radius: 50px !important;
transition: all .3s ease-in-out !important;
z-index: 99 !important;
}
.swiper-review-button-prev:hover,
.swiper-review-button-next:hover {
background: #8FC5FF30 !important;
}
.swiper-review-button-prev svg {
transform: rotate(180deg) !important;
}
.frequently {
background: #081120;
margin-bottom: 36px;
}
.frequently-container {
display: flex;
width: 100%;
justify-content: space-between;
padding: 58px 0;
align-items: center;
}
.frequently .header-p h2 {
color: #FFF;
font-family: MulishBlack;
font-size: 38px;
font-style: normal;
font-weight: 700;
line-height: 40px;
letter-spacing: 0.475px;
margin-bottom: 13px;
}
.header-p img {
margin-left: 5px;
}
.frequently-desc {
color: #FFF !important;
font-family: MulishRegular;
font-size: 20px;
font-style: normal;
font-weight: 400;
line-height: 28px;
letter-spacing: 0.5px;
}
.frequently .service_switcher-scroll-down {
width: 100px;
margin-bottom: 0;
z-index: 15;
cursor: pointer;
}
.related-services-wrapper {
margin: 0 !important;
margin-bottom: 116px;
}
#map {
height: 100%;
}
.frequently-list-wrapper {
display: flex;
padding-bottom: 50px;
flex-direction: column;
}
.frequently-list-row {
width: 100%;
display: flex;
-ms-flex-direction: row;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
flex-direction: row;
-ms-flex-align: center;
-webkit-box-align: center;
align-items: center;
position: relative;
cursor: pointer;
transition: 0.4s;
justify-content: space-between;
}
.frequently-list-row h4 {
color: #fff;
margin: 0;
}
.frequently .hr {
width: 100%;
height: 1px;
margin: 16px 0;
background-color: #dbdfe5;
}
.frequently-hide-p {
display: flex;
font-family: MulishRegular;
font-size: 14px;
line-height: 1.29;
letter-spacing: .4px;
color: #fff;
height: 0px;
overflow: hidden;
transition: all 0.4s ease-in-out;
}
.frequently-hide-container {
padding-top: 12px;
height: 0;
transition: all 0.3s ease-in-out;
}
.frequently-list-row img {
transition: all 0.3s ease-in-out;
}
.frequently-list-row.active img {
transform: rotate(45deg);
}
.hide-up {
height: 100%;
transition: all 0.3s ease-in-out;
}
.frequently-hide-container ul {
list-style: disc;
padding-left: 15px;
}
.frequently-hide-container li {
padding-left: 5px;
}
.service-map {
margin-bottom: 60px;
}
.service-map-img {
width: 100%;
height: fit-content;
position: relative;
}
.service-map-img img {
width: 100%;
height: 100%;
object-fit: contain;
}
.service-map-item {
position: absolute;
width: 24.615px;
height: 50px;
bottom: 41%;
left: 48%;
display: flex;
flex-direction: column;
justify-content: flex-end;
}
.tooltiptext {
display: flex;
visibility: hidden;
color: #fff;
text-align: center;
padding: 10px 15px;
position: absolute;
top: -44px;
z-index: 999;
width: max-content;
border-radius: 17px;
border: 1px solid #D2EAFF;
background: #FFF;
box-shadow: 0px 2px 19px 0px rgba(0, 101, 249, 0.15);
}
.service-map-item:hover .tooltiptext {
visibility: visible;
}
.tooltiptext img {
max-width: 50px;
width: 50px;
height: 32px;
object-fit: contain;
}
.tooltiptext a {
color: #081120;
font-family: MulishMedium;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 28px;
letter-spacing: 0.5px;
margin-left: 12px;
}
.map-title {
color: #081120;
font-family: MulishBlack;
font-size: 38px;
font-style: normal;
font-weight: 700;
line-height: 45px;
letter-spacing: 1.188px;
margin-bottom: 68px;
}
.map-title strong {
color: #196AE2;
font-family: MulishBlack;
font-size: 38px;
font-style: normal;
font-weight: 700;
line-height: 45px;
letter-spacing: 1.188px;
}
.plate-block__column-block {
border-radius: 8px;
overflow: hidden;
}
.lazyload-background__back-wrapper {
border-radius: 8px;
}
.wp-block-lazyblock-service-related .related-services-wrapper .plate-block .inside-content-block {
margin-right: 35px;
border-radius: 0px 8px 0px 0px;
}
.plate-block {
margin-bottom: 80px;
}
.hide-up .frequently-hide-container {
height: 100%;
}
.swiper-industries,
.swiper-technologies,
.service_head-btn-mob {
display: none;
}
@media screen and (max-width: 768px) {
.projects-block {
margin-bottom: 24px;
}
.awards-block-container {
padding: 20px;
flex-direction: column;
}
.awards-block-gallery {
padding: 0;
display: flex;
flex-wrap: wrap;
gap: 15px 47px;
}
.awards-block-gallery-item {
width: 58px;
height: 58px;
}
.awards-block-gallery-item:nth-child(1) {
margin-left: 20%;
}
.awards-block-gallery-item:nth-child(2) {
margin-right: 20%;
}
.awards-block-gallery img {
width: 58px;
height: 58px;
object-fit: contain;
}
.awards-block-container .header-p {
margin-bottom: 12px;
width: 100%;
text-align: center;
}
.awards-block {
margin-bottom: 24px;
}
.benefits_block-container {
flex-direction: column-reverse;
}
.benefits_block-item:last-child {
padding: 0 20px;
}
.benefits_block-item:first-child {
width: 90%;
}
.industries_block-list-item {
width: 100%;
}
.industries_block {
margin-bottom: 32px;
}
.enterprises-title {
max-width: 100%;
color: #FFF;
font-family: MulishBlack;
font-size: 18px;
font-style: normal;
font-weight: 700;
line-height: 24px;
letter-spacing: 0.563px;
}
.enterprises-title strong {
font-size: 18px;
}
.enterprises-title strong:first-child {
font-size: 18px;
}
.enterprises-container {
flex-direction: column;
}
.enterprises-logos {
display: flex;
flex-wrap: wrap;
padding: 0;
width: 100%;
}
.enterprises-logos-item {
width: 50%;
height: 114px;
}
.wp-block-lazyblock-service-startups .our-clients-logos-wrapper {
margin-bottom: 24px;
}
.technologies_block-list {
padding: 0;
}
.single-service-wrapper h2.header-p {
margin-bottom: 24px;
}
.technologies_block-list-item-container picture {
padding: 10px;
}
.technologies_block-list-item-img {
max-width: 80px;
}
.certified_block-container {
flex-direction: column;
}
.certified_block-item {
width: 100%;
margin-bottom: 24px;
}
.review-item-content {
padding: 0;
}
.review-block .header-p {
padding-left: 0;
}
.swiper-review-button-prev,
.swiper-review-button-next {
bottom: 0 !important;
top: auto !important;
z-index: 99;
}
.review-item-person {
padding-bottom: 50px;
}
.review-block-container {
padding: 32px 0;
}
.review-item-person-info-name {
line-height: 18px;
}
.industries_block-list-item-content {
padding: 16px;
}
.workflow-item-icon {
display: none !important;
}
.workflow-item {
flex-direction: row-reverse;
justify-content: flex-end;
}
.workflow-item .workflow-item-desc {
align-items: flex-start;
text-align: left;
width: 100%;
}
.workflow-item-video-block {
flex-direction: column;
}
.clutch-widget {
width: 190px;
}
.benefits_block-list-item:nth-child(3) {
order: 4;
}
.industries_block-container .header-p {
margin-bottom: 8px !important;
}
.industries_block-container .select-service-item-link span {
text-align: left;
white-space: normal;
max-width: 232px;
}
.industries_block-container .select-service-item-link span svg {
position: relative;
top: 2px;
margin-left: 5px;
}
.industries_block-container .select-service-item-link {
margin-bottom: 16px !important;
}
.technologies_block {
margin-bottom: 56px;
}
.technologies_block-list-item-title-line {
margin-bottom: 8px;
}
.industries_block-list {
display: none;
}
.swiper-industries {
display: flex;
}
.swiper-industries .swiper-wrapper {
padding-bottom: 65px;
}
.technologies_block-list-item-container-desktop {
display: none;
}
.swiper-technologies {
display: flex;
}
.swiper-technologies .swiper-wrapper {
padding-bottom: 50px;
}
.technologies_block-list-item-container picture {
padding: 10px;
}
.technologies_block-list-item-img {
height: 40px;
min-width: 40px;
}
.certified_block-item a {
display: none;
}
.service_head-btn-mob {
display: flex;
}
.certified_block-list-item {
width: 35px;
margin: 0 10px;
height: 90px;
}
.certified_block-list {
margin-bottom: 32px;
}
.certified_block-desc {
color: #5E6063;
font-family: MulishRegular;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 20px;
letter-spacing: 0.438px;
}
.certified_block {
padding: 40px 0;
}
.certified_block .header-p {
margin-bottom: 16px;
}
.certified_block-desc {
margin-bottom: 0;
}
.service-map-wrapper {
overflow-y: scroll;
height: 400px;
width: 100%;
padding-top: 30px;
}
.service-map-img {
width: 880px;
}
.map-title {
font-size: 20px;
margin-bottom: 40px;
}
.map-title strong {
font-size: 20px;
}
.service-map::-webkit-scrollbar {
display: flex !important;
width: 90%;
-ms-overflow-style: none;
}
.benefits_block-container {
gap: 0;
}
}
.benefits_block-item:last-child {
padding-bottom: 20px;
}
.explore {
height: 400px;
overflow: hidden;
transition: all 0.7s;
}
.explore {
position: relative;
}
.explore.open {
height: auto;
transition: all 0.7s;
}
.explore:after {
position: absolute;
content: '';
bottom: 0;
left: 0;
width: 100%;
opacity: 1;
background-image: linear-gradient(to bottom, #ffffff00, #ffffff);
height: 80%;
z-index: 10;
}
.explore.open:after {
content: none;
}
#show-more {
cursor: pointer;
}
.frequently {
height: 260px;
overflow: hidden;
transition: all 0.7s;
}
.frequently {
position: relative;
}
.frequently.open {
height: auto;
transition: all 0.7s;
}
.frequently:after {
position: absolute;
content: '';
bottom: 0;
left: 0;
width: 100%;
opacity: 1;
background-image: linear-gradient(to bottom, #ffffff00, #081120 85%);
height: 50%;
z-index: 10;
}
.frequently.open:after {
content: none;
}
.service-bread .fbc-items li:first-child {
padding-left: 0 !important;
}
.service-bread .fbc-items li,
.service-bread .fbc-items a,
.service-bread .fbc-items span {
color: #5E6063 !important;
font-family: MulishMedium;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 26px;
letter-spacing: 0.5px;
margin-right: 0;
padding-right: 0;
margin-left: 0;
padding-left: 0;
}
.service-bread .fa-angle-right {
margin: 0;
display: none;
}
.open .service_switcher-scroll-down svg {
transform: rotate(180deg);
}
@media screen and (max-width: 768px) {
.explore {
margin-bottom: 0;
}
.explore .service_switcher-scroll-down {
display: flex;
flex-direction: row;
top: auto;
bottom: 0;
right: calc(50% - 75px);
}
.explore .switcher-scroll-down-text {
margin-right: 6px;
text-transform: uppercase;
}
.explore .service_switcher-scroll-down svg {
width: 18px;
height: 18px;
transition: all .3s ease-in-out;
}
.explore-container {
position: absolute;
height: 100%;
}
.frequently {
height: 196px;
}
.frequently .service_switcher-scroll-down {
display: flex;
flex-direction: row;
position: absolute;
top: auto;
bottom: 0;
right: calc(50% - 75px);
width: 100%;
z-index: 15;
padding-bottom: 24px;
}
.frequently-desc {
font-size: 14px;
}
.frequently .switcher-scroll-down-text {
margin-right: 6px;
text-transform: uppercase;
}
.frequently .service_switcher-scroll-down svg {
width: 18px;
height: 18px;
transition: all .3s ease-in-out;
}
.frequently-switcher-container {
position: absolute;
height: 100%;
}
#show-more-frequently {
width: 100%;
}
.frequently .header-p h2 {
color: #FFF;
font-family: MulishBlack;
font-size: 20px !important;
font-style: normal !important;
font-weight: 700;
line-height: 24px !important;
letter-spacing: 0.625px !important;
width: 60%;
}
.frequently-container {
padding: 24px 0 50px 0;
}
.header-p img,
.map-title img {
width: 4px;
height: 4px;
margin-bottom: -1px;
}
.frequently-list-row h4 {
font-size: 16px;
}
.frequently-switcher-container {
top: 0;
}
}
@media screen and (max-width:768px) {
.technologies_block-list-item-img{
max-width: none;
max-height: none;
object-fit: contain;
padding: 6px 20px 6px 0;
}
}
@media screen and (max-width:768px) {
.frequently-info{
padding-bottom: 60px;
}
.awards-block-gallery{
justify-content: center;
}
}
.tooltiptext a{
padding-top:7px;
}
.startup_not_main{
margin-bottom:70px;
}
.awards-block-gallery-item:nth-child(2){
margin-right:0;
}
.awards-block-gallery-item:nth-child(1){
margin-left:0;
}
.swiper-pagination{
position:static;
}
.service_head-btn span{
text-transform: uppercase;
}
@media screen and (max-width:768px) {
.review-item-content{
display: flex;
flex-direction: column;
}
.review-item-person{
margin-top:auto;
}
.swiper-slide{
}
.swiper-slide{
height:auto;
}
.review-item-content{
height: 100%;
}
}
.single-service-wrapper .enterprises img{
margin-left:-8px;
}
@media screen and (max-width:535px) {
.awards-block-gallery-item:nth-child(2){
margin-right:21%;
}
.awards-block-gallery-item:nth-child(1){
margin-left:21%;
}
}
.service-map-wrapper::-webkit-scrollbar {
background-color:#D9E8FE; 
width:6px;
height:6px;
}
.service-map-wrapper::-webkit-scrollbar-thumb {
background-color: rgba(25, 106, 226, 1);
width:5px;
border-radius:5px;
} .review-item-content{
cursor:pointer;
}
.tooltiptext img{
width:75px;
height:42px;
}
@media screen and (max-width:355px){
.awards-block-gallery-item:nth-child(2){
margin-right:18%;
}
.awards-block-gallery-item:nth-child(1){
margin-left:18%;
}
}
@media screen and (max-width:355px){
.awards-block-gallery-item {
width: 50px;
height: 50px;
}
}
@media screen and (max-width:401px) {
.single-service-wrapper .enterprises img{
margin-left: -4px;
}
}
.single-service-wrapper .enterprises-and-startups .solute-enterprises-and-startups .logos-wrapper img{
padding:25px;
}
.single-service-wrapper img.logo-3 {
padding:37px!important;
}
.single-service-wrapper img.logo-4{
padding:43px!important;
}
@media screen and (min-width:1930px) {
.benefits_block-container{
margin-left: calc(50% - 646px);
}
.benefits_block-item-img{
border-radius:16px;
}
}
@media screen and (min-width:1300px) {
.single-service-wrapper .header{
width: 1290px;
margin: auto;
}
}
.industries_block-list{
gap: 21px 29px;
}
.swiper-technologies .swiper-review-button-next{ }
.swiper-technologies .swiper-review-button-prev{ }
.technologies_block-list .technologies_block-list-item:nth-child(5) .swiper-wrapper{
padding-bottom:0;
}
@media screen and (min-width: 768px) {
.technologies_block-list-item-img {
min-height:42px;
}
}
.projects-swiper{
margin-bottom:40px;
}
@media screen and (max-width: 1024px) {
.tell-us-about-project {
padding-bottom: 0!important;
}
}
.services-wrapper .our-technologies-wrapper .our-technologies-lists-wrapper .our-technologies-lists-row .our-technologies-lists-column1 ul.general-ul li p img{
width: 11px;
}
@media screen and (max-width: 832px){
.benefits_block-item:last-child {
padding: 0 20px;
padding-bottom: 35px;
}
}.service_head_img-top{
margin-bottom:23px;
}
@media screen and (min-width:768px) {
.technologies_block-list-item-img{
max-width: none;
max-height: none;
object-fit: contain;
margin: 19px 50px 19px 0;
}
}
.what_we_do-content .header-p{
margin-top:75px;
}
.select-service .header-p{
margin-top:55px;
}
@media screen and (max-width:832px) {
.benefits_block-container .benefits_block-item:first-child {
display:none;
}
}
@media screen and (min-width:960px) {
.single-service-wrapper .solute-enterprises-and-startups .text-gradient{
font-size:31px;
}
} .select-service .header-p{
margin-bottom: 44px;
}
.fbc-page.service-bread .fbc-wrap .fbc-items li.active span{
font-size:14px;
}
.single-service-wrapper h2 img{
display:none;
}
.map-title img{
display:none;
}
@media screen and (max-width:1311px) and (min-width:1025px) {
.service_head-item{
width: calc(65% - 10px);
}
}
@media screen and (max-width:1024px) and (min-width:720px) {
.service_head-container {
flex-direction: row;
gap: 20px;
}
.service_head-container .service_head-item:nth-child(1){
width: calc(57% - 10px);
}
.service_head-container .service_head-item:nth-child(2){
width: calc(53% - 10px);
}
.service_head-item:first-child picture{
display:block;
}
.service_head_img-top{
display:block;
}
.service_head-item:first-child picture{
width:auto;
}
.service_head_img-main{
height:-webkit-fill-available;
height: 100%;
}
}
@media screen and (max-width:1120px) and (min-width:769px) {
.select-service-item-desc{
height: 302px;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 13;
-webkit-box-orient: vertical;
}
.select-service-item-container-img{
width: 121px;
}
}
@media screen and (max-width:1053px) and (min-width: 769px) {
.awards-block-gallery{
width:95%;
padding-left: 21px;
}
.awards-block-gallery-item-img{
width: 93px;
}
.awards-block-container{
padding-left:31px;
padding-right: 31px;
} 
.awards-block-gallery-item{
width: 105px;
}
}
@media screen and (max-width: 400px) {
.enterprises {
font-size: 18px;
font-weight: 400;
font-stretch: normal;
font-style: normal;
line-height: 1.6;
letter-spacing: .39px;
margin-left: 0;
margin-right: 0;
width: 295px;
line-height: 24px;
}
}
@media screen and (max-width: 1024px) {
.service_head-item:last-child picture{
height:100%;
}
}
@media screen and (max-width: 831px) and (min-width: 771px){
.service_head-container{
gap:8px;
}
.service_head-container .service_head-item:nth-child(1) {
width: calc(62% - 10px);
}
}
.projects-block-swiper-nav-tags li:last-child:after{
display: none; 
} .service_head-btn { background-color: #196ae2;
border-radius: 8px;
overflow: hidden;   transition: 0.2s transform ease-in-out;
will-change: transform;
z-index: 0;
}
.service_head-btn::after {
background-color: #004fc2;
border-radius: 8px;
content: '';
display: block;
height: 100%;
width: 100%;
position: absolute;
left: 0;
top: 0;
transform: translate(-100%, 0) rotate(10deg);
transform-origin: top left;
transition: 0.2s transform ease-out;
will-change: transform;
z-index: -1;
}
.service_head-btn:hover::after {
transform: translate(0, 0);
}
.service_head-btn:hover {  transform: scale(1.05);
will-change: transform;
}
.gradient-button{
background: #196ae2!important;
border-radius: 8px;
overflow: hidden;
transition: 0.2s transform ease-in-out;
will-change: transform;
z-index: 0;
}
.gradient-button::after {
background-color: #004fc2;
border-radius: 8px;
content: '';
display: block;
height: 100%;
width: 100%;
position: absolute;
left: 0;
top: 0;
transform: translate(-100%, 0) rotate(10deg);
transform-origin: top left;
transition: 0.2s transform ease-out;
will-change: transform;
z-index: -1;
}
.gradient-button:hover::after {
transform: translate(0, 0);
}
.gradient-button:hover {  transform: scale(1.05);
will-change: transform;
}  .select-service_img-dop-block{
object-fit: cover;
object-position: top;
} @media screen and (min-width:946px) {
.explore .service_switcher-scroll-down{
right:auto;
left: calc(50% - 43px);
}
}
@media screen and (min-width: 768px) {
.technologies_block-list-item-img{
object-fit: contain;
margin: 19px 30px 19px 30px;
width: 116px;
}
}
img[alt="Eagle logo."]{
max-width:40px;
}
@media screen and (max-width: 768px) {
.technologies_block-list-item-img{
margin: 8px auto 10px auto;
width: 26%;
padding:0;
}
}
.service_head-item:last-child picture{
height:100%;
}
.service_head-item:first-child picture{ }
.select-service-item-content{
}
.select-service-item:hover .services-hover-title{
color:rgba(25, 106, 226, 1);
transition: all .3s ease-in-out;
}
.services-hover-title{
transition: all .3s ease-in-out;
}
.fbc.fbc-page{
max-width: 1227px !important;
margin: auto;
}
.fbc-items a{
color: #5E6063 !important;
font-family: MulishMedium;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 26px;
letter-spacing: 0.5px;
margin-right: 0;
padding-right: 0;
margin-left: 0;
padding-left: 0;
}
.fbc-items li,  .fbc-items a,  .fbc-items span {
color: #5E6063 !important;
font-family: MulishMedium;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 26px;
letter-spacing: 0.5px;
margin-right: 0;
padding-right: 0;
margin-left: 0;
padding-left: 0;
}
.fa-angle-right:before{
display:none;
}
.fbc-page .fbc-wrap .fbc-items li.active span{
font-size:14px;
}
.single-service-wrapper .fbc.fbc-page{
max-width: 1350px !important;
}
.image-heder-blog img{
border-radius:8px;
}
.table-of-contents-box{
border-radius:8px;
}
.workflow-list{
overflow:hidden;
}
@media screen and (max-width: 1960px) and (min-width:1816px) {
.projects-block_img-main{
width: 1070px;
height: 529px;
}
}
.header.header a.logo-place{
height:14px;
}
footer .footer-menu .footer-menu-row1 .footer-menu-row1-column1 a.logo-place img{
height:14px;
object-fit: contain;
}
.blog-wrapper .articles-wrapper .row .column {
position: relative;
height: 216px;
}.feed_back_form .checkbox-text{
margin-top:0!important;
}
@media (max-width: 1024px) {
.feed_back_form_right form{
margin:0!important;
}
.feed_back_form .feed_back_form_right form{
margin: 0; 
}
footer .tell-us-about-project .tell-us-about-project-text-block{
margin: 64px 3.1%!important;
}
.feed_back_form_right .tell-us-about-project-checkbox-wrapper p{
margin-top:0!important;
}
footer .tell-us-about-project .feed_back_form form .tell-us-about-project-forms-block-row-1 {
margin:0!important;
}
footer .tell-us-about-project .feed_back_form form .tell-us-about-project-forms-block-row-1{
width:100%!important;
}
footer .tell-us-about-project .feed_back_form .tell-us-about-project-text-block{
margin: 64px 3.1%!important;
}
footer .tell-us-about-project .feed_back_form{
padding: 20px 0!important;
}
footer .tell-us-about-project .feed_back_form form .tell-us-about-project-checkbox-wrapper{
width:100%;
}
footer .tell-us-about-project .feed_back_form form .tell-us-about-project-checkbox-wrapper button{
width:100%;
}
.feed_back_form_right button{
width:100%;
}
footer .feed_back_form .feed_back_form_right button{
width:100%!important;
}
footer .feed_back_form .feed_back_form_right form .tell-us-about-project-forms-block-row-2 .tell-us-about-project-checkbox-wrapper p{
order:0!important;
margin:0!important;
}
footer .feed_back_form .feed_back_form_right form .tell-us-about-project-forms-block-row-1 .tell-us-about-project-forms-blockrow-1-column-2 .checkbox-text{
justify-content: flex-start!important;
margin-top:0!important;
}
.feed_back_form .feed_back_form_right	#policy-error{
margin-top:0!important;
}
.feed_back_form .feed_back_form_right	#send-feedback{
margin-top:0;
}
footer.footer-light-wrapper .feed_back_form .feed_back_form_right p{
margin-top:0!important;
}
.cases-wrapper footer.footer-light-wrapper .tell-us-about-project.feed_back_form .feed_back_form_right form .tell-us-about-project-forms-block-row-1{
margin:0!important;
}
}
@media (max-width: 540px) {
footer .feed_back_form .feed_back_form_right form .tell-us-about-project-forms-block-row-1 .tell-us-about-project-forms-blockrow-1-column-2 .checkbox-text{
margin-bottom: 0!important;
}
}
@media (max-width: 1024px) {
.footer-light-wrapper .feed_back_form .feed_back_form_right form{
margin: 0; 
}
footer.footer-light-wrapper .tell-us-about-project form .tell-us-about-project-forms-block-row-1 {
margin:0!important;
}
footer.footer-light-wrapper .tell-us-about-project form .tell-us-about-project-forms-block-row-1{
width:100%!important;;
}
footer.footer-light-wrapper .tell-us-about-project .tell-us-about-project-text-block{
margin: 64px 3.1%!important;
}
footer.footer-light-wrapper .tell-us-about-project{
padding: 20px 0!important;
}
footer.footer-light-wrapper .tell-us-about-project form .tell-us-about-project-checkbox-wrapper{
width:100%;
}
footer.footer-light-wrapper .tell-us-about-project form .tell-us-about-project-checkbox-wrapper button{
width:100%;
}
.footer-light-wrapper .feed_back_form_right button{
width:100%;
}
footer.footer-light-wrapper .feed_back_form .feed_back_form_right button{
width:100%!important;
}
footer.footer-light-wrapper .feed_back_form .feed_back_form_right form .tell-us-about-project-forms-block-row-2 .tell-us-about-project-checkbox-wrapper p{
order:0;
margin:0;
}
footer.footer-light-wrapper .feed_back_form .feed_back_form_right form .tell-us-about-project-forms-block-row-1 .tell-us-about-project-forms-blockrow-1-column-2 .checkbox-text{
justify-content: flex-start;
margin-top:0;
}
.footer-light-wrapper .feed_back_form .feed_back_form_right	#policy-error{
margin-top:0;
}
.footer-light-wrapper .feed_back_form .feed_back_form_right	#send-feedback{
margin-top:0;
}
.footer-light-wrapper .feed_back_form_right form.wpcf7-form .tell-us-about-project-forms-block-row-2 .tell-us-about-project-checkbox-wrapper p{
margin-top:0!important;
}
}
@media (max-width: 540px) {
footer.footer-light-wrapper .feed_back_form .feed_back_form_right form .tell-us-about-project-forms-block-row-1 .tell-us-about-project-forms-blockrow-1-column-2 .checkbox-text{
margin-bottom: 0;
}
}.article-wrapper .author-wrapper>.row{
max-width: 1100px;
margin: auto;
justify-content: space-between;
}
.article-wrapper .author-wrapper .column1{
width: 100%;
max-width: 285px;
}
.article-wrapper .author-wrapper .column2{
max-width: 759px;
width: 100%;
}
.article-wrapper .author-wrapper>.row:first-child{
}
.article-wrapper .author-wrapper .authors.column2{
justify-content: flex-start;
}
.article-wrapper .author-wrapper .authors.column2 .dark-author{
text-align:left;
}
.article-wrapper .author-wrapper .authors.column2 .slate-grey{
text-align:left;
}
.article-wrapper .author-wrapper .authors.column2>div{
width:100%;
max-width:165px;
margin-right: 40px;
}
.article-wrapper .author-wrapper .authors.column2>div{
text-align:left;
}
.column2:not(.authors) .article-introduction, .column2:not(.authors) .p-slate-grey{
margin-left: 0;
margin-right: 0;
}
.article-wrapper .author-wrapper>.row:nth-child(2){
padding-top: 60px;
border-top-style: solid;
border-top-color: #DBDFE5;
border-top-width: 1px;
}
.author_cards{
width: 350px; padding: 32px;
text-align: center;
box-shadow: 0px 2px 19px 0px #0065F926;
}
.author_cards .image img{
width:118px;
height: 118px;
border-radius:118px;
}
.author_card_container{
display: flex;
width: auto;
margin: auto;
}
.author_card_container {
display: flex;
width: auto;
margin: auto;
justify-content: center;
}
.author_card_container .author_cards{
margin-right: 45px;
height: auto;
display: flex;
flex-direction: column;
}
.author_card_container .author_cards:last-child{
margin-right: 0px;
}
.author_cards .title {
font-size: 14px;
font-weight: 700;
line-height: 16px;
letter-spacing: 0.4375px;
text-align: center;
font-family: MulishRegular;
margin-top: 20px;
}
.author_cards .position{
font-size: 14px;
font-weight: 400;
line-height: 18px;
letter-spacing: 0.4375px;
text-align: center;
font-family: MulishRegular;
color: #BBC2CC;
margin-top: 4px;
min-height: 36px;
}
.author_cards .description{
font-size: 14px;
font-weight: 400;
line-height: 20px;
letter-spacing: 0.5px;
text-align: center;
font-family: MulishRegular;
}
.button_link  {
font-size: 11px;
font-weight: 400;
line-height: 13px;
letter-spacing: 0.4583333134651184px;
text-align: center;
font-family: MulishRegular;
text-transform: uppercase;
border: 1px solid transparent;
border-image: linear-gradient(45deg, #0053CE 0%, #009EFD 85.42%);
-moz-border-image: -moz-linear-gradient(45deg, #0053CE 0%, #009EFD 85.42%);
-webkit-border-image: -webkit-linear-gradient(45deg, #0053CE 0%, #009EFD 85.42%);
border-image-slice: 1;
padding: 15px;
color: #0053CE;
margin-top: 25px;
}
.link_author{
margin-top: auto;
margin-bottom: 5px;
}
.autors-blog.share-wrap{
padding-top: 70px;
border-top-style: solid;
border-top-color: #DBDFE5;
border-top-width: 1px;
}
.related-posts-blog{
text-align:left!important;
margin-top: 100px!important;;
}
.article-wrapper .author-wrapper .authors.column2 .dark-author{
margin-top:5px;
}
.fbc-page .fbc-wrap .fbc-items{
background:none;
}
ol li:before{
display:none;
}
.header-blog{
display:flex;
}
.blog-header.solute-img-wrapper{
left: calc(50% - 130px);
position: absolute;
margin-top: 10px;
}
.blog-header.solute-img-wrapper img   {
max-height: 380px;
object-fit: contain;
}
@media (min-width: 767px){
.article-wrapper .solute-wrapper p {
width: 720px;
}
}
@media (min-width: 1024px){
.article-wrapper .solute-wrapper p {
width: 940px;
}
}
.article-wrapper .solute-wrapper p{
width:1112px;
}
.big-blog-header{
background-color: #081120;
}
.container-blog-header{
max-width: 1170px;
width: 100%;
margin: auto;
}
.article-wrapper .container-blog-header h1{
text-align:left;
width:100%;
}
.posted-on{
font-family: MulishRegular;
font-size: 14px;
line-height: 1.29;
letter-spacing: .4px;
color: #fff;
margin-bottom: 30px;
padding-top: 20px;
}
.text-container-blog{
width:50%;
}
.blog-header-wrapper{
background-color: #081120;
min-height: 417px;
height:fit-content;
margin-bottom: 50px;
}
.big-blog-header{
display: flex;
max-width: 1140px;
margin: auto;
margin-bottom: 1px;
flex-direction: row;
height: 100%;
align-items: flex-end;
flex-wrap: nowrap;
position: relative;
}
.container-blog-header{
display: flex;
flex-direction: column;
justify-content: flex-end;
min-height: 417px;
height:fit-content;
}
.image-heder-blog{
max-width: 40%;
position: absolute;
left: 55%;
bottom: -45px;
}
.image-heder-blog img{
height: 380px;
}
.article-wrapper .container-blog-header h1 {
text-align: left;
width: 100%;
margin-bottom: auto;
margin-top: auto;
}
.text-container-blog {
width: 50%;
min-height: 417px;
height:fit-content;
display: flex;
flex-direction: column;
justify-content: flex-end;
}
.article-wrapper .container-blog-header h1{
font-size: 38px;
line-height: 46px;
}
@media screen and (max-width:1180px) {
.text-container-blog{
padding-left: 50px;
}
}
@media screen and (max-width:800px) {
.image-heder-blog img{
height: 264px;
object-fit: cover;
width: 100%;
}
.image-heder-blog{
width: 100%;
position: static;
max-width: 100%;		
}
.posted-on{
}
.article-wrapper .container-blog-header h1{
padding-right:30px;
font-size: 28px;
line-height: 36px;
}
.text-container-blog{
width:100%;
min-height: 210px;
}
.container-blog-header{
min-height: 269px;
}
.big-blog-header{
display:block;
}
}
.enlighter-code{
background: #009EFD0D;
border-style: solid;
border-color: #0053CEE5;
border-width: 1px;
padding-top: 30px;
padding-left: 10px;
padding-bottom: 30px;
font-size:14px;
font-family: RobotoMono;
}
.enlighter-text{
color: #0053CE;
}
.enlighter-m0{
color:#5E6063;
}
.enlighter-overflow-scroll.enlighter-v-codegroup .enlighter>div>div, .enlighter-overflow-scroll.enlighter-v-standard .enlighter>div>div{
line-height:18px;
}
.enlighter-toolbar{
display:none!important;
}
.enlighter-code::-webkit-scrollbar {
width: 20px;  
}
.enlighter-code::-webkit-scrollbar-thumb {
background-color:#0053CE;
width: 6px!important;
border-radius:10px;
}
.enlighter-code{
}
.enlighter-code::-webkit-scrollbar {
width: 6px!important;
}
.os-content thead th{
font-size: 12px;
font-weight: 700;
line-height: 18px;
letter-spacing: 0.375px;
text-align: center;
color: #0053CEE5;
font-family: Mulish;
text-transform: uppercase;
}
.ck-content .table table th{
background: white;
padding-top: 15px;
padding-bottom: 15px;
}
.os-content tbody td{
font-size: 12px;
font-weight: 700;
line-height: 14px;
letter-spacing: 0.5px;
text-align: center;
padding-top: 15px;
padding-bottom: 15px;
}
.ck-content table tr:first-child td{
}
.ck-content .table table td{
padding-top: 20px;
padding-bottom: 20px;
}
.ck-content table tr td:first-child{
background: #009EFD0D;
}
.ck-content table tr th:first-child{
background: #009EFD0D;
}
.swiper-container.s0.swiper-container-initialized.swiper-container-horizontal.swiper-container-pointer-events{
height: fit-content;
}
.ck-content .container-wrapper .swiper-button-prev:after{
border:none;
}
.ck-content .container-wrapper .swiper-button-next{
background-image:url(//www.integrasources.com/wp-content/themes/integra/img/icons/arrow.svg)!important;
width: 24px;
height: 24px;
transform: rotate(180deg);
}
.ck-content .container-wrapper .swiper-button-next:after{
border:none;
}
.ck-content .container-wrapper .swiper-button-prev{
background-image:url(//www.integrasources.com/wp-content/themes/integra/img/icons/arrow.svg)!important;
width: 24px;
height: 24px;
} @media screen and  (max-width:850px) {
footer.footer-light-wrapper div.tell-us-about-project div.tell-us-about-project-forms-block-row-2 div.tell-us-about-project-checkbox-wrapper p label span, footer div.tell-us-about-project-forms-block-row-2 div.tell-us-about-project-checkbox-wrapper p label span{
font-size: 14px;
}
}
.wp-block-getwid-media-text-slider-slide-content__content-wrapper p{
font-family: MulishRegular;
}
.ck-content blockquote p{
font-style:normal;
}
.ck-content blockquote:after{
padding-top: 40px;
}
.fixed_menu{
width: 285px;
position: fixed;
top: 76;
}
.article-wrapper .author-wrapper{
flex-direction: column;
-ms-flex-pack: justify;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.swiper-container{
height: fit-content;
}
.up_button{
position:fixed;
bottom: 10px;
right:10px;
cursor: pointer;
z-index: 99;
}
.table-of-contents-box{
width:285px;
}
.table-of-contents-box.mobile{
display:none;
}
.table-of-contents.mobile{
display:none;
}
@media screen and (max-width:860px){
.table-of-contents-box.mobile{
display:block;
}
.table-of-contents.mobile{
display:block;
}
.table-of-contents-box.desktop{
display:none;
}
.table-of-contents.desktop{
display:none;
}
.article-wrapper .author-wrapper .column1:nth-child(1){
display:block;
width:0;
}
.table-of-contents-box.mobile{
width: calc(100vw - 24px);
}
.article-wrapper .author-wrapper .authors.column2{
display: flex;
flex-direction: row;
}
.author-wrapper.ck-content.ck .row:nth-child(1){
display: flex;
flex-direction: row;
}
.author-wrapper.ck-content.ck .row:nth-child(2){
display: flex;
flex-direction: column;
}
.article-wrapper .author-wrapper .authors.column2>div.author{
text-align: center;
display: flex;
flex-direction: column;
}
}
.table-of-contents-box ul li{
margin-bottom:10px!important;
}
@media screen and (max-width:1052px) and (min-width:861px){
.article-wrapper .author-wrapper .column2{
padding-left: 25px;
}
}
.wp-block-lazyblock-service-related.related-blog .related-services-wrapper{
margin:0;
}
.related-blog .header-p{
text-align:left!important;
}
.caption_blog{
position: absolute;
right: 14px;
top: 0;
background: aqua;
z-index: 1;
background: linear-gradient(45deg, #0053CE 0%, #009EFD 100%);
color: white;
padding: 11px; font-size: 14px; line-height: 20px;
letter-spacing: 0.5px;
text-align: left;
font-family: Mulish;
}
@media screen and  (max-width:366px){
.big-blog-header h1{
padding-top:50px;
}
}
@media screen and (max-width: 860px) {
.article-wrapper .author-wrapper .authors.column2>div.author {
text-align: left;	
}
.article-wrapper .author-wrapper .authors.column2>div.author{
align-items: flex-start;
}
.article-wrapper .author-wrapper .authors.column2 img{
margin-left: 10px;
}
}
@media screen and (max-width: 570px){
.article-wrapper .share-this {
display: flex;
flex-direction: column;
}
.article-wrapper .share-this p {
margin-bottom: 10px;
margin-right: 10px;
}
.article-wrapper .author-wrapper>.row .share-wrap{
padding-top:20px;
}
}
@media screen and (max-width: 660px){
.author_card_container {
flex-direction: column;
}
.author_cards {
width: 90%;
margin-bottom: 30px;
margin-left: 5%;
}
}
.article-wrapper footer.footer-light-wrapper .tell-us-about-project .tell-us-about-project-text-block{
margin-top: 0!important;
}
.article-wrapper footer.footer-light-wrapper .tell-us-about-project .tell-us-about-project-text-block div.desc{
color:#5e6063;
}
.article-wrapper footer.footer-light-wrapper .tell-us-about-project form .tell-us-about-project-forms-block-row-1 .tell-us-about-project-forms-blockrow-1-column-2 p{
margin-top:16px!important;
}
.article-wrapper footer.footer-light-wrapper .tell-us-about-project .tell-us-about-project-text-block{
margin-bottom:0!important;
}
.article-wrapper footer.footer-light-wrapper .footer-menu{
padding-top:0!important;
}
.up_button{
display:none;
}
.up_button.show{
display:block;
}
@media screen and (max-width:405px) {
.article-wrapper .enlighter-code{
font-size:11px;
}
}
@media screen and (max-width:861px){
.article-wrapper .share-this img {
width: 44px;
height: 44px;
}
}
@media (max-width: 500px){
.article-wrapper footer .tell-us-about-project .tell-us-about-project-text-block h2 {
font-size: 20px;
}
.article-wrapper .related-posts-blog{
font-size: 20px;
}
} .fbc-page .fbc-wrap .fbc-items li{
padding-top: 0px;
padding-bottom: 5px;
}
.fbc-wrap{ }
.fbc-items{
display:contents!important;
}@media screen and (min-width:1920px){
.image-heder-blog img{
width: 100%;
}
}
@media screen and (max-width:1920px){
.image-heder-blog img{
width: auto;
}
}
.cancel-icon img{
width:18px;
height:18px;
}
.image-heder-blog{
max-width:46%;
}
@media screen and (min-width:1708px) and (max-width:1920px){
.image-heder-blog {
left: 57%;
}
}
@media screen and (max-width: 2000px) and (min-width: 2000px){
.big-blog-header .image-heder-blog{
max-width:46%;
}
}
.bold-text{
font-weight: 600!important;
}.fbc-page .fbc-wrap .fbc-items li{
display: inline;
}
.single-service-wrapper .fbc-page .fbc-wrap .fbc-items li{
display: inline;
}
.fbc-wrap{
padding-bottom:10px;
padding-left: 5px;
}
.single-service-wrapper .fbc-items span{
white-space: inherit;
}@media screen and (max-width:390px) {
.one_logo{
position: relative;
}
.one_logo:nth-child(2n) svg{
position: absolute;
right:0;
}
} footer .tell-us-about-project form .tell-us-about-project-forms-block-row-2{
margin-top:0!important;
} .contact-us-wrapper footer.footer-contact-us-wrapper .tell-us-about-project form .tell-us-about-project-forms-block-row-2{
margin-top:0;
} .enterprises-and-startups .solute-enterprises-and-startups .logos-wrapper{
display: flex;
flex-direction: row;
flex-wrap: wrap;
}
@media (max-width: 690px)
{
.solute-enterprises-and-startups .logos-wrapper picture {
display: block;
}
.solute-enterprises-and-startups .logos-wrapper .logos-wrapper__img-block:first-child{
display:none;
}
.solute-enterprises-and-startups .logos-wrapper .logos-wrapper__img-block:nth-child(2){
display:none;
}
.solute-enterprises-and-startups .logos-wrapper{
justify-content: center;
}
}
.privacy-link {
color: #fff !important;
text-decoration: underline !important;
}
footer.footer-light-wrapper .tell-us-about-project form .tell-us-about-project-checkbox-wrapper label a {
color: #081120 !important;
}
footer .tell-us-about-project .tell-us-about-project-text-block {
max-width: unset;
width: unset;
}
@media screen and (min-width: 1025px) {
footer .tell-us-about-project-forms-block-row-1 .tell-us-about-project-forms-blockrow-1-column-1 .tell-us-about-project-forms-block-wrapper p,footer .tell-us-about-project-forms-block-row-1 .tell-us-about-project-forms-blockrow-1-column-1 input {
min-width:100%!important
}
}
@media  screen and (min-width: 2000px){
.feed_back_form{
width: 1500px!important;
max-width: 1500px!important;
margin-left: auto!important;
margin-right: auto!important;
}
}
@media (max-width: 1024px){
footer .tell-us-about-project form .tell-us-about-project-forms-block-row-1 .tell-us-about-project-forms-blockrow-1-column-1 .tell-us-about-project-forms-block-wrapper input {
width:100%;
}
}
@media (max-width: 1024px){
footer .tell-us-about-project form .tell-us-about-project-forms-block-row-1 .tell-us-about-project-forms-blockrow-1-column-1 .tell-us-about-project-forms-block-wrapper textarea{
width:100%;
}
}
@media only screen and (min-width: 851px) and (max-width: 1024px){
footer .tell-us-about-project form .tell-us-about-project-forms-block-row-1 .tell-us-about-project-forms-blockrow-1-column-2 textarea {
width:100%;
}
} @media (max-width: 1024px) {
.feed_back_form_right form{
margin:0!important;
}
.feed_back_form .feed_back_form_right form{
margin: 0; 
}
footer .tell-us-about-project .tell-us-about-project-text-block{
margin: 64px 3.1%!important;
}
.feed_back_form_right .tell-us-about-project-checkbox-wrapper p{
margin-top:0!important;
}
footer .tell-us-about-project .feed_back_form form .tell-us-about-project-forms-block-row-1 {
margin:0!important;
}
footer .tell-us-about-project .feed_back_form form .tell-us-about-project-forms-block-row-1{
width:100%!important;
}
footer .tell-us-about-project .feed_back_form .tell-us-about-project-text-block{
margin: 64px 3.1%!important;
}
footer .tell-us-about-project .feed_back_form{
padding: 20px 0!important;
}
footer .tell-us-about-project .feed_back_form form .tell-us-about-project-checkbox-wrapper{
width:100%;
}
footer .tell-us-about-project .feed_back_form form .tell-us-about-project-checkbox-wrapper button{
width:100%;
}
.feed_back_form_right button{
width:100%;
}
footer .feed_back_form .feed_back_form_right button{
width:100%!important;
}
footer .feed_back_form .feed_back_form_right form .tell-us-about-project-forms-block-row-2 .tell-us-about-project-checkbox-wrapper p{
order:0!important;
margin:0!important;
}
footer .feed_back_form .feed_back_form_right form .tell-us-about-project-forms-block-row-1 .tell-us-about-project-forms-blockrow-1-column-2 .checkbox-text{
justify-content: flex-start!important;
margin-top:0!important;
}
.feed_back_form .feed_back_form_right	#policy-error{
margin-top:0!important;
}
.feed_back_form .feed_back_form_right	#send-feedback{
margin-top:0;
}
footer.footer-light-wrapper .feed_back_form .feed_back_form_right p{
margin-top:0!important;
}
.cases-wrapper footer.footer-light-wrapper .tell-us-about-project.feed_back_form .feed_back_form_right form .tell-us-about-project-forms-block-row-1{
margin:0!important;
}
}
@media (max-width: 540px) {
footer .feed_back_form .feed_back_form_right form .tell-us-about-project-forms-block-row-1 .tell-us-about-project-forms-blockrow-1-column-2 .checkbox-text{
margin-bottom: 0;
}
}
@media (max-width: 1024px) {
.footer-light-wrapper .feed_back_form .feed_back_form_right form{
margin: 0; 
}
footer.footer-light-wrapper .tell-us-about-project form .tell-us-about-project-forms-block-row-1 {
margin:0!important;
}
footer.footer-light-wrapper .tell-us-about-project form .tell-us-about-project-forms-block-row-1{
width:100%!important;;
}
footer.footer-light-wrapper .tell-us-about-project .tell-us-about-project-text-block{
margin: 64px 3.1%!important;
}
footer.footer-light-wrapper .tell-us-about-project{
padding: 20px 0!important;
}
footer.footer-light-wrapper .tell-us-about-project form .tell-us-about-project-checkbox-wrapper{
width:100%;
}
footer.footer-light-wrapper .tell-us-about-project form .tell-us-about-project-checkbox-wrapper button{
width:100%;
}
.footer-light-wrapper .feed_back_form_right button{
width:100%;
}
footer.footer-light-wrapper .feed_back_form .feed_back_form_right button{
width:100%!important;
}
footer.footer-light-wrapper .feed_back_form .feed_back_form_right form .tell-us-about-project-forms-block-row-2 .tell-us-about-project-checkbox-wrapper p{
order:0;
margin:0;
}
footer.footer-light-wrapper .feed_back_form .feed_back_form_right form .tell-us-about-project-forms-block-row-1 .tell-us-about-project-forms-blockrow-1-column-2 .checkbox-text{
justify-content: flex-start;
margin-top:0;
}
.footer-light-wrapper .feed_back_form .feed_back_form_right	#policy-error{
margin-top:0;
}
.footer-light-wrapper .feed_back_form .feed_back_form_right	#send-feedback{
margin-top:0px;
}
.footer-light-wrapper .feed_back_form_right form.wpcf7-form .tell-us-about-project-forms-block-row-2 .tell-us-about-project-checkbox-wrapper p{
margin-top:0!important;
}
} @media (max-width: 540px) {
footer.footer-light-wrapper .feed_back_form .feed_back_form_right form .tell-us-about-project-forms-block-row-1 .tell-us-about-project-forms-blockrow-1-column-2 .checkbox-text{
margin-bottom: 0;
}
}
.codedropz-upload-wrapper.uploaded .codedropz-upload-handler{
display:none!important;
}
.feed_back_form .checkbox-text{
margin-top:0!important;
}
.codedropz-upload-wrapper [type="file"]{
z-index:-1;
}
@media (max-width: 1024px){
footer .tell-us-about-project form .tell-us-about-project-forms-block-row-1 .tell-us-about-project-forms-blockrow-1-column-1 {
width:100%;
}
}
.feed_back_form .about-project-checkbox-wrapper label span {
font-size:14px!important;
}
.codedropz-upload-wrapper [type="file"]{
z-index:-1;
}
a[title="Remove"]{ width:50px;
height:50px
}
.codedropz-upload-wrapper .dnd-upload-status .dnd-upload-details .remove-file{
display:block!important; 
z-index:99999;
}
.codedropz-upload-wrapper.uploaded.show .codedropz-upload-handler {
display: block!important;
}
@media screen and (max-width:1024px) and (min-width:1024px) {
.feed_back_form #send-feedback{
margin-top:26px!important;
}
}
@media (min-width: 769px) and (max-width: 1024px){
footer .tell-us-about-project form .tell-us-about-project-forms-block-row-1 .tell-us-about-project-forms-blockrow-1-column-1 .tell-us-about-project-forms-block-wrapper p {
width: 100%;
}
}
.feed_back_form .checkbox__error-text{
width:100%!important;
}
@media (max-width: 850px) 
{
footer div.tell-us-about-project-forms-block-row-2 div.tell-us-about-project-checkbox-wrapper p label span{
font-size:14px;
}
}
.error-email {
display: block;
margin-left: auto;
font-family: MulishRegular;
font-size: 12px;
line-height: 2;
letter-spacing: .4px;
text-align: right;
color: #ff3c3c;
opacity: 0;
}
.error-email.active{
opacity:1;
}
@media screen and  (max-width:850px) {
footer.footer-light-wrapper div.tell-us-about-project div.tell-us-about-project-forms-block-row-2 div.tell-us-about-project-checkbox-wrapper p label span, footer div.tell-us-about-project-forms-block-row-2 div.tell-us-about-project-checkbox-wrapper p label span{
font-size: 14px;
}
}
.wp-block-getwid-media-text-slider-slide-content__content-wrapper p{
font-family: MulishRegular;
} .image-heder-blog img {
height: 380px; }
.image-heder-blog {
max-width: 46%;
}
.table-of-contents-box ul li a{
font-size:16px;
}
@media screen and (min-width:2000px) {
.big-blog-header{
width: 1500px;
max-width: 1500px;
}
.container-blog-header{
width: 1500px;
max-width: 1500px;
}
}
@media screen and (max-width:800px){
.image-heder-blog {
max-width: 100%;
}
}
@media screen and (max-width:2000px) and (min-width:1300px) {
.big-blog-header .image-heder-blog{
max-width: 33.6%;
}
.big-blog-header {
max-width: none;
}
}
.anchor-heading:focus{ }
.article-wrapper .author-wrapper .authors.column2:first-child{
width: auto;
margin-left: auto;
margin-right: auto;
}
.article-wrapper .author-wrapper .authors.column2 .author:last-child{
margin-right:0;
}
@media screen and (max-width: 2000px) and (min-width: 2000px){
.big-blog-header .image-heder-blog{
max-width:46%;
}
}
.fbc-page .fbc-wrap .fbc-items li.active span{
font-size:14px;
}
.mobile-logos{
display:none;
}
.mobile-logo{
display:none;
}
@media screen and (max-width:1024px) {
.desktop-logos{
display:none;
}	
.mobile-logos{
display:block;
height: 115px;
}
.mobile-logo{
display:block;
}
}
.mobile-logos .swiper-slide  {
padding-left: 28px;
padding-right: 28px; margin-bottom: 10px;
margin-top: 10px;
}
@media screen and (min-width:1053px) {
.awards-block-gallery-item{
width: 146px;
height: 156px;
}
}
.awards-block-container{
flex-direction: column;
max-width: 1015px;
margin: auto;
align-items: flex-start;
box-shadow:none;
border:none;
}
.awards-block-container .header-p{
margin-bottom:28px;
}
.awards-block-gallery{
padding-left:0;
} .awards-block-container{
padding:0;
}
.awards-block-gallery{
padding:0;
}
.awards-block .header-p{
width:auto;
}
.nechet {
max-width: 100%;
}
@media screen and (min-width: 1232px) {
.nechet {
max-width: 571px;
}
}
.technologies_block-list .technologies_block-list-item:nth-child(5) .swiper-technologies .swiper-review-button-next{
display:block;
}
.technologies_block-list .technologies_block-list-item:nth-child(5) .swiper-technologies .swiper-review-button-prev{
display:block;
}
.service_head-item:last-child picture {
width: 100%;
}
.projects-swiper{
margin-bottom:40px;
}
@media screen and (max-width: 1024px) {
.tell-us-about-project {
padding-bottom:0!important;
}
}
.select-service-item-dop-content h3{
font-family: MulishBlack;
}
.projects-block-swiper-content {
padding: 29px 40px;
}
@media screen and (min-width: 768px) and (max-width: 1024px)  {
.mobile-logos {
height: 155px;
}
}
.service_head_img-main {
height: -webkit-fill-available;
height: 100%;
}
@media screen and (max-width:1230px){
.service-map-img img{
object-position: 6px;
}
}  .link-industries .background_industry{
background: linear-gradient(0deg, #016ED1 52.21%, rgba(1, 110, 209, 0.71) 93.75%);
transition: all 0.2s ease-out;
opacity:0;
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
}
.link-industries:hover .background_industry{
transition: all 0.2s ease-out;
opacity:1;
}
.industries_block-list-item-tite{
opacity:1;
color:white;
}
.industries_block-list-item-desc-list{
opacity:1;
}
.header-opener{
transition: all .3s ease-in-out;
}
.header-opener:hover{
cursor:pointer;
color: #196ae2;
transition: all .3s ease-in-out;
}
.header-opener-faq{
transition: all .3s ease-in-out;
}
.header-opener-faq:hover{
cursor:pointer;
color: #196ae2;
transition: all .3s ease-in-out;
}  .single-service-wrapper .fbc-page .fbc-wrap .fbc-items li{
padding:0;
}
.fbc-page .fbc-wrap .fbc-items li:first-child{
margin-right:0px;
}
@media screen and (max-width: 800px) {
.image-heder-blog img {
width: 100%;
}
}
.wp-block-lazyblock-service-review{
z-index:3;
} .workflow-list{
overflow:hidden;
}
@media screen and (max-width: 1960px) and (min-width:1816px) {
.projects-block_img-main{
width: 1070px;
height: 529px;
}
}
.header.header a.logo-place{
height:14px;
}
footer .footer-menu .footer-menu-row1 .footer-menu-row1-column1 a.logo-place img{
height:14px;
object-fit: contain;
}
.blog-wrapper .articles-wrapper .row .column {
position: relative;
height: 216px;
}  .select-service-item-container{
gap:0;
}
.select-service-item-container picture{
margin-right: 16px;
}
.select-service-item-container img{
margin-right: 16px;
}
.select-service-item-container picture img{
margin-right: 0px;
}
@media screen and (max-width: 768px) {
.select-service-item-container picture{
margin-right: 0px;
margin-bottom: 16px;
}
.select-service-item-container picture img{
margin-bottom: 0px;
}
.select-service-item-container img{
margin-right: 0px;
margin-bottom: 16px;
}
} @media screen and (min-width: 768px) {
.technologies_block-list-item-img {
max-height: 40px;
}
} .what_we_do picture:nth-child(2) {
opacity: 0;
transition: all .3s ease-in-out;
}
.what_we_do:hover picture:nth-child(2) {
opacity: 1;
transition: all .3s ease-in-out;
}.enlighter-tooltip{visibility:hidden;width:140px;background-color:#000;color:#fff;text-align:center;padding:8px 0;border-radius:5px;position:absolute;z-index:10;bottom:30px;transform:translateX(-42%)}.enlighter-tooltip::after{content:"";position:absolute;top:100%;left:50%;margin-left:-5px;border-width:5px;border-style:solid;border-color:#000 transparent transparent transparent}.enlighter-default{font-family:"Source Code Pro","Liberation Mono","Courier New",Courier,monospace;font-size:12px;line-height:1.35em;white-space:pre-wrap;word-wrap:break-word;margin:0 0 20px 0;padding:0;position:relative;text-align:left;direction:ltr}.enlighter-default .enlighter-special:hover{background-color:#f4f8fc}.enlighter-default .enlighter-raw{display:none;min-width:100%;line-height:inherit;font-size:1em;font-family:inherit;margin:0;padding:0;white-space:pre-wrap;word-wrap:break-word;border:none;box-shadow:none}.enlighter-default:hover .enlighter-toolbar{display:block}.enlighter-default .enlighter-btn{display:inline-block;margin:0 5px 0 5px;padding:3px 5px 3px 5px;border:solid 1px #333;background-color:#f0f0f0;cursor:pointer;font-family:inherit}.enlighter-default .enlighter-btn:hover .enlighter-tooltip{visibility:visible}.enlighter-default .enlighter-toolbar .enlighter-btn-raw{background-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Ebene_2%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2246px%22%20height%3D%2246px%22%20viewBox%3D%220%200%2046%2046%22%20enable-background%3D%22new%200%200%2046%2046%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%3E%0D%0A%09%3Cpath%20d%3D%22M19.436%2C36.875L6.568%2C25.002v-3.863L19.436%2C9.267v5.041l-9.583%2C8.668v0.188l9.583%2C8.669V36.875z%22%2F%3E%0D%0A%09%3Cpath%20d%3D%22M26.343%2C36.875v-5.041l9.583-8.669v-0.188l-9.583-8.668V9.267l12.868%2C11.872v3.863L26.343%2C36.875z%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A)}.enlighter-default .enlighter-toolbar .enlighter-btn-copy{background-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Ebene_2%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2246px%22%20height%3D%2246px%22%20viewBox%3D%220%200%2046%2046%22%20enable-background%3D%22new%200%200%2046%2046%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cline%20fill%3D%22none%22%20stroke%3D%22%23000000%22%20stroke-width%3D%224%22%20stroke-miterlimit%3D%2210%22%20x1%3D%2253.75%22%20y1%3D%2239.353%22%20x2%3D%2286.375%22%20y2%3D%2239.353%22%2F%3E%0D%0A%3Cline%20fill%3D%22none%22%20stroke%3D%22%23000000%22%20stroke-width%3D%224%22%20stroke-miterlimit%3D%2210%22%20x1%3D%2251.711%22%20y1%3D%2230.534%22%20x2%3D%2284.336%22%20y2%3D%2230.534%22%2F%3E%0D%0A%3Crect%20x%3D%228.932%22%20y%3D%227.334%22%20fill%3D%22%23FFFFFF%22%20stroke%3D%22%23000000%22%20stroke-width%3D%223%22%20stroke-miterlimit%3D%2210%22%20width%3D%2221.097%22%20height%3D%2224.952%22%2F%3E%0D%0A%3Crect%20x%3D%2218.942%22%20y%3D%2215.424%22%20fill%3D%22%23FFFFFF%22%20stroke%3D%22%23000000%22%20stroke-width%3D%223%22%20stroke-miterlimit%3D%2210%22%20width%3D%2221.096%22%20height%3D%2224.953%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A)}.enlighter-default .enlighter-toolbar .enlighter-btn-window{background-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Ebene_2%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2246px%22%20height%3D%2246px%22%20viewBox%3D%220%200%2046%2046%22%20enable-background%3D%22new%200%200%2046%2046%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cline%20fill%3D%22none%22%20stroke%3D%22%23000000%22%20stroke-width%3D%224%22%20stroke-miterlimit%3D%2210%22%20x1%3D%227.125%22%20y1%3D%229.25%22%20x2%3D%2239.75%22%20y2%3D%229.25%22%2F%3E%0D%0A%3Cline%20fill%3D%22none%22%20stroke%3D%22%23000000%22%20stroke-width%3D%224%22%20stroke-miterlimit%3D%2210%22%20x1%3D%227.125%22%20y1%3D%2218.167%22%20x2%3D%2239.75%22%20y2%3D%2218.167%22%2F%3E%0D%0A%3Cline%20fill%3D%22none%22%20stroke%3D%22%23000000%22%20stroke-width%3D%224%22%20stroke-miterlimit%3D%2210%22%20x1%3D%227.125%22%20y1%3D%2227.083%22%20x2%3D%2239.75%22%20y2%3D%2227.083%22%2F%3E%0D%0A%3Cline%20fill%3D%22none%22%20stroke%3D%22%23000000%22%20stroke-width%3D%224%22%20stroke-miterlimit%3D%2210%22%20x1%3D%227.125%22%20y1%3D%2236%22%20x2%3D%2229.809%22%20y2%3D%2236%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A)}.enlighter-default .enlighter-toolbar .enlighter-btn-website{background-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22E%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2246px%22%20height%3D%2246px%22%20viewBox%3D%220%200%2046%2046%22%20enable-background%3D%22new%200%200%2046%2046%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%3E%0D%0A%09%3Cpath%20fill%3D%22%23202F65%22%20d%3D%22M32.48%2C25.614H19.64l-4.933%2C9.826l17.746%2C0.037l-6.173%2C5.358L8.167%2C40.912L16.29%2C6.055h22.974l-5.734%2C5.354%0D%0A%09%09l-13.306-0.027l0.672%2C8.797h12.841L32.48%2C25.614z%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A)}.enlighter-code{overflow:hidden}.enlighter-origin{display:none!important}.enlighter-clipboard{position:absolute;left:0;bottom:0;width:1px;height:1px;overflow:hidden}.enlighter-v-inline{display:inline-block;overflow:inherit;margin:0}.enlighter-v-standard{display:block}.enlighter-v-codegroup{display:block}.enlighter-v-codegroup .enlighter-codegroup-wrapper{position:relative}.enlighter-v-codegroup .enlighter-code{display:none}.enlighter-v-codegroup .enlighter-toolbar{top:44px}div.enlighter{display:table;width:100%;border-collapse:collapse;border-spacing:0;empty-cells:show;min-width:100%;font-size:1em;margin:0;padding:0;text-indent:0;counter-reset:enlighter 0}div.enlighter>div{display:table-row;margin:0;border:solid 0 #fff;list-style:none;font-size:inherit;line-height:1.15em;min-height:14px}div.enlighter>div>div{display:table-cell;padding-left:10px}div.enlighter>div>div::before{content:" "}span.enlighter{display:inline-block;padding:3px 5px 1px 5px;margin:0 2px 0 2px}.enlighter span{margin:0;padding:0;line-height:inherit;font-size:1em;font-family:inherit}.enlighter-linenumbers div.enlighter>div::before{white-space:nowrap;display:block;display:table-cell;width:45px;min-width:45px;counter-increment:enlighter;content:counter(enlighter,decimal) ".";text-align:right;padding-right:8px}.enlighter-toolbar{display:none;position:absolute;right:10px;top:10px;z-index:10}.enlighter-toolbar-bottom{top:unset;bottom:0}.enlighter-overflow-scroll.enlighter-v-codegroup .enlighter-code,.enlighter-overflow-scroll.enlighter-v-standard .enlighter-code{overflow-x:auto;word-wrap:normal!important}.enlighter-overflow-scroll.enlighter-v-codegroup .enlighter>div>div,.enlighter-overflow-scroll.enlighter-v-standard .enlighter>div>div{white-space:pre!important}.enlighter-overflow-scroll.enlighter-v-codegroup .enlighter-raw,.enlighter-overflow-scroll.enlighter-v-standard .enlighter-raw{white-space:pre!important}.enlighter-collapse.enlighter-v-codegroup .enlighter-code,.enlighter-collapse.enlighter-v-standard .enlighter-code{overflow-y:auto;max-height:500px}.enlighter-collapse.enlighter-collapse-full.enlighter-v-standard .enlighter-code{max-height:none}.enlighter-collapse.enlighter-collapse-full.enlighter-v-codegroup .enlighter-codegroup-wrapper{max-height:none}.enlighter-show-rawcode .enlighter-raw{display:block}.enlighter-show-rawcode .enlighter{display:none!important}
.enlighter-t-enlighter{color:#939393;border-radius:8px;border:solid 1px #e0e0e0}.enlighter-t-enlighter .enlighter-btn{border-radius:3px;background-color:#fff;color:#717171;font-size:1em;padding:0;border:1px solid #e0e0e0;margin:0 0 0 8px;text-decoration:none;width:23px;height:23px;background-position:0 0;background-size:contain}.enlighter-t-enlighter .enlighter-btn:hover{border-color:#c9c9c9}.enlighter-t-enlighter .enlighter-btn:after{content:''}.enlighter-t-enlighter.enlighter-hover.enlighter-linenumbers div.enlighter>div:hover{color:#444;background-color:#fffcd3}.enlighter-t-enlighter.enlighter-hover div.enlighter>div:hover{color:#444;background-color:#fffcd3}.enlighter-t-enlighter .enlighter-raw{font-size:1em;color:#000;background-color:#f9f9f9;border-radius:8px;line-height:1.4em;padding:0 5px 0 60px}.enlighter-t-enlighter div.enlighter>div{border:solid 0 #fff;line-height:1.35em;color:#aaa}.enlighter-t-enlighter div.enlighter>div:FIRST-CHILD{border-radius:8px 8px 0 0}.enlighter-t-enlighter div.enlighter>div:LAST-CHILD{border-radius:0 0 8px 8px}.enlighter-t-enlighter div.enlighter>div.enlighter-special{background-color:#fdf5f0}.enlighter-t-enlighter.enlighter-linenumbers div.enlighter>div::before{border-right:solid 1px #e0e0e0;background-color:#f9f9f9}.enlighter-t-enlighter.enlighter-linenumbers div.enlighter>div:FIRST-CHILD::before{border-radius:8px 0 0 0}.enlighter-t-enlighter.enlighter-linenumbers div.enlighter>div:LAST-CHILD::before{border-radius:0 0 0 8px}.enlighter-t-enlighter .enlighter-text{color:#000}.enlighter-t-enlighter .enlighter-c0{color:#99a}.enlighter-t-enlighter .enlighter-c1{color:#99a}.enlighter-t-enlighter .enlighter-c2{color:#99a}.enlighter-t-enlighter .enlighter-c9{color:#9baa8f}.enlighter-t-enlighter .enlighter-k0{color:#286491;font-weight:700}.enlighter-t-enlighter .enlighter-k1{color:#286491;font-weight:700}.enlighter-t-enlighter .enlighter-k2{color:#458;font-weight:700}.enlighter-t-enlighter .enlighter-k3{color:#4da0d2;background-color:#f0f0f0}.enlighter-t-enlighter .enlighter-k4{color:#4a9141;font-weight:700}.enlighter-t-enlighter .enlighter-k5{color:#286491;font-weight:700}.enlighter-t-enlighter .enlighter-k6{color:#286491;font-style:italic}.enlighter-t-enlighter .enlighter-k7{color:#286491;font-weight:700}.enlighter-t-enlighter .enlighter-k8{color:#4da0d2}.enlighter-t-enlighter .enlighter-k9{color:#990073;font-weight:700}.enlighter-t-enlighter .enlighter-k10{color:#4a9141;font-style:italic}.enlighter-t-enlighter .enlighter-k11{color:#99a}.enlighter-t-enlighter .enlighter-e0{color:#34068a;font-weight:700}.enlighter-t-enlighter .enlighter-e1{color:#34068a;font-weight:700}.enlighter-t-enlighter .enlighter-e2{color:#009926}.enlighter-t-enlighter .enlighter-e3{color:#286491}.enlighter-t-enlighter .enlighter-e4{color:#ff8c00;font-style:italic}.enlighter-t-enlighter .enlighter-s0{color:#d14}.enlighter-t-enlighter .enlighter-s1{color:#d14}.enlighter-t-enlighter .enlighter-s2{color:#d14}.enlighter-t-enlighter .enlighter-s3{color:#737383}.enlighter-t-enlighter .enlighter-s4{color:#ff8c00;font-weight:700}.enlighter-t-enlighter .enlighter-s5{color:#d14;font-style:italic}.enlighter-t-enlighter .enlighter-n0{color:#099}.enlighter-t-enlighter .enlighter-n1{color:#099}.enlighter-t-enlighter .enlighter-n2{color:#099;font-style:italic}.enlighter-t-enlighter .enlighter-n3{color:#099;font-style:italic}.enlighter-t-enlighter .enlighter-n4{color:#099;font-style:italic}.enlighter-t-enlighter .enlighter-n5{color:#099;text-decoration:underline}.enlighter-t-enlighter .enlighter-m0{color:#0086b3}.enlighter-t-enlighter .enlighter-m1{color:#0086b3}.enlighter-t-enlighter .enlighter-m2{color:#0086b3}.enlighter-t-enlighter .enlighter-m3{color:#0086b3}.enlighter-t-enlighter .enlighter-g0{color:#777}.enlighter-t-enlighter .enlighter-g1{color:#777}.enlighter-t-enlighter .enlighter-t0{color:#777}.enlighter-t-enlighter .enlighter-t1{color:#d14;font-weight:700}.enlighter-t-enlighter .enlighter-t2{color:#990073;font-weight:700}.enlighter-t-enlighter .enlighter-t3{color:#0086b3}.enlighter-t-enlighter .enlighter-t4{color:#009926}.enlighter-t-enlighter .enlighter-t5{color:#009926}.enlighter-t-enlighter .enlighter-t6{color:#d14}.enlighter-t-enlighter .enlighter-t7{color:#535353;font-weight:700}.enlighter-t-enlighter .enlighter-t8{color:#777;background-color:#f0f0f0;font-style:italic}.enlighter-t-enlighter .enlighter-x1{color:#286491;font-weight:700}.enlighter-t-enlighter .enlighter-x2{color:#4da0d2}.enlighter-t-enlighter .enlighter-x10{color:#000;font-weight:700}.enlighter-t-enlighter .enlighter-x11{color:#286491;font-weight:700}.enlighter-t-enlighter .enlighter-x12{color:#286491;text-decoration:underline}.enlighter-t-enlighter .enlighter-x13{color:#0086b3}.enlighter-t-enlighter .enlighter-x14{color:#099;font-style:italic}.enlighter-t-enlighter .enlighter-x15{color:#990073;font-style:italic}.enlighter-t-enlighter.enlighter-v-inline{border-radius:3px;background-color:#fafafa}.enlighter-t-enlighter.enlighter-v-codegroup .enlighter,.enlighter-t-enlighter.enlighter-v-codegroup .enlighter-raw{border-top-left-radius:0;border-top-right-radius:0}.enlighter-t-enlighter.enlighter-v-codegroup .enlighter div:first-child{border-radius:0}.enlighter-t-enlighter.enlighter-v-codegroup .enlighter-codegroup-wrapper{position:relative}.enlighter-t-enlighter.enlighter-v-codegroup .enlighter-codegroup-switch{border-radius:8px 8px 0 0;background-color:#f9f9f9;border-bottom:1px solid #e0e0e0;padding:5px 5px 5px 45px}.enlighter-t-enlighter.enlighter-v-codegroup .enlighter-codegroup-switch .enlighter-btn{padding:3px 10px 3px 10px;border-radius:4px;border:1px solid #e0e0e0;font-size:1em;color:#000;background-color:transparent;width:auto}.enlighter-t-enlighter.enlighter-v-codegroup .enlighter-codegroup-switch .enlighter-btn.enlighter-active{background-color:#e5e5e5;color:#000;border-color:#c9c9c9}
.enlighter-t-beyond{color:#333;background-color:#f7f7fa;border-radius:5px;border:solid 2px #e2e2e8;padding:10px 10px 10px 5px}.enlighter-t-beyond .enlighter-btn{border-radius:3px;background-color:#fff;color:#717171;padding:0;border:1px solid #e0e0e0;margin:0 0 0 8px;width:23px;height:23px;background-position:0 0;background-size:contain;font-family:"Open Sans",Arial,Verdana,sans-serif}.enlighter-t-beyond .enlighter-btn:hover{border-color:#c9c9c9}.enlighter-t-beyond .enlighter-btn:after{content:''}.enlighter-t-beyond.enlighter-hover div.enlighter>div:hover{color:#444;background-color:#fff}.enlighter-t-beyond.enlighter-hover div.enlighter>div:hover.enlighter-special{background-color:#fffcd3;border:solid 0 #fff;color:#444}.enlighter-t-beyond .enlighter-raw{background-color:#f7f7fa;font-size:1.1em;color:#333;padding:10px 15px 10px 59px;line-height:1.7em}.enlighter-t-beyond div.enlighter>div{border:solid 0 #fff;padding:1px 5px 1px 10px;line-height:1.5em;color:#aaa;background-color:#f7f7fa}.enlighter-t-beyond div.enlighter>div:FIRST-CHILD{border-radius:8px 8px 0 0}.enlighter-t-beyond div.enlighter>div:LAST-CHILD{border-radius:0 0 8px 8px}.enlighter-t-beyond div.enlighter>div:AFTER{content:' '}.enlighter-t-beyond div.enlighter>div.enlighter-special{background-color:#fff}.enlighter-t-beyond.enlighter-linenumbers div.enlighter>div::before{padding:1px 5px 1px 14px;font-size:.9em}.enlighter-t-beyond.enlighter-linenumbers div.enlighter>div:FIRST-CHILD::before{border-radius:0 8px 0 0}.enlighter-t-beyond.enlighter-linenumbers div.enlighter>div:LAST-CHILD::before{border-radius:0 0 8px 0}.enlighter-t-beyond .enlighter span{font-size:1.1em}.enlighter-t-beyond .enlighter-text{color:#2f3235}.enlighter-t-beyond .enlighter-c0{color:#8181a1}.enlighter-t-beyond .enlighter-c1{color:#8181a1}.enlighter-t-beyond .enlighter-c2{color:#8181a1}.enlighter-t-beyond .enlighter-c9{color:#8181a1}.enlighter-t-beyond .enlighter-k0{color:#286491;font-weight:700}.enlighter-t-beyond .enlighter-k1{color:#286491;font-weight:700}.enlighter-t-beyond .enlighter-k2{color:#458;font-weight:700}.enlighter-t-beyond .enlighter-k3{color:#4da0d2;background-color:#f0f0f0}.enlighter-t-beyond .enlighter-k4{color:#4a9141;font-weight:700}.enlighter-t-beyond .enlighter-k5{color:#286491;font-weight:700}.enlighter-t-beyond .enlighter-k6{color:#286491;font-style:italic}.enlighter-t-beyond .enlighter-k7{color:#286491;font-weight:700}.enlighter-t-beyond .enlighter-k8{color:#4da0d2}.enlighter-t-beyond .enlighter-k9{color:#990073;font-weight:700}.enlighter-t-beyond .enlighter-k10{color:#4a9141;font-style:italic}.enlighter-t-beyond .enlighter-k11{color:#8181a1}.enlighter-t-beyond .enlighter-e0{color:#34068a;font-weight:700}.enlighter-t-beyond .enlighter-e1{color:#34068a;font-weight:700}.enlighter-t-beyond .enlighter-e2{color:#009926}.enlighter-t-beyond .enlighter-e3{color:#286491}.enlighter-t-beyond .enlighter-e4{color:#049595;font-style:italic}.enlighter-t-beyond .enlighter-s0{color:#d14}.enlighter-t-beyond .enlighter-s1{color:#d14}.enlighter-t-beyond .enlighter-s2{color:#d14}.enlighter-t-beyond .enlighter-s3{color:#737383}.enlighter-t-beyond .enlighter-s4{color:#049595;font-weight:700}.enlighter-t-beyond .enlighter-s5{color:#d14;font-style:italic}.enlighter-t-beyond .enlighter-n0{color:#099}.enlighter-t-beyond .enlighter-n1{color:#099}.enlighter-t-beyond .enlighter-n2{color:#099;font-style:italic}.enlighter-t-beyond .enlighter-n3{color:#099;font-style:italic}.enlighter-t-beyond .enlighter-n4{color:#099;font-style:italic}.enlighter-t-beyond .enlighter-n5{color:#099;text-decoration:underline}.enlighter-t-beyond .enlighter-m0{color:#0086b3}.enlighter-t-beyond .enlighter-m1{color:#0086b3}.enlighter-t-beyond .enlighter-m2{color:#0086b3}.enlighter-t-beyond .enlighter-m3{color:#0086b3}.enlighter-t-beyond .enlighter-g0{color:#777}.enlighter-t-beyond .enlighter-g1{color:#777}.enlighter-t-beyond .enlighter-t0{color:#777}.enlighter-t-beyond .enlighter-t1{color:#d14;font-weight:700}.enlighter-t-beyond .enlighter-t2{color:#990073;font-weight:700}.enlighter-t-beyond .enlighter-t3{color:#0086b3}.enlighter-t-beyond .enlighter-t4{color:#009926}.enlighter-t-beyond .enlighter-t5{color:#009926}.enlighter-t-beyond .enlighter-t6{color:#d14}.enlighter-t-beyond .enlighter-t7{color:#535353;font-weight:700}.enlighter-t-beyond .enlighter-t8{color:#777;background-color:#f0f0f0;font-style:italic}.enlighter-t-beyond .enlighter-x1{color:#286491;font-weight:700}.enlighter-t-beyond .enlighter-x2{color:#4da0d2}.enlighter-t-beyond .enlighter-x10{color:#000;font-weight:700}.enlighter-t-beyond .enlighter-x11{color:#286491;font-weight:700}.enlighter-t-beyond .enlighter-x12{color:#286491;text-decoration:underline}.enlighter-t-beyond .enlighter-x13{color:#0086b3}.enlighter-t-beyond .enlighter-x14{color:#099;font-style:italic}.enlighter-t-beyond .enlighter-x15{color:#990073;font-style:italic}.enlighter-t-beyond.enlighter-v-inline{border-radius:3px;background-color:#f7f7fa;border:dotted 1px #e2e2e8;padding:0}.enlighter-t-beyond.enlighter-v-codegroup{padding:0;border:none}.enlighter-t-beyond.enlighter-v-codegroup .enlighter-codegroup-wrapper{background-color:#f7f7fa;border-radius:5px;border:solid 2px #e2e2e8;padding:10px 10px 10px 5px}.enlighter-t-beyond.enlighter-v-codegroup .enlighter-codegroup-switch{background-color:#fff;padding:0 0 0 45px}.enlighter-t-beyond.enlighter-v-codegroup .enlighter-codegroup-switch .enlighter-btn{border:solid 2px #e2e2e8;border-radius:5px 5px 0 0;font-size:1em;color:#286491;font-weight:700;background-color:#fff;border-bottom:none;padding:3px 10px 3px 10px;width:auto}.enlighter-t-beyond.enlighter-v-codegroup .enlighter-codegroup-switch .enlighter-btn.enlighter-active{background-color:#e2e2e8;border-color:#d8d8dd;color:#505050;font-weight:700}
.enlighter-t-classic{background-color:#fff;border:1px solid #e8e8e2}.enlighter-t-classic .enlighter-btn{background-color:#fff;color:#717171;font-size:1em;padding:0;border:1px solid #e0e0e0;margin:0 0 0 8px;text-decoration:none;width:23px;height:23px;background-position:0 0;background-size:contain;font-family:"Open Sans",Arial,Verdana,sans-serif}.enlighter-t-classic .enlighter-btn:hover{border-color:#c9c9c9}.enlighter-t-classic .enlighter-btn:after{content:''}.enlighter-t-classic.enlighter-hover div.enlighter>div:hover{background-color:#ddf0dd}.enlighter-t-classic .enlighter-raw{font-size:1.25em;color:#000;line-height:1.85em;padding:4px 5px 4px 58px}.enlighter-t-classic div.enlighter{line-height:1.7em}.enlighter-t-classic div.enlighter>div{padding:1px 5px 1px 14px;line-height:1.7em;color:#aaa}.enlighter-t-classic div.enlighter>div>div{border-left:solid 4px #52ce52}.enlighter-t-classic div.enlighter>div:FIRST-CHILD{padding-top:5px}.enlighter-t-classic div.enlighter>div:LAST-CHILD{padding-bottom:5px}.enlighter-t-classic div.enlighter>div:AFTER{content:' '}.enlighter-t-classic div.enlighter>div:nth-child(even){background-color:#f8f8f8}.enlighter-t-classic div.enlighter>div.enlighter-special{background-color:#edf9ec;border-left-color:#3fa03f}.enlighter-t-classic.enlighter-linenumbers div.enlighter>div::before{padding:1px 5px 1px 14px;color:#000;background-color:#f8f8f8;font-size:1.15em;width:55px;min-width:55px}.enlighter-t-classic .enlighter span{font-size:1.25em}.enlighter-t-classic .enlighter-text{color:#000}.enlighter-t-classic .enlighter-c0{color:#888}.enlighter-t-classic .enlighter-c1{color:#888}.enlighter-t-classic .enlighter-c2{color:#888}.enlighter-t-classic .enlighter-c9{color:#888}.enlighter-t-classic .enlighter-k0{color:#066da1;font-weight:700}.enlighter-t-classic .enlighter-k1{color:#066da1;font-weight:700}.enlighter-t-classic .enlighter-k2{color:#404247;font-weight:700}.enlighter-t-classic .enlighter-k3{color:#404247;background-color:#f0f0f0}.enlighter-t-classic .enlighter-k4{color:#404247;font-weight:700}.enlighter-t-classic .enlighter-k5{color:#404247;font-weight:700}.enlighter-t-classic .enlighter-k6{color:#066da1;font-style:italic}.enlighter-t-classic .enlighter-k7{color:#066da1;font-weight:700}.enlighter-t-classic .enlighter-k8{color:#404247}.enlighter-t-classic .enlighter-k9{color:#d53aa9;font-weight:700}.enlighter-t-classic .enlighter-k10{color:#404247;font-style:italic}.enlighter-t-classic .enlighter-k11{color:#888}.enlighter-t-classic .enlighter-e0{color:#d53aa9;font-weight:700}.enlighter-t-classic .enlighter-e1{color:#d53aa9;font-weight:700}.enlighter-t-classic .enlighter-e2{color:#009926}.enlighter-t-classic .enlighter-e3{color:#d53aa9}.enlighter-t-classic .enlighter-e4{color:#d53aa9;font-style:italic}.enlighter-t-classic .enlighter-s0{color:#2d47e6}.enlighter-t-classic .enlighter-s1{color:#2d47e6}.enlighter-t-classic .enlighter-s2{color:#2d47e6}.enlighter-t-classic .enlighter-s3{color:#2d47e6}.enlighter-t-classic .enlighter-s4{color:#2d47e6;font-weight:700}.enlighter-t-classic .enlighter-s5{color:#d53aa9;font-weight:700}.enlighter-t-classic .enlighter-n0{color:#d53aa9}.enlighter-t-classic .enlighter-n1{color:#d53aa9}.enlighter-t-classic .enlighter-n2{color:#d53aa9}.enlighter-t-classic .enlighter-n3{color:#d53aa9}.enlighter-t-classic .enlighter-n4{color:#d53aa9}.enlighter-t-classic .enlighter-n5{color:#d53aa9}.enlighter-t-classic .enlighter-m0{color:#404247}.enlighter-t-classic .enlighter-m1{color:#404247}.enlighter-t-classic .enlighter-m2{color:#404247}.enlighter-t-classic .enlighter-m3{color:#404247}.enlighter-t-classic .enlighter-g0{color:#444}.enlighter-t-classic .enlighter-g1{color:#444}.enlighter-t-classic .enlighter-t0{color:#444}.enlighter-t-classic .enlighter-t1{color:#d53aa9;font-weight:700}.enlighter-t-classic .enlighter-t2{color:#d53aa9;font-weight:700}.enlighter-t-classic .enlighter-t3{color:#066da1}.enlighter-t-classic .enlighter-t4{color:#009926}.enlighter-t-classic .enlighter-t5{color:#009926}.enlighter-t-classic .enlighter-t6{color:#d53aa9}.enlighter-t-classic .enlighter-t7{color:#444;font-weight:700}.enlighter-t-classic .enlighter-t8{color:#444;background-color:#f0f0f0;font-style:italic}.enlighter-t-classic .enlighter-x1{color:#066da1;font-weight:700}.enlighter-t-classic .enlighter-x2{color:#404247;font-weight:700}.enlighter-t-classic .enlighter-x10{color:#000;font-weight:700}.enlighter-t-classic .enlighter-x11{color:#286491;font-weight:700}.enlighter-t-classic .enlighter-x12{color:#286491;text-decoration:underline}.enlighter-t-classic .enlighter-x13{color:#0086b3}.enlighter-t-classic .enlighter-x14{color:#099;font-style:italic}.enlighter-t-classic .enlighter-x15{color:#990073;font-style:italic}.enlighter-t-classic.enlighter-v-inline{background-color:transparent;border:none}.enlighter-t-classic.enlighter-v-codegroup{display:block}.enlighter-t-classic.enlighter-v-codegroup .enlighter-codegroup-wrapper{position:relative}.enlighter-t-classic.enlighter-v-codegroup .enlighter-codegroup-switch{background-color:#f8f8f8;padding-left:45px}.enlighter-t-classic.enlighter-v-codegroup .enlighter-codegroup-switch .enlighter-btn{border:none;font-size:1.25em;line-height:2.1em;width:auto;height:auto;background-color:transparent;padding:5px 10px 5px 10px}.enlighter-t-classic.enlighter-v-codegroup .enlighter-codegroup-switch .enlighter-btn.enlighter-active{background-color:#52ce52;color:#f9f9f9;font-weight:700}
.enlighter-t-godzilla{border-left:solid 6px #4a80b3;background-image:url(data:image/gif;base64,R0lGODlhHgAeAJEAAPLz9ezt7vf39wAAACwAAAAAHgAeAAACYYyPqXvi/wCccr5gY3Y1491Z4fRlI3Rem5ByaymurQBT8nuDuM57wA8MCodEQA2V8yRjm6OmZ3G6oKSlrWlFYqlaJffpNWUvxbL5J2WNHenZrL2mxd/znfjLrm/v/Kg+UwAAOw==);background-repeat:repeat;background-position:0 0}.enlighter-t-godzilla .enlighter-btn{border-radius:3px;background-color:#fff;color:#717171;font-size:1em;padding:0;border:1px solid #e0e0e0;margin:0 0 0 8px;text-decoration:none;width:23px;height:23px;background-position:0 0;background-size:contain}.enlighter-t-godzilla .enlighter-btn:hover{border-color:#c9c9c9}.enlighter-t-godzilla .enlighter-btn:after{content:''}.enlighter-t-godzilla.enlighter-hover div.enlighter>div:hover{background-color:#f0f0f1}.enlighter-t-godzilla .enlighter-raw{font-size:1.15em;line-height:1.6em;color:#2b333a;padding:4px 5px 4px 54px}.enlighter-t-godzilla div.enlighter>div{padding:1px 5px 1px 14px;line-height:1.35em;color:#9c9ea0}.enlighter-t-godzilla div.enlighter>div:FIRST-CHILD{padding-top:5px}.enlighter-t-godzilla div.enlighter>div:LAST-CHILD{padding-bottom:5px}.enlighter-t-godzilla div.enlighter>div:AFTER{content:' '}.enlighter-t-godzilla div.enlighter>div.enlighter-special{background-color:#fffcd3}.enlighter-t-godzilla.enlighter-linenumbers div.enlighter>div::before{padding:1px 5px 1px 14px;background-color:transparent;font-size:.9em}.enlighter-t-godzilla .enlighter span{font-size:1.15em}.enlighter-t-godzilla .enlighter-text{color:#2b333a}.enlighter-t-godzilla .enlighter-c0{color:#6b7c8b}.enlighter-t-godzilla .enlighter-c1{color:#6b7c8b}.enlighter-t-godzilla .enlighter-c2{color:#6b7c8b}.enlighter-t-godzilla .enlighter-c9{color:#5b7c9c}.enlighter-t-godzilla .enlighter-k0{color:#085789;font-weight:700}.enlighter-t-godzilla .enlighter-k1{color:#085789;font-weight:700}.enlighter-t-godzilla .enlighter-k2{color:#4284ae;font-weight:700}.enlighter-t-godzilla .enlighter-k3{color:#4284ae;background-color:#f0f0f0}.enlighter-t-godzilla .enlighter-k4{color:#4284ae;font-weight:700}.enlighter-t-godzilla .enlighter-k5{color:#085789;font-weight:700}.enlighter-t-godzilla .enlighter-k6{color:#085789;font-style:italic}.enlighter-t-godzilla .enlighter-k7{color:#085789;font-weight:700}.enlighter-t-godzilla .enlighter-k8{color:#4284ae}.enlighter-t-godzilla .enlighter-k9{color:#ae42a0;font-weight:700}.enlighter-t-godzilla .enlighter-k10{color:#ae42a0;font-style:italic}.enlighter-t-godzilla .enlighter-k11{color:#6b7c8b}.enlighter-t-godzilla .enlighter-e0{color:#085789;font-weight:700}.enlighter-t-godzilla .enlighter-e1{color:#085789;font-weight:700}.enlighter-t-godzilla .enlighter-e2{color:#085789}.enlighter-t-godzilla .enlighter-e3{color:#085789}.enlighter-t-godzilla .enlighter-e4{color:#d2901d}.enlighter-t-godzilla .enlighter-s0{color:#5e860f}.enlighter-t-godzilla .enlighter-s1{color:#5e860f}.enlighter-t-godzilla .enlighter-s2{color:#5e860f}.enlighter-t-godzilla .enlighter-s3{color:#5e860f}.enlighter-t-godzilla .enlighter-s4{color:#5e860f}.enlighter-t-godzilla .enlighter-s5{color:#5e860f}.enlighter-t-godzilla .enlighter-n0{color:#9b0d5c}.enlighter-t-godzilla .enlighter-n1{color:#9b0d5c}.enlighter-t-godzilla .enlighter-n2{color:#9b0d5c;font-style:italic}.enlighter-t-godzilla .enlighter-n3{color:#9b0d5c;font-style:italic}.enlighter-t-godzilla .enlighter-n4{color:#9b0d5c;font-style:italic}.enlighter-t-godzilla .enlighter-n5{color:#9b0d5c;text-decoration:underline}.enlighter-t-godzilla .enlighter-m0{color:#d0284a}.enlighter-t-godzilla .enlighter-m1{color:#d0284a}.enlighter-t-godzilla .enlighter-m2{color:#d0284a}.enlighter-t-godzilla .enlighter-m3{color:#d0284a}.enlighter-t-godzilla .enlighter-g0{color:#35434c}.enlighter-t-godzilla .enlighter-g1{color:#35434c}.enlighter-t-godzilla .enlighter-t0{color:#35434c}.enlighter-t-godzilla .enlighter-t1{color:#d0284a;font-weight:700}.enlighter-t-godzilla .enlighter-t2{color:#9b0d5c;font-weight:700}.enlighter-t-godzilla .enlighter-t3{color:#085789}.enlighter-t-godzilla .enlighter-t4{color:#085789}.enlighter-t-godzilla .enlighter-t5{color:#085789}.enlighter-t-godzilla .enlighter-t6{color:#d0284a}.enlighter-t-godzilla .enlighter-t7{color:#35434c;font-weight:700}.enlighter-t-godzilla .enlighter-t8{color:#35434c;background-color:#f0f0f0;font-style:italic}.enlighter-t-godzilla .enlighter-x1{color:#085789;font-weight:700}.enlighter-t-godzilla .enlighter-x2{color:#4284ae}.enlighter-t-godzilla .enlighter-x10{color:#35434c;font-weight:700}.enlighter-t-godzilla .enlighter-x11{color:#085789;font-weight:700}.enlighter-t-godzilla .enlighter-x12{color:#085789;text-decoration:underline}.enlighter-t-godzilla .enlighter-x13{color:#4284ae}.enlighter-t-godzilla .enlighter-x14{color:#4284ae;font-style:italic}.enlighter-t-godzilla .enlighter-x15{color:#9b0d5c;font-style:italic}.enlighter-t-godzilla.enlighter-v-inline{background-color:#f7f7f7;border:dotted 1px #e0e0e1;border-left:solid 2px #4a80b3}.enlighter-t-godzilla.enlighter-v-codegroup .enlighter-codegroup-switch{font-family:"Open Sans",Arial,Verdana,sans-serif;background-color:#4a80b3;padding:5px 5px 5px 5px}.enlighter-t-godzilla.enlighter-v-codegroup .enlighter-codegroup-switch .enlighter-btn{padding:3px 10px 3px 10px;border:none;background-color:transparent;line-height:1.7em;font-size:1.15em;color:#f0f0f0;width:auto}.enlighter-t-godzilla.enlighter-v-codegroup .enlighter-codegroup-switch .enlighter-btn.enlighter-active{background-color:#00417f}
.enlighter-t-atomic{font-family:Inconsolata,Consolas,"Source Code Pro","Liberation Mono","Courier New",Courier,monospace;background-color:#272b33;font-size:12px;color:#939393}.enlighter-t-atomic .enlighter-toolbar{top:10px;right:10px}.enlighter-t-atomic .enlighter-btn{font-family:"Open Sans",Arial,Verdana,sans-serif;background-image:none;background-color:transparent;color:#939393;font-size:1.1em;padding:2px 8px 2px 8px;margin:0 5px 0 5px;border:solid 1px #383e49;border-radius:4px;background-color:#13151a}.enlighter-t-atomic .enlighter-btn:hover{background-color:#121518;color:#f0f0f0}.enlighter-t-atomic .enlighter-toolbar .enlighter-btn-raw{background-image:none}.enlighter-t-atomic .enlighter-toolbar .enlighter-btn-raw:after{content:'Raw'}.enlighter-t-atomic .enlighter-toolbar .enlighter-btn-copy{background-image:none}.enlighter-t-atomic .enlighter-toolbar .enlighter-btn-copy:after{content:'Copy'}.enlighter-t-atomic .enlighter-toolbar .enlighter-btn-window{background-image:none}.enlighter-t-atomic .enlighter-toolbar .enlighter-btn-window:after{content:'Extern'}.enlighter-t-atomic .enlighter-toolbar .enlighter-btn-website{background-image:none}.enlighter-t-atomic .enlighter-toolbar .enlighter-btn-website:after{content:'EnlighterJS'}.enlighter-t-atomic .enlighter-raw{font-size:1.4em;color:#cfd5e0;background-color:#272b33;line-height:1.85em;padding:4px 5px 4px 54px}.enlighter-t-atomic div.enlighter>div{padding:1px 5px 1px 14px;line-height:1.6em;color:#596174;background-color:#272b33}.enlighter-t-atomic div.enlighter>div:FIRST-CHILD{padding-top:5px}.enlighter-t-atomic div.enlighter>div:LAST-CHILD{padding-bottom:5px}.enlighter-t-atomic div.enlighter>div:AFTER{content:' '}.enlighter-t-atomic div.enlighter>div.enlighter-special{background-color:#392d3b}.enlighter-t-atomic.enlighter-linenumbers div.enlighter>div::before{padding:1px 5px 1px 14px;font-size:1.3em}.enlighter-t-atomic.enlighter-hover div.enlighter>div:hover{background-color:#2e353e}.enlighter-t-atomic .enlighter span{font-size:1.4em}.enlighter-t-atomic .enlighter-text{color:#cfd5e0}.enlighter-t-atomic .enlighter-c0{color:#6b7c8b}.enlighter-t-atomic .enlighter-c1{color:#6b7c8b}.enlighter-t-atomic .enlighter-c2{color:#6b7c8b}.enlighter-t-atomic .enlighter-c9{color:#5b7c9c}.enlighter-t-atomic .enlighter-k0{color:#d171dd;font-weight:700}.enlighter-t-atomic .enlighter-k1{color:#d171dd;font-weight:700}.enlighter-t-atomic .enlighter-k2{color:#d19252;border-bottom:dotted 1px #d19252}.enlighter-t-atomic .enlighter-k3{color:#4284ae}.enlighter-t-atomic .enlighter-k4{color:#4284ae;font-weight:700}.enlighter-t-atomic .enlighter-k5{color:#d171dd;font-weight:700}.enlighter-t-atomic .enlighter-k6{color:#d171dd;font-style:italic}.enlighter-t-atomic .enlighter-k7{color:#d171dd;font-weight:700}.enlighter-t-atomic .enlighter-k8{color:#4284ae}.enlighter-t-atomic .enlighter-k9{color:#fff}.enlighter-t-atomic .enlighter-k10{color:#4284ae;font-style:italic}.enlighter-t-atomic .enlighter-k11{color:#6b7c8b}.enlighter-t-atomic .enlighter-e0{color:#d171dd;font-weight:700}.enlighter-t-atomic .enlighter-e1{color:#d171dd;font-weight:700}.enlighter-t-atomic .enlighter-e2{color:#d19252}.enlighter-t-atomic .enlighter-e3{color:#ae42a0}.enlighter-t-atomic .enlighter-e4{color:#d2901d;font-style:italic}.enlighter-t-atomic .enlighter-s0{color:#7cc379}.enlighter-t-atomic .enlighter-s1{color:#7cc379}.enlighter-t-atomic .enlighter-s2{color:#7cc379}.enlighter-t-atomic .enlighter-s3{color:#7cc379}.enlighter-t-atomic .enlighter-s4{color:#7cc379;font-weight:700}.enlighter-t-atomic .enlighter-s5{color:#5e860f;font-style:italic}.enlighter-t-atomic .enlighter-n0{color:#d19a66}.enlighter-t-atomic .enlighter-n1{color:#d19a66}.enlighter-t-atomic .enlighter-n2{color:#d19a66}.enlighter-t-atomic .enlighter-n3{color:#d19a66}.enlighter-t-atomic .enlighter-n4{color:#d19a66}.enlighter-t-atomic .enlighter-n5{color:#d19a66}.enlighter-t-atomic .enlighter-m0{color:#4284ae}.enlighter-t-atomic .enlighter-m1{color:#4284ae}.enlighter-t-atomic .enlighter-m2{color:#4284ae}.enlighter-t-atomic .enlighter-m3{color:#4284ae}.enlighter-t-atomic .enlighter-g0{color:#6b7c8b;font-weight:700}.enlighter-t-atomic .enlighter-g1{color:#6b7c8b;font-weight:700}.enlighter-t-atomic .enlighter-t0{color:#6b7c8b}.enlighter-t-atomic .enlighter-t1{color:#9b0d5c;font-weight:700}.enlighter-t-atomic .enlighter-t2{color:#990073;font-weight:700}.enlighter-t-atomic .enlighter-t3{color:#d171dd}.enlighter-t-atomic .enlighter-t4{color:#4284ae}.enlighter-t-atomic .enlighter-t5{color:#4284ae}.enlighter-t-atomic .enlighter-t6{color:#9b0d5c}.enlighter-t-atomic .enlighter-t7{color:#6b7c8b;font-weight:700}.enlighter-t-atomic .enlighter-t8{color:#6b7c8b}.enlighter-t-atomic .enlighter-x1{color:#d171dd;font-weight:700}.enlighter-t-atomic .enlighter-x2{color:#d19252;border-bottom:dotted 1px #d19252}.enlighter-t-atomic .enlighter-x10{color:#d171dd;font-weight:700}.enlighter-t-atomic .enlighter-x11{color:#d171dd;font-weight:700}.enlighter-t-atomic .enlighter-x12{color:#d171dd;text-decoration:underline}.enlighter-t-atomic .enlighter-x13{color:#d19252;border-bottom:dotted 1px #d19252}.enlighter-t-atomic .enlighter-x14{color:#d19a66;font-style:italic}.enlighter-t-atomic .enlighter-x15{color:#9b0d5c;font-style:italic}.enlighter-t-atomic.enlighter-v-codegroup .enlighter-codegroup-wrapper{position:relative}.enlighter-t-atomic.enlighter-v-codegroup .enlighter-codegroup-switch{padding:5px 5px 0 45px;background-color:#121518}.enlighter-t-atomic.enlighter-v-codegroup .enlighter-codegroup-switch .enlighter-btn{padding:2px 8px 0 8px;border:none;background-color:transparent;line-height:2.1em;font-weight:700;color:#f0f0f0;border-radius:5px 5px 0 0;text-transform:lowercase}.enlighter-t-atomic.enlighter-v-codegroup .enlighter-codegroup-switch .enlighter-btn.enlighter-active{background-color:#272b33}
.enlighter-t-droide{background-color:#f7f7f9;border:solid 1px #e0e0e0}.enlighter-t-droide .enlighter-btn{background-color:#fff;color:#717171;font-size:1em;padding:0;border:1px solid #e0e0e0;margin:0 0 0 8px;text-decoration:none;width:23px;height:23px;background-position:0 0;background-size:contain}.enlighter-t-droide .enlighter-btn:hover{background-color:#fff}.enlighter-t-droide .enlighter-btn:after{content:''}.enlighter-t-droide.enlighter-hover div.enlighter>div:hover{background-color:#fae9d9}.enlighter-t-droide .enlighter-raw{font-size:1.1em;color:#404141;line-height:1.5em;padding:4px 5px 4px 55px}.enlighter-t-droide div.enlighter>div{border:solid 0 #fff;padding:1px 5px 1px 14px;line-height:1.35em;color:#aaa}.enlighter-t-droide div.enlighter>div:FIRST-CHILD{padding-top:5px}.enlighter-t-droide div.enlighter>div:LAST-CHILD{padding-bottom:5px}.enlighter-t-droide div.enlighter>div:AFTER{content:' '}.enlighter-t-droide div.enlighter>div.enlighter-special{background-color:#fae9d9;border-left:solid 5px #e07c19}.enlighter-t-droide.enlighter-linenumbers div.enlighter>div::before{padding:1px 5px 1px 0;border-right:1px dashed #e0e0e0;font-size:.9em;color:#707070;background-color:#f7f7f9}.enlighter-t-droide .enlighter span{font-size:1.1em}.enlighter-t-droide .enlighter-text{color:#000}.enlighter-t-droide .enlighter-c0{color:#086b08}.enlighter-t-droide .enlighter-c1{color:#086b08}.enlighter-t-droide .enlighter-c2{color:#086b08}.enlighter-t-droide .enlighter-c9{color:#086b08}.enlighter-t-droide .enlighter-k0{color:#12217c;font-weight:700}.enlighter-t-droide .enlighter-k1{color:#12217c;font-weight:700}.enlighter-t-droide .enlighter-k2{color:#458;font-weight:700}.enlighter-t-droide .enlighter-k3{color:#6e0d6e}.enlighter-t-droide .enlighter-k4{color:#6e0d6e;font-weight:700}.enlighter-t-droide .enlighter-k5{color:#12217c;font-weight:700}.enlighter-t-droide .enlighter-k6{color:#12217c;font-style:italic}.enlighter-t-droide .enlighter-k7{color:#12217c;font-weight:700}.enlighter-t-droide .enlighter-k8{color:#458}.enlighter-t-droide .enlighter-k9{color:#990073;font-weight:700}.enlighter-t-droide .enlighter-k10{color:#6e0d6e;font-style:italic}.enlighter-t-droide .enlighter-k11{color:#086b08}.enlighter-t-droide .enlighter-e0{color:#34068a;font-weight:700}.enlighter-t-droide .enlighter-e1{color:#34068a;font-weight:700}.enlighter-t-droide .enlighter-e2{color:#009926}.enlighter-t-droide .enlighter-e3{color:#286491}.enlighter-t-droide .enlighter-e4{color:#ff8c00;font-style:italic}.enlighter-t-droide .enlighter-s0{color:#961414}.enlighter-t-droide .enlighter-s1{color:#961414}.enlighter-t-droide .enlighter-s2{color:#961414}.enlighter-t-droide .enlighter-s3{color:#961414}.enlighter-t-droide .enlighter-s4{color:#963f14;font-weight:700}.enlighter-t-droide .enlighter-s5{color:#961414;font-style:italic}.enlighter-t-droide .enlighter-n0{color:#007f7f}.enlighter-t-droide .enlighter-n1{color:#007f7f}.enlighter-t-droide .enlighter-n2{color:#007f7f;font-style:italic}.enlighter-t-droide .enlighter-n3{color:#007f7f;font-style:italic}.enlighter-t-droide .enlighter-n4{color:#007f7f;font-style:italic}.enlighter-t-droide .enlighter-n5{color:#007f7f;text-decoration:underline}.enlighter-t-droide .enlighter-m0{color:#000}.enlighter-t-droide .enlighter-m1{color:#000}.enlighter-t-droide .enlighter-m2{color:#000}.enlighter-t-droide .enlighter-m3{color:#000}.enlighter-t-droide .enlighter-g0{color:#12217c}.enlighter-t-droide .enlighter-g1{color:#12217c}.enlighter-t-droide .enlighter-t0{color:#777}.enlighter-t-droide .enlighter-t1{color:#961414;font-weight:700}.enlighter-t-droide .enlighter-t2{color:#990073;font-weight:700}.enlighter-t-droide .enlighter-t3{color:#458}.enlighter-t-droide .enlighter-t4{color:#6e0d6e}.enlighter-t-droide .enlighter-t5{color:#6e0d6e}.enlighter-t-droide .enlighter-t6{color:#961414}.enlighter-t-droide .enlighter-t7{color:#535353;font-weight:700}.enlighter-t-droide .enlighter-t8{color:#777;font-style:italic}.enlighter-t-droide .enlighter-x1{color:#12217c;font-weight:700}.enlighter-t-droide .enlighter-x2{color:#6e0d6e}.enlighter-t-droide .enlighter-x10{color:#12217c;font-weight:700}.enlighter-t-droide .enlighter-x11{color:#12217c;font-weight:700}.enlighter-t-droide .enlighter-x12{color:#458}.enlighter-t-droide .enlighter-x13{color:#007f7f}.enlighter-t-droide .enlighter-x14{color:#007f7f}.enlighter-t-droide .enlighter-x15{color:#990073;font-style:italic}.enlighter-t-droide.enlighter-v-codegroup{background-color:transparent;border:none}.enlighter-t-droide.enlighter-v-codegroup .enlighter-codegroup-wrapper{background-color:#f7f7f9;border:solid 1px #e0e0e0}.enlighter-t-droide.enlighter-v-codegroup .enlighter-codegroup-switch{padding-left:15px}.enlighter-t-droide.enlighter-v-codegroup .enlighter-codegroup-switch .enlighter-btn{border:solid 1px #e0e0e0;font-size:1em;color:#000;background-color:transparent;border-radius:0;border-bottom-width:0;padding:5px 10px 5px 10px;font-weight:700;width:auto;height:auto}.enlighter-t-droide.enlighter-v-codegroup .enlighter-codegroup-switch .enlighter-btn.enlighter-active{background-color:#f7f7f9;color:#000;border-color:#c9c9c9}
.enlighter-t-minimal{border-top:solid 3px #e0e0e0;border-bottom:solid 3px #e0e0e0;background-color:transparent;padding:10px 0 10px 0}.enlighter-t-minimal .enlighter-btn{background-color:#fff;color:#717171;font-size:1em;padding:0;border:1px solid #e0e0e0;margin:0 0 0 8px;text-decoration:none;width:23px;height:23px;background-position:0 0;background-size:contain}.enlighter-t-minimal .enlighter-btn:after{content:''}.enlighter-t-minimal.enlighter-hover div.enlighter>div:hover{background-color:#f0f0f0}.enlighter-t-minimal .enlighter-raw{font-size:1.1em;line-height:1.75em;padding:13px 5px 15px 50px;color:#404141}.enlighter-t-minimal div.enlighter>div{border:solid 0 #fff;background-color:transparent;padding:1px 5px 1px 0;line-height:1.5em;color:#a0a0a0}.enlighter-t-minimal div.enlighter>div:FIRST-CHILD{padding-top:5px}.enlighter-t-minimal div.enlighter>div:LAST-CHILD{padding-bottom:5px}.enlighter-t-minimal div.enlighter>div:AFTER{content:' '}.enlighter-t-minimal div.enlighter>div.enlighter-special{background-color:#f9f9f9}.enlighter-t-minimal.enlighter-linenumbers div.enlighter>div::before{padding:1px 10px 1px 10px;font-size:.8em;color:#404141}.enlighter-t-minimal .enlighter span{font-size:1.1em}.enlighter-t-minimal .enlighter-text{color:#2a2a2a}.enlighter-t-minimal .enlighter-c0{color:#a0a0a0}.enlighter-t-minimal .enlighter-c1{color:#a0a0a0}.enlighter-t-minimal .enlighter-c2{color:#a0a0a0}.enlighter-t-minimal .enlighter-c9{color:#a0a0a0}.enlighter-t-minimal .enlighter-k0{color:#12217c;font-weight:700}.enlighter-t-minimal .enlighter-k1{color:#12217c;font-weight:700}.enlighter-t-minimal .enlighter-k2{color:#458;border-bottom:dotted 1px #458}.enlighter-t-minimal .enlighter-k3{color:#458;border-bottom:dotted 1px #458}.enlighter-t-minimal .enlighter-k4{color:#458;border-bottom:dotted 1px #458}.enlighter-t-minimal .enlighter-k5{color:#12217c;font-weight:700}.enlighter-t-minimal .enlighter-k6{color:#12217c;font-style:italic}.enlighter-t-minimal .enlighter-k7{color:#12217c;font-weight:700}.enlighter-t-minimal .enlighter-k8{color:#458}.enlighter-t-minimal .enlighter-k9{color:#990073}.enlighter-t-minimal .enlighter-k10{color:#990073}.enlighter-t-minimal .enlighter-k11{color:#a0a0a0}.enlighter-t-minimal .enlighter-e0{color:#458;border-bottom:dotted 1px #458}.enlighter-t-minimal .enlighter-e1{color:#458;border-bottom:dotted 1px #458}.enlighter-t-minimal .enlighter-e2{color:#996700;border-bottom:solid 1px #996700}.enlighter-t-minimal .enlighter-e3{color:#458;border-bottom:dotted 1px #458}.enlighter-t-minimal .enlighter-e4{color:#458;border-bottom:dotted 1px #458}.enlighter-t-minimal .enlighter-s0{color:#217908;border-bottom:dotted 1px #387905}.enlighter-t-minimal .enlighter-s1{color:#217908;border-bottom:dotted 1px #387905}.enlighter-t-minimal .enlighter-s2{color:#cf6a4c}.enlighter-t-minimal .enlighter-s3{color:#217908;border-bottom:dotted 1px #387905}.enlighter-t-minimal .enlighter-s4{color:#217908;border-bottom:dotted 1px #387905}.enlighter-t-minimal .enlighter-s5{color:#217908;border-bottom:dotted 1px #387905}.enlighter-t-minimal .enlighter-n0{color:#a61d1b;font-weight:700}.enlighter-t-minimal .enlighter-n1{color:#a61d1b;font-weight:700}.enlighter-t-minimal .enlighter-n2{color:#a61d1b;font-weight:700}.enlighter-t-minimal .enlighter-n3{color:#a61d1b;font-weight:700}.enlighter-t-minimal .enlighter-n4{color:#a61d1b;font-weight:700}.enlighter-t-minimal .enlighter-n5{color:#a61d1b;font-weight:700}.enlighter-t-minimal .enlighter-m0{color:#12217c;background-color:#e0e0e0}.enlighter-t-minimal .enlighter-m1{color:#12217c;background-color:#e0e0e0}.enlighter-t-minimal .enlighter-m2{color:#12217c;background-color:#e0e0e0}.enlighter-t-minimal .enlighter-m3{color:#12217c;background-color:#e0e0e0}.enlighter-t-minimal .enlighter-g0{color:#12217c}.enlighter-t-minimal .enlighter-g1{color:#2a2a2a}.enlighter-t-minimal .enlighter-t0{color:#a0a0a0}.enlighter-t-minimal .enlighter-t1{color:#387905;font-weight:700}.enlighter-t-minimal .enlighter-t2{color:#990073;font-weight:700}.enlighter-t-minimal .enlighter-t3{color:#458}.enlighter-t-minimal .enlighter-t4{color:#458}.enlighter-t-minimal .enlighter-t5{color:#458}.enlighter-t-minimal .enlighter-t6{color:#387905}.enlighter-t-minimal .enlighter-t7{color:#a0a0a0;font-weight:700}.enlighter-t-minimal .enlighter-t8{color:#a0a0a0;font-style:italic}.enlighter-t-minimal .enlighter-x1{color:#12217c;font-weight:700}.enlighter-t-minimal .enlighter-x2{color:#458;border-bottom:dotted 1px #458}.enlighter-t-minimal .enlighter-x10{color:#12217c;font-weight:700}.enlighter-t-minimal .enlighter-x11{color:#12217c;font-weight:700}.enlighter-t-minimal .enlighter-x12{color:#458}.enlighter-t-minimal .enlighter-x13{color:#a61d1b;font-weight:700}.enlighter-t-minimal .enlighter-x14{color:#a61d1b;font-weight:700}.enlighter-t-minimal .enlighter-x15{color:#990073}.enlighter-t-minimal.enlighter-v-inline{background-color:transparent;border:none;padding:0}.enlighter-t-minimal.enlighter-v-codegroup{border-top:none;padding-top:0}.enlighter-t-minimal.enlighter-v-codegroup .enlighter-codegroup-wrapper{border-top:solid 3px #e0e0e0;padding-top:10px}.enlighter-t-minimal.enlighter-v-codegroup .enlighter-codegroup-switch{padding-left:5px;padding-bottom:5px}.enlighter-t-minimal.enlighter-v-codegroup .enlighter-codegroup-switch .enlighter-btn{font-size:1em;color:#000;background-color:transparent;font-weight:700;text-transform:uppercase;padding:1px 6px 1px 6px;border:none;width:auto;height:auto}.enlighter-t-minimal.enlighter-v-codegroup .enlighter-codegroup-switch .enlighter-btn.enlighter-active{background-color:#e0e0e0;color:#2a2a2a}
.enlighter-t-eclipse{color:#787878;border-radius:5px;border:solid 8px #f3f3f3;background-color:#fff}.enlighter-t-eclipse .enlighter-toolbar{top:15px;right:15px}.enlighter-t-eclipse .enlighter-btn{background-color:#fff;color:#717171;font-size:1em;padding:0;border:1px solid #e0e0e0;margin:0 0 0 8px;text-decoration:none;width:23px;height:23px;background-position:0 0;background-size:contain;border-radius:8px}.enlighter-t-eclipse .enlighter-btn:hover{background-color:#e0e0e0}.enlighter-t-eclipse .enlighter-btn:after{content:''}.enlighter-t-eclipse.enlighter-hover.enlighter-linenumbers div.enlighter>div:hover{background-color:#e8f2fe;color:#444}.enlighter-t-eclipse.enlighter-hover div.enlighter>div:hover{background-color:#e8f2fe;color:#444;border-left-color:#e0e0e0}.enlighter-t-eclipse .enlighter-raw{font-size:1.1em;line-height:1.5em;padding:4px 5px 4px 56px;color:#717171}.enlighter-t-eclipse div.enlighter{background-color:#fff}.enlighter-t-eclipse div.enlighter>div{border:solid 0 #fff;background-color:transparent;padding:1px 5px 1px 0;line-height:1.35em;color:#787878}.enlighter-t-eclipse div.enlighter>div:FIRST-CHILD{padding-top:5px}.enlighter-t-eclipse div.enlighter>div:LAST-CHILD{padding-bottom:5px}.enlighter-t-eclipse div.enlighter>div:AFTER{content:' '}.enlighter-t-eclipse div.enlighter>div.enlighter-special{background-color:#f9f9f9}.enlighter-t-eclipse.enlighter-linenumbers div.enlighter>div::before{border-right:2px solid #f8f8f8;padding:1px 5px 1px 14px}.enlighter-t-eclipse .enlighter span{font-size:1.1em}.enlighter-t-eclipse .enlighter-text{color:#000}.enlighter-t-eclipse .enlighter-c0{color:#3f7f5f}.enlighter-t-eclipse .enlighter-c1{color:#3f5fbf}.enlighter-t-eclipse .enlighter-c2{color:#3f5fbf}.enlighter-t-eclipse .enlighter-c9{color:#3f5fbf}.enlighter-t-eclipse .enlighter-k0{color:#3f7f95;font-weight:700}.enlighter-t-eclipse .enlighter-k1{color:#3f7f95;font-weight:700}.enlighter-t-eclipse .enlighter-k2{color:#7f007f;font-weight:700}.enlighter-t-eclipse .enlighter-k3{color:#7f007f;font-weight:700}.enlighter-t-eclipse .enlighter-k4{color:#458}.enlighter-t-eclipse .enlighter-k5{color:#7f007f;font-weight:700}.enlighter-t-eclipse .enlighter-k6{color:#7f007f;font-weight:700}.enlighter-t-eclipse .enlighter-k7{color:#7f007f;font-weight:700}.enlighter-t-eclipse .enlighter-k8{color:#458}.enlighter-t-eclipse .enlighter-k9{color:#990073}.enlighter-t-eclipse .enlighter-k10{color:#990073}.enlighter-t-eclipse .enlighter-k11{color:#3f5fbf}.enlighter-t-eclipse .enlighter-e0{color:#7f007f;font-weight:700}.enlighter-t-eclipse .enlighter-e1{color:#7f007f;font-weight:700}.enlighter-t-eclipse .enlighter-e2{color:#009926}.enlighter-t-eclipse .enlighter-e3{color:#7f007f;font-weight:700}.enlighter-t-eclipse .enlighter-e4{color:#7f007f;font-weight:700}.enlighter-t-eclipse .enlighter-s0{color:#320fe3}.enlighter-t-eclipse .enlighter-s1{color:#320fe3}.enlighter-t-eclipse .enlighter-s2{color:#320fe3}.enlighter-t-eclipse .enlighter-s3{color:#320fe3}.enlighter-t-eclipse .enlighter-s4{color:#320fe3}.enlighter-t-eclipse .enlighter-s5{color:#990073}.enlighter-t-eclipse .enlighter-n0{color:#000}.enlighter-t-eclipse .enlighter-n1{color:#000}.enlighter-t-eclipse .enlighter-n2{color:#000}.enlighter-t-eclipse .enlighter-n3{color:#000}.enlighter-t-eclipse .enlighter-n4{color:#000}.enlighter-t-eclipse .enlighter-n5{color:#000}.enlighter-t-eclipse .enlighter-m0{color:#000}.enlighter-t-eclipse .enlighter-m1{color:#000}.enlighter-t-eclipse .enlighter-m2{color:#000}.enlighter-t-eclipse .enlighter-m3{color:#000}.enlighter-t-eclipse .enlighter-g0{color:#777}.enlighter-t-eclipse .enlighter-g1{color:#777}.enlighter-t-eclipse .enlighter-t0{color:#777}.enlighter-t-eclipse .enlighter-t1{color:#3f7f5f;font-weight:700}.enlighter-t-eclipse .enlighter-t2{color:#990073;font-weight:700}.enlighter-t-eclipse .enlighter-t3{color:#458}.enlighter-t-eclipse .enlighter-t4{color:#458}.enlighter-t-eclipse .enlighter-t5{color:#458}.enlighter-t-eclipse .enlighter-t6{color:#3f7f5f}.enlighter-t-eclipse .enlighter-t7{color:#a0a0a0;font-weight:700}.enlighter-t-eclipse .enlighter-t8{color:#a0a0a0;font-style:italic}.enlighter-t-eclipse .enlighter-x1{color:#3f7f95;font-weight:700}.enlighter-t-eclipse .enlighter-x2{color:#7f007f;font-weight:700}.enlighter-t-eclipse .enlighter-x10{color:#3f7f95;font-weight:700}.enlighter-t-eclipse .enlighter-x11{color:#3f7f95;font-weight:700}.enlighter-t-eclipse .enlighter-x12{color:#458}.enlighter-t-eclipse .enlighter-x13{color:#3f7f95}.enlighter-t-eclipse .enlighter-x14{color:#000}.enlighter-t-eclipse .enlighter-x15{color:#000}.enlighter-t-eclipse.enlighter-v-inline{border-radius:3px;background-color:#f8f8f8;border:solid 0 #fff}.enlighter-t-eclipse.enlighter-v-codegroup{display:block}.enlighter-t-eclipse.enlighter-v-codegroup .enlighter,.enlighter-t-eclipse.enlighter-v-codegroup .enlighter-raw{border-top:0;border-top-left-radius:0;border-top-right-radius:0}.enlighter-t-eclipse.enlighter-v-codegroup .enlighter-codegroup-wrapper{position:relative}.enlighter-t-eclipse.enlighter-v-codegroup .enlighter-codegroup-switch{background-color:#f3f3f3;padding:8px 5px 0 60px;border-radius:5px 5px 0 0}.enlighter-t-eclipse.enlighter-v-codegroup .enlighter-codegroup-switch .enlighter-btn{font-size:1em;color:#000;background-color:transparent;padding:5px 10px 5px 10px;border-radius:5px 5px 0 0;border:none;width:auto}.enlighter-t-eclipse.enlighter-v-codegroup .enlighter-codegroup-switch .enlighter-btn.enlighter-active{background-color:#fff;color:#000;border-color:#c9c9c9}
.enlighter-t-mowtwo{background-color:#f0f0f1;border:solid 1px #f0f0f1;border-radius:7px}.enlighter-t-mowtwo .enlighter-btn{background-color:#fff;color:#717171;font-size:1em;padding:0;border:1px solid #e0e0e0;margin:0 0 0 8px;text-decoration:none;width:23px;height:23px;background-position:0 0;background-size:contain}.enlighter-t-mowtwo .enlighter-btn:after{content:''}.enlighter-t-mowtwo.enlighter-hover div.enlighter>div:hover{background-color:#e9e9e9}.enlighter-t-mowtwo .enlighter-raw{font-size:1.15em;line-height:1.75em;color:#313437;padding:5px 5px 5px 51px;background-color:transparent}.enlighter-t-mowtwo div.enlighter>div{line-height:1.5em;padding:1px 5px 1px 14px;color:#9c9ea0}.enlighter-t-mowtwo div.enlighter>div:FIRST-CHILD{padding-top:5px}.enlighter-t-mowtwo div.enlighter>div:LAST-CHILD{padding-bottom:5px}.enlighter-t-mowtwo div.enlighter>div:AFTER{content:' '}.enlighter-t-mowtwo div.enlighter>div.enlighter-special{background-color:#e9e9e9}.enlighter-t-mowtwo.enlighter-linenumbers div.enlighter>div::before{padding:1px 10px 1px 10px;font-size:.9em}.enlighter-t-mowtwo.enlighter-linenumbers div.enlighter>div:FIRST-CHILD::before{border-radius:0 8px 0 0}.enlighter-t-mowtwo.enlighter-linenumbers div.enlighter>div:LAST-CHILD::before{border-radius:0 0 8px 0}.enlighter-t-mowtwo .enlighter span{font-size:1.15em}.enlighter-t-mowtwo .enlighter-text{color:#313437}.enlighter-t-mowtwo .enlighter-c0{color:#9c9ea0}.enlighter-t-mowtwo .enlighter-c1{color:#9c9ea0}.enlighter-t-mowtwo .enlighter-c2{color:#9c9ea0}.enlighter-t-mowtwo .enlighter-c9{color:#9c9ea0}.enlighter-t-mowtwo .enlighter-k0{color:#b05098;font-weight:700}.enlighter-t-mowtwo .enlighter-k1{color:#b05098;font-weight:700}.enlighter-t-mowtwo .enlighter-k2{color:#b05098}.enlighter-t-mowtwo .enlighter-k3{color:#b05098}.enlighter-t-mowtwo .enlighter-k4{color:#b05098}.enlighter-t-mowtwo .enlighter-k5{color:#b05098}.enlighter-t-mowtwo .enlighter-k6{color:#b05098}.enlighter-t-mowtwo .enlighter-k7{color:#b05098}.enlighter-t-mowtwo .enlighter-k8{color:#313437}.enlighter-t-mowtwo .enlighter-k9{color:#313437}.enlighter-t-mowtwo .enlighter-k10{color:#313437}.enlighter-t-mowtwo .enlighter-k11{color:#9c9ea0}.enlighter-t-mowtwo .enlighter-e0{color:#b05098}.enlighter-t-mowtwo .enlighter-e1{color:#b05098}.enlighter-t-mowtwo .enlighter-e2{color:#864c08}.enlighter-t-mowtwo .enlighter-e3{color:#b05098}.enlighter-t-mowtwo .enlighter-e4{color:#b05098}.enlighter-t-mowtwo .enlighter-s0{color:#83a440}.enlighter-t-mowtwo .enlighter-s1{color:#83a440}.enlighter-t-mowtwo .enlighter-s2{color:#83a440}.enlighter-t-mowtwo .enlighter-s3{color:#83a440}.enlighter-t-mowtwo .enlighter-s4{color:#83a440}.enlighter-t-mowtwo .enlighter-s5{color:#83a440}.enlighter-t-mowtwo .enlighter-n0{color:#429bc1}.enlighter-t-mowtwo .enlighter-n1{color:#429bc1}.enlighter-t-mowtwo .enlighter-n2{color:#429bc1}.enlighter-t-mowtwo .enlighter-n3{color:#429bc1}.enlighter-t-mowtwo .enlighter-n4{color:#429bc1}.enlighter-t-mowtwo .enlighter-n5{color:#429bc1}.enlighter-t-mowtwo .enlighter-m0{color:#666}.enlighter-t-mowtwo .enlighter-m1{color:#666}.enlighter-t-mowtwo .enlighter-m2{color:#666}.enlighter-t-mowtwo .enlighter-m3{color:#666}.enlighter-t-mowtwo .enlighter-g0{color:#864c08}.enlighter-t-mowtwo .enlighter-g1{color:#909090}.enlighter-t-mowtwo .enlighter-t0{color:#909090}.enlighter-t-mowtwo .enlighter-t1{color:#b05098;font-weight:700}.enlighter-t-mowtwo .enlighter-t2{color:#b05098;font-weight:700}.enlighter-t-mowtwo .enlighter-t3{color:#b05098}.enlighter-t-mowtwo .enlighter-t4{color:#b05098}.enlighter-t-mowtwo .enlighter-t5{color:#83a440}.enlighter-t-mowtwo .enlighter-t6{color:#b05098}.enlighter-t-mowtwo .enlighter-t7{color:#909090;font-weight:700}.enlighter-t-mowtwo .enlighter-t8{color:#909090;font-style:italic}.enlighter-t-mowtwo .enlighter-x1{color:#b05098;font-weight:700}.enlighter-t-mowtwo .enlighter-x2{color:#b05098}.enlighter-t-mowtwo .enlighter-x10{color:#b05098;font-weight:700}.enlighter-t-mowtwo .enlighter-x11{color:#b05098;font-weight:700}.enlighter-t-mowtwo .enlighter-x12{color:#313437}.enlighter-t-mowtwo .enlighter-x13{color:#429bc1}.enlighter-t-mowtwo .enlighter-x14{color:#429bc1}.enlighter-t-mowtwo .enlighter-x15{color:#313437}.enlighter-t-mowtwo.enlighter-v-inline{border-radius:4px}.enlighter-t-mowtwo.enlighter-v-codegroup .enlighter-codegroup-switch{background-color:#585b5e;padding:10px 0 10px 20px;border-radius:8px;margin-bottom:5px}.enlighter-t-mowtwo.enlighter-v-codegroup .enlighter-codegroup-switch .enlighter-btn{border-radius:0;background-color:transparent;line-height:1.7em;font-size:1.25em;color:#f0f0f0;border:none;padding:0 10px 0 10px;width:auto;height:auto;font-family:"Open Sans",Arial,Verdana,sans-serif}.enlighter-t-mowtwo.enlighter-v-codegroup .enlighter-codegroup-switch .enlighter-btn.enlighter-active{text-decoration:underline}
.enlighter-t-rowhammer{background-color:transparent;border:none}.enlighter-t-rowhammer .enlighter-toolbar{top:20px}.enlighter-t-rowhammer .enlighter-btn{background-color:#fff;color:#717171;font-size:1em;padding:0;border:1px solid #e0e0e0;margin:0 0 0 8px;text-decoration:none;width:23px;height:23px;background-position:0 0;background-size:contain}.enlighter-t-rowhammer .enlighter-btn:hover{background-color:#fff}.enlighter-t-rowhammer .enlighter-btn:after{content:''}.enlighter-t-rowhammer.enlighter-hover div.enlighter>div:hover{background-color:#f0f0f0}.enlighter-t-rowhammer .enlighter-raw{font-size:1.1em;color:#404141;background-color:transparent;padding:14px 0 15px 38px;line-height:2em}.enlighter-t-rowhammer div.enlighter>div{border:solid 0 #fff;padding:1px 5px 1px 0;line-height:1.67em;color:#94a9bf;background-color:transparent;border-bottom:dotted 1px #e9e9f0}.enlighter-t-rowhammer div.enlighter>div:nth-of-type(1){border-top:dotted 1px #e9e9f0}.enlighter-t-rowhammer div.enlighter>div:FIRST-CHILD{padding-top:5px}.enlighter-t-rowhammer div.enlighter>div:LAST-CHILD{padding-bottom:5px}.enlighter-t-rowhammer div.enlighter>div:AFTER{content:' '}.enlighter-t-rowhammer div.enlighter>div.enlighter-special{background-color:#f9f9f9}.enlighter-t-rowhammer.enlighter-linenumbers div.enlighter>div::before{padding:1px 5px 1px 14px;font-size:.8em;color:#94a9bf}.enlighter-t-rowhammer .enlighter span{font-size:1.1em}.enlighter-t-rowhammer .enlighter-text{color:#000}.enlighter-t-rowhammer .enlighter-c0{color:#758697}.enlighter-t-rowhammer .enlighter-c1{color:#758697}.enlighter-t-rowhammer .enlighter-c2{color:#758697}.enlighter-t-rowhammer .enlighter-c9{color:#758697}.enlighter-t-rowhammer .enlighter-k0{color:#07a;font-weight:700;border-bottom:dotted 1px #07a}.enlighter-t-rowhammer .enlighter-k1{color:#07a;font-weight:700;border-bottom:dotted 1px #07a}.enlighter-t-rowhammer .enlighter-k2{color:#07a;font-weight:700}.enlighter-t-rowhammer .enlighter-k3{color:#07a}.enlighter-t-rowhammer .enlighter-k4{color:#07a;font-weight:700}.enlighter-t-rowhammer .enlighter-k5{color:#07a;font-weight:700;border-bottom:dotted 1px #07a}.enlighter-t-rowhammer .enlighter-k6{color:#07a;font-weight:700;border-bottom:dotted 1px #07a}.enlighter-t-rowhammer .enlighter-k7{color:#07a;font-weight:700;border-bottom:dotted 1px #07a}.enlighter-t-rowhammer .enlighter-k8{color:#07a}.enlighter-t-rowhammer .enlighter-k9{color:#000}.enlighter-t-rowhammer .enlighter-k10{color:#07a;font-style:italic}.enlighter-t-rowhammer .enlighter-k11{color:#758697}.enlighter-t-rowhammer .enlighter-e0{color:#07a;font-weight:700}.enlighter-t-rowhammer .enlighter-e1{color:#07a;font-weight:700}.enlighter-t-rowhammer .enlighter-e2{color:#d2901d}.enlighter-t-rowhammer .enlighter-e3{color:#07a}.enlighter-t-rowhammer .enlighter-e4{color:#ff8c00;font-style:italic}.enlighter-t-rowhammer .enlighter-s0{color:#639500;border-bottom:dotted 1px #639500}.enlighter-t-rowhammer .enlighter-s1{color:#639500}.enlighter-t-rowhammer .enlighter-s2{color:#639500}.enlighter-t-rowhammer .enlighter-s3{color:#639500}.enlighter-t-rowhammer .enlighter-s4{color:#639500}.enlighter-t-rowhammer .enlighter-s5{color:#639500;font-style:italic}.enlighter-t-rowhammer .enlighter-n0{color:#9b0d5c}.enlighter-t-rowhammer .enlighter-n1{color:#9b0d5c}.enlighter-t-rowhammer .enlighter-n2{color:#9b0d5c}.enlighter-t-rowhammer .enlighter-n3{color:#9b0d5c}.enlighter-t-rowhammer .enlighter-n4{color:#9b0d5c}.enlighter-t-rowhammer .enlighter-n5{color:#9b0d5c}.enlighter-t-rowhammer .enlighter-m0{color:#d0284a;font-weight:700}.enlighter-t-rowhammer .enlighter-m1{color:#c2415b;font-weight:700}.enlighter-t-rowhammer .enlighter-m2{color:#c2415b;font-weight:700}.enlighter-t-rowhammer .enlighter-m3{color:#d0284a;font-weight:700}.enlighter-t-rowhammer .enlighter-g0{color:#35434c;font-weight:700}.enlighter-t-rowhammer .enlighter-g1{color:#6b7c8b;font-weight:700}.enlighter-t-rowhammer .enlighter-t0{color:#777}.enlighter-t-rowhammer .enlighter-t1{color:#961414;font-weight:700}.enlighter-t-rowhammer .enlighter-t2{color:#990073;font-weight:700}.enlighter-t-rowhammer .enlighter-t3{color:#458}.enlighter-t-rowhammer .enlighter-t4{color:#6e0d6e}.enlighter-t-rowhammer .enlighter-t5{color:#6e0d6e}.enlighter-t-rowhammer .enlighter-t6{color:#961414}.enlighter-t-rowhammer .enlighter-t7{color:#535353;font-weight:700}.enlighter-t-rowhammer .enlighter-t8{color:#777;font-style:italic}.enlighter-t-rowhammer .enlighter-x1{color:#07a;font-weight:700;border-bottom:dotted 1px #07a}.enlighter-t-rowhammer .enlighter-x2{color:#07a;font-weight:700}.enlighter-t-rowhammer .enlighter-x10{color:#07a;font-weight:700;border-bottom:dotted 1px #07a}.enlighter-t-rowhammer .enlighter-x11{color:#07a;font-weight:700;border-bottom:dotted 1px #07a}.enlighter-t-rowhammer .enlighter-x12{color:#07a}.enlighter-t-rowhammer .enlighter-x13{color:#9b0d5c}.enlighter-t-rowhammer .enlighter-x14{color:#9b0d5c}.enlighter-t-rowhammer .enlighter-x15{color:#121212}.enlighter-t-rowhammer.enlighter-v-codegroup .enlighter-codegroup-switch{padding-left:15px;padding-bottom:15px}.enlighter-t-rowhammer.enlighter-v-codegroup .enlighter-codegroup-switch .enlighter-btn{font-size:1em;color:#758697;background-color:transparent;border-radius:0;font-weight:700;text-transform:uppercase;padding:2px 10px 2px 10px;border:none;width:auto;height:auto}.enlighter-t-rowhammer.enlighter-v-codegroup .enlighter-codegroup-switch .enlighter-btn.enlighter-active{border-bottom:dotted 1px #758697;background-color:#f0f0f0}
.enlighter-t-bootstrap4{color:#212529;background-color:#f8f9fa;padding:25px 25px 25px 25px}.enlighter-t-bootstrap4 .enlighter-toolbar{top:10px;right:10px}.enlighter-t-bootstrap4 .enlighter-btn{background-image:none;background-color:transparent;color:#818a91;font-size:1em;padding:2px 8px 2px 8px;margin:0 5px 0 5px;border:none;border-radius:4px;font-family:"Open Sans",Arial,Verdana,sans-serif}.enlighter-t-bootstrap4 .enlighter-btn:hover{background-color:#007bff;color:#f0f0f0}.enlighter-t-bootstrap4 .enlighter-toolbar .enlighter-btn-raw{background-image:none}.enlighter-t-bootstrap4 .enlighter-toolbar .enlighter-btn-raw:after{content:'Raw'}.enlighter-t-bootstrap4 .enlighter-toolbar .enlighter-btn-copy{background-image:none}.enlighter-t-bootstrap4 .enlighter-toolbar .enlighter-btn-copy:after{content:'Copy'}.enlighter-t-bootstrap4 .enlighter-toolbar .enlighter-btn-window{background-image:none}.enlighter-t-bootstrap4 .enlighter-toolbar .enlighter-btn-window:after{content:'Extern'}.enlighter-t-bootstrap4 .enlighter-toolbar .enlighter-btn-website{background-image:none}.enlighter-t-bootstrap4 .enlighter-toolbar .enlighter-btn-website:after{content:'EnlighterJS'}.enlighter-t-bootstrap4.enlighter-hover div.enlighter>div:hover{background-color:#eceef0}.enlighter-t-bootstrap4 .enlighter-raw{font-size:1.15em;color:#212529;background-color:#f8f9fa;line-height:1.7em;padding:0 0 0 61px}.enlighter-t-bootstrap4 div.enlighter>div{padding:1px 5px 1px 14px;line-height:1.35em;color:#999;background-color:transparent}.enlighter-t-bootstrap4 div.enlighter>div:FIRST-CHILD{padding-top:5px}.enlighter-t-bootstrap4 div.enlighter>div:LAST-CHILD{padding-bottom:5px}.enlighter-t-bootstrap4 div.enlighter>div:AFTER{content:' '}.enlighter-t-bootstrap4 div.enlighter>div.enlighter-special{background-color:#eceef0}.enlighter-t-bootstrap4.enlighter-linenumbers div.enlighter>div::before{padding:1px 5px 1px 0;font-size:.8em}.enlighter-t-bootstrap4 .enlighter span{font-size:1.15em}.enlighter-t-bootstrap4 .enlighter-text{color:#212529}.enlighter-t-bootstrap4 .enlighter-c0{color:#999}.enlighter-t-bootstrap4 .enlighter-c1{color:#999}.enlighter-t-bootstrap4 .enlighter-c2{color:#999}.enlighter-t-bootstrap4 .enlighter-c9{color:#999}.enlighter-t-bootstrap4 .enlighter-k0{color:#069}.enlighter-t-bootstrap4 .enlighter-k1{color:#069}.enlighter-t-bootstrap4 .enlighter-k2{color:#069}.enlighter-t-bootstrap4 .enlighter-k3{color:#069}.enlighter-t-bootstrap4 .enlighter-k4{color:#069;font-style:italic}.enlighter-t-bootstrap4 .enlighter-k5{color:#212529}.enlighter-t-bootstrap4 .enlighter-k6{color:#069}.enlighter-t-bootstrap4 .enlighter-k7{color:#069;border-bottom:dotted 1px #069}.enlighter-t-bootstrap4 .enlighter-k8{color:#212529}.enlighter-t-bootstrap4 .enlighter-k9{color:#069}.enlighter-t-bootstrap4 .enlighter-k10{color:#212529}.enlighter-t-bootstrap4 .enlighter-k11{color:#999}.enlighter-t-bootstrap4 .enlighter-e0{color:#069}.enlighter-t-bootstrap4 .enlighter-e1{color:#069}.enlighter-t-bootstrap4 .enlighter-e2{color:#009926}.enlighter-t-bootstrap4 .enlighter-e3{color:#069}.enlighter-t-bootstrap4 .enlighter-e4{color:#069}.enlighter-t-bootstrap4 .enlighter-s0{color:#d44950}.enlighter-t-bootstrap4 .enlighter-s1{color:#d44950}.enlighter-t-bootstrap4 .enlighter-s2{color:#d44950}.enlighter-t-bootstrap4 .enlighter-s3{color:#d44950}.enlighter-t-bootstrap4 .enlighter-s4{color:#d44950}.enlighter-t-bootstrap4 .enlighter-s5{color:#d44950}.enlighter-t-bootstrap4 .enlighter-n0{color:#f60}.enlighter-t-bootstrap4 .enlighter-n1{color:#f60}.enlighter-t-bootstrap4 .enlighter-n2{color:#f60}.enlighter-t-bootstrap4 .enlighter-n3{color:#f60}.enlighter-t-bootstrap4 .enlighter-n4{color:#f60}.enlighter-t-bootstrap4 .enlighter-n5{color:#f60}.enlighter-t-bootstrap4 .enlighter-m0{color:#99f}.enlighter-t-bootstrap4 .enlighter-m1{color:#212529}.enlighter-t-bootstrap4 .enlighter-m2{color:#212529}.enlighter-t-bootstrap4 .enlighter-m3{color:#212529}.enlighter-t-bootstrap4 .enlighter-g0{color:#2f6f9f}.enlighter-t-bootstrap4 .enlighter-g1{color:#999;font-weight:700}.enlighter-t-bootstrap4 .enlighter-t0{color:#999}.enlighter-t-bootstrap4 .enlighter-t1{color:#d44950;font-weight:700}.enlighter-t-bootstrap4 .enlighter-t2{color:#d44950;font-weight:700}.enlighter-t-bootstrap4 .enlighter-t3{color:#0086b3}.enlighter-t-bootstrap4 .enlighter-t4{color:#0a8}.enlighter-t-bootstrap4 .enlighter-t5{color:#0a8}.enlighter-t-bootstrap4 .enlighter-t6{color:#f60}.enlighter-t-bootstrap4 .enlighter-t7{color:#999;font-weight:700}.enlighter-t-bootstrap4 .enlighter-t8{color:#999}.enlighter-t-bootstrap4 .enlighter-x1{color:#2f6f9f}.enlighter-t-bootstrap4 .enlighter-x2{color:#4f9fcf}.enlighter-t-bootstrap4 .enlighter-x10{color:#0a8}.enlighter-t-bootstrap4 .enlighter-x11{color:#0a8}.enlighter-t-bootstrap4 .enlighter-x12{color:#99f}.enlighter-t-bootstrap4 .enlighter-x13{color:#f60}.enlighter-t-bootstrap4 .enlighter-x14{color:#f60}.enlighter-t-bootstrap4 .enlighter-x15{color:#f60}.enlighter-t-bootstrap4.enlighter-v-inline{background-color:#f8f9fa;border:none;border-radius:5px;padding:3px}.enlighter-t-bootstrap4.enlighter-v-codegroup .enlighter-codegroup-switch{border:solid 3px #f8f9fa;border-bottom-width:0;padding:15px}.enlighter-t-bootstrap4.enlighter-v-codegroup .enlighter-codegroup-switch .enlighter-btn{padding:3px 10px 3px 10px;border:none;font-size:.9em;color:#212529;font-weight:700;background-color:#f8f9fa;border-radius:5px}.enlighter-t-bootstrap4.enlighter-v-codegroup .enlighter-codegroup-switch .enlighter-btn.enlighter-active{background-color:#007bff;color:#f0f0f0}
.enlighter-t-dracula{background-color:#282a36}.enlighter-t-dracula .enlighter-toolbar{top:10px;right:10px}.enlighter-t-dracula .enlighter-btn{background-image:none;background-color:#44475a;color:#f8f8f2;font-size:1em;padding:2px 8px 2px 8px;margin:0 5px 0 5px;border:none;border-radius:4px;font-family:Arial,Helvetica,sans-serif}.enlighter-t-dracula .enlighter-btn:hover{background-color:#6272a4;color:#f8f8f2}.enlighter-t-dracula .enlighter-toolbar .enlighter-btn-raw{background-image:none}.enlighter-t-dracula .enlighter-toolbar .enlighter-btn-raw:after{content:'Raw'}.enlighter-t-dracula .enlighter-toolbar .enlighter-btn-copy{background-image:none}.enlighter-t-dracula .enlighter-toolbar .enlighter-btn-copy:after{content:'Copy'}.enlighter-t-dracula .enlighter-toolbar .enlighter-btn-window{background-image:none}.enlighter-t-dracula .enlighter-toolbar .enlighter-btn-window:after{content:'Extern'}.enlighter-t-dracula .enlighter-toolbar .enlighter-btn-website{background-image:none}.enlighter-t-dracula .enlighter-toolbar .enlighter-btn-website:after{content:'EnlighterJS'}.enlighter-t-dracula.enlighter-hover div.enlighter>div:hover{background-color:#44475a}.enlighter-t-dracula .enlighter-raw{font-size:1.25em;color:#f8f8f2;line-height:1.85em;padding:4px 5px 4px 55px}.enlighter-t-dracula div.enlighter>div{padding:1px 5px 1px 14px;line-height:1.6em;color:#6272a4;background-color:#282a36}.enlighter-t-dracula div.enlighter>div:FIRST-CHILD{padding-top:5px}.enlighter-t-dracula div.enlighter>div:LAST-CHILD{padding-bottom:5px}.enlighter-t-dracula div.enlighter>div:AFTER{content:' '}.enlighter-t-dracula div.enlighter>div.enlighter-special{background-color:#44475a}.enlighter-t-dracula.enlighter-linenumbers div.enlighter>div::before{font-size:1em;color:#6272a4}.enlighter-t-dracula .enlighter span{font-size:1.25em}.enlighter-t-dracula .enlighter-text{color:#f8f8f2}.enlighter-t-dracula .enlighter-c0{color:#6272a4}.enlighter-t-dracula .enlighter-c1{color:#6272a4}.enlighter-t-dracula .enlighter-c2{color:#6272a4}.enlighter-t-dracula .enlighter-c9{color:#6272a4}.enlighter-t-dracula .enlighter-k0{color:#ff79c6;font-weight:700}.enlighter-t-dracula .enlighter-k1{color:#8be9fd;font-weight:700}.enlighter-t-dracula .enlighter-k2{color:#ff79c6;font-weight:700}.enlighter-t-dracula .enlighter-k3{color:#ff79c6}.enlighter-t-dracula .enlighter-k4{color:#8be9fd}.enlighter-t-dracula .enlighter-k5{color:#8be9fd}.enlighter-t-dracula .enlighter-k6{color:#8be9fd}.enlighter-t-dracula .enlighter-k7{color:#ffb86c}.enlighter-t-dracula .enlighter-k8{color:#8be9fd}.enlighter-t-dracula .enlighter-k9{color:#50fa7b}.enlighter-t-dracula .enlighter-k10{color:#50fa7b}.enlighter-t-dracula .enlighter-k11{color:#6272a4}.enlighter-t-dracula .enlighter-e0{color:#bd93f9;font-weight:700}.enlighter-t-dracula .enlighter-e1{color:#bd93f9;font-weight:700}.enlighter-t-dracula .enlighter-e2{color:#f1fa8c}.enlighter-t-dracula .enlighter-e3{color:#bd93f9}.enlighter-t-dracula .enlighter-e4{color:#bd93f9;font-style:italic}.enlighter-t-dracula .enlighter-s0{color:#f1fa8c}.enlighter-t-dracula .enlighter-s1{color:#f1fa8c}.enlighter-t-dracula .enlighter-s2{color:#f1fa8c}.enlighter-t-dracula .enlighter-s3{color:#f1fa8c}.enlighter-t-dracula .enlighter-s4{color:#f1fa8c;font-weight:700}.enlighter-t-dracula .enlighter-s5{color:#f1fa8c;font-style:italic}.enlighter-t-dracula .enlighter-n0{color:#bd93f9}.enlighter-t-dracula .enlighter-n1{color:#bd93f9}.enlighter-t-dracula .enlighter-n2{color:#bd93f9}.enlighter-t-dracula .enlighter-n3{color:#bd93f9}.enlighter-t-dracula .enlighter-n4{color:#bd93f9}.enlighter-t-dracula .enlighter-n5{color:#bd93f9}.enlighter-t-dracula .enlighter-m0{color:#8be9fd}.enlighter-t-dracula .enlighter-m1{color:#8be9fd}.enlighter-t-dracula .enlighter-m2{color:#8be9fd}.enlighter-t-dracula .enlighter-m3{color:#8be9fd}.enlighter-t-dracula .enlighter-g0{color:#f8f8f2;font-weight:700}.enlighter-t-dracula .enlighter-g1{color:#f8f8f2;font-weight:700}.enlighter-t-dracula .enlighter-t0{color:#6272a4}.enlighter-t-dracula .enlighter-t1{color:#8be9fd;font-weight:700}.enlighter-t-dracula .enlighter-t2{color:#8be9fd;font-weight:700}.enlighter-t-dracula .enlighter-t3{color:#ff79c6}.enlighter-t-dracula .enlighter-t4{color:#ffb86c}.enlighter-t-dracula .enlighter-t5{color:#50fa7b}.enlighter-t-dracula .enlighter-t6{color:#f55}.enlighter-t-dracula .enlighter-t7{color:#f8f8f2;font-weight:700}.enlighter-t-dracula .enlighter-t8{color:#f8f8f2}.enlighter-t-dracula .enlighter-x1{color:#ff79c6;font-weight:700}.enlighter-t-dracula .enlighter-x2{color:#50fa7b}.enlighter-t-dracula .enlighter-x10{color:#f8f8f2;font-weight:700}.enlighter-t-dracula .enlighter-x11{color:#50fa7b;font-weight:700}.enlighter-t-dracula .enlighter-x12{color:#8be9fd;font-style:italic}.enlighter-t-dracula .enlighter-x13{color:#bd93f9}.enlighter-t-dracula .enlighter-x14{color:#bd93f9;font-style:italic}.enlighter-t-dracula .enlighter-x15{color:#ffb86c;font-style:italic}.enlighter-t-dracula.enlighter-v-codegroup .enlighter-codegroup-switch{background-color:#282a36;padding:10px}.enlighter-t-dracula.enlighter-v-codegroup .enlighter-codegroup-switch .enlighter-btn{background-image:none;background-color:transparent;color:#f8f8f2;font-size:1.15em;padding:2px 8px 2px 8px;margin:0 5px 0 5px;border:none;border-radius:4px;font-family:Arial,Helvetica,sans-serif}.enlighter-t-dracula.enlighter-v-codegroup .enlighter-codegroup-switch .enlighter-btn.enlighter-active{background-color:#44475a;color:#f8f8f2}
.enlighter-t-monokai{background-color:#272822}.enlighter-t-monokai .enlighter-toolbar{top:10px;right:10px}.enlighter-t-monokai .enlighter-btn{background-image:none;background-color:#414339;color:#f8f8f2;font-size:1em;padding:2px 8px 2px 8px;margin:0 5px 0 5px;border:solid 1px #1e1f1c;font-family:"Open Sans",Arial,Verdana,sans-serif}.enlighter-t-monokai .enlighter-btn:hover{background-color:#4e5145}.enlighter-t-monokai .enlighter-toolbar .enlighter-btn-raw{background-image:none}.enlighter-t-monokai .enlighter-toolbar .enlighter-btn-raw:after{content:'Raw'}.enlighter-t-monokai .enlighter-toolbar .enlighter-btn-copy{background-image:none}.enlighter-t-monokai .enlighter-toolbar .enlighter-btn-copy:after{content:'Copy'}.enlighter-t-monokai .enlighter-toolbar .enlighter-btn-window{background-image:none}.enlighter-t-monokai .enlighter-toolbar .enlighter-btn-window:after{content:'Extern'}.enlighter-t-monokai .enlighter-toolbar .enlighter-btn-website{background-image:none}.enlighter-t-monokai .enlighter-toolbar .enlighter-btn-website:after{content:'EnlighterJS'}.enlighter-t-monokai.enlighter-hover div.enlighter>div:hover{background-color:#75715e}.enlighter-t-monokai .enlighter-raw{font-size:1.25em;color:#f8f8f2;line-height:1.85em;padding:4px 5px 4px 55px}.enlighter-t-monokai div.enlighter>div{padding:1px 5px 1px 14px;line-height:1.6em}.enlighter-t-monokai div.enlighter>div:FIRST-CHILD{padding-top:5px}.enlighter-t-monokai div.enlighter>div:LAST-CHILD{padding-bottom:5px}.enlighter-t-monokai div.enlighter>div:AFTER{content:' '}.enlighter-t-monokai div.enlighter>div.enlighter-special{background-color:#414339}.enlighter-t-monokai.enlighter-linenumbers div.enlighter>div::before{font-size:1em;color:grey}.enlighter-t-monokai .enlighter span{font-size:1.25em}.enlighter-t-monokai .enlighter-text{color:#f8f8f2}.enlighter-t-monokai .enlighter-c0{color:#75715e}.enlighter-t-monokai .enlighter-c1{color:#75715e}.enlighter-t-monokai .enlighter-c2{color:#75715e}.enlighter-t-monokai .enlighter-c9{color:#75715e}.enlighter-t-monokai .enlighter-k0{color:#f92672}.enlighter-t-monokai .enlighter-k1{color:#f92672}.enlighter-t-monokai .enlighter-k2{color:#f92672}.enlighter-t-monokai .enlighter-k3{color:#f92672}.enlighter-t-monokai .enlighter-k4{color:#f92672}.enlighter-t-monokai .enlighter-k5{color:#f92672}.enlighter-t-monokai .enlighter-k6{color:#f92672}.enlighter-t-monokai .enlighter-k7{color:#f8f8f2}.enlighter-t-monokai .enlighter-k8{color:#f92672}.enlighter-t-monokai .enlighter-k9{color:#fd971f}.enlighter-t-monokai .enlighter-k10{color:#f92672}.enlighter-t-monokai .enlighter-k11{color:#75715e}.enlighter-t-monokai .enlighter-e0{color:#ae81ff}.enlighter-t-monokai .enlighter-e1{color:#ae81ff}.enlighter-t-monokai .enlighter-e2{color:#ae81ff}.enlighter-t-monokai .enlighter-e3{color:#ae81ff}.enlighter-t-monokai .enlighter-e4{color:#ae81ff}.enlighter-t-monokai .enlighter-s0{color:#e6db74}.enlighter-t-monokai .enlighter-s1{color:#e6db74}.enlighter-t-monokai .enlighter-s2{color:#e6db74}.enlighter-t-monokai .enlighter-s3{color:#e6db74}.enlighter-t-monokai .enlighter-s4{color:#e6db74;font-weight:700}.enlighter-t-monokai .enlighter-s5{color:#e6db74;font-style:italic}.enlighter-t-monokai .enlighter-n0{color:#ae81ff}.enlighter-t-monokai .enlighter-n1{color:#ae81ff}.enlighter-t-monokai .enlighter-n2{color:#ae81ff}.enlighter-t-monokai .enlighter-n3{color:#ae81ff}.enlighter-t-monokai .enlighter-n4{color:#ae81ff}.enlighter-t-monokai .enlighter-n5{color:#ae81ff}.enlighter-t-monokai .enlighter-m0{color:#66d9ef}.enlighter-t-monokai .enlighter-m1{color:#66d9ef}.enlighter-t-monokai .enlighter-m2{color:#66d9ef}.enlighter-t-monokai .enlighter-m3{color:#66d9ef}.enlighter-t-monokai .enlighter-g0{color:#f8f8f2;font-weight:700}.enlighter-t-monokai .enlighter-g1{color:#f8f8f2;font-weight:700}.enlighter-t-monokai .enlighter-t0{color:#f8f8f2}.enlighter-t-monokai .enlighter-t1{color:#a6e22e}.enlighter-t-monokai .enlighter-t2{color:#a6e22e}.enlighter-t-monokai .enlighter-t3{color:#e6db74}.enlighter-t-monokai .enlighter-t4{color:#e6db74}.enlighter-t-monokai .enlighter-t5{color:#a6e22e}.enlighter-t-monokai .enlighter-t6{color:#f92672}.enlighter-t-monokai .enlighter-t7{color:#f92672}.enlighter-t-monokai .enlighter-t8{color:#75715e}.enlighter-t-monokai .enlighter-x1{color:#f92672}.enlighter-t-monokai .enlighter-x2{color:#a6e22e}.enlighter-t-monokai .enlighter-x10{color:#a6e22e}.enlighter-t-monokai .enlighter-x11{color:#a6e22e}.enlighter-t-monokai .enlighter-x12{color:#66d9ef;font-style:italic}.enlighter-t-monokai .enlighter-x13{color:#f92672}.enlighter-t-monokai .enlighter-x14{color:#ae81ff}.enlighter-t-monokai .enlighter-x15{color:#a6e22e}.enlighter-t-monokai.enlighter-v-codegroup .enlighter-codegroup-switch{background-color:#414339;padding:10px 10px 0 30px}.enlighter-t-monokai.enlighter-v-codegroup .enlighter-codegroup-switch .enlighter-btn{background-image:none;background-color:#414339;color:#f8f8f2;font-size:1.15em;padding:2px 8px 2px 8px;margin:0 10px 0 10px;border:none;line-height:2.1em;border-radius:0;font-style:italic}.enlighter-t-monokai.enlighter-v-codegroup .enlighter-codegroup-switch .enlighter-btn.enlighter-active{background-color:#272822;color:#f8f8f2;font-weight:700;font-style:normal}
.enlighter-default{}.fa,.fab,.fad,.fal,.far,.fas{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:inline-block;font-style:normal;font-variant:normal;text-rendering:auto;line-height:1}.fa-lg{font-size:1.33333em;line-height:.75em;vertical-align:-.0667em}.fa-xs{font-size:.75em}.fa-sm{font-size:.875em}.fa-1x{font-size:1em}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-6x{font-size:6em}.fa-7x{font-size:7em}.fa-8x{font-size:8em}.fa-9x{font-size:9em}.fa-10x{font-size:10em}.fa-fw{text-align:center;width:1.25em}.fa-ul{list-style-type:none;margin-left:2.5em;padding-left:0}.fa-ul>li{position:relative}.fa-li{left:-2em;position:absolute;text-align:center;width:2em;line-height:inherit}.fa-border{border:.08em solid #eee;border-radius:.1em;padding:.2em .25em .15em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left,.fab.fa-pull-left,.fal.fa-pull-left,.far.fa-pull-left,.fas.fa-pull-left{margin-right:.3em}.fa.fa-pull-right,.fab.fa-pull-right,.fal.fa-pull-right,.far.fa-pull-right,.fas.fa-pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s linear infinite;animation:fa-spin 2s linear infinite}.fa-pulse{-webkit-animation:fa-spin 1s steps(8) infinite;animation:fa-spin 1s steps(8) infinite}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scaleX(-1);transform:scaleX(-1)}.fa-flip-vertical{-webkit-transform:scaleY(-1);transform:scaleY(-1)}.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical,.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)"}.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical{-webkit-transform:scale(-1);transform:scale(-1)}:root .fa-flip-both,:root .fa-flip-horizontal,:root .fa-flip-vertical,:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270{-webkit-filter:none;filter:none}.fa-stack{display:inline-block;height:2em;line-height:2em;position:relative;vertical-align:middle;width:2.5em}.fa-stack-1x,.fa-stack-2x{left:0;position:absolute;text-align:center;width:100%}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-500px:before{content:"\f26e"}.fa-accessible-icon:before{content:"\f368"}.fa-accusoft:before{content:"\f369"}.fa-acquisitions-incorporated:before{content:"\f6af"}.fa-ad:before{content:"\f641"}.fa-address-book:before{content:"\f2b9"}.fa-address-card:before{content:"\f2bb"}.fa-adjust:before{content:"\f042"}.fa-adn:before{content:"\f170"}.fa-adversal:before{content:"\f36a"}.fa-affiliatetheme:before{content:"\f36b"}.fa-air-freshener:before{content:"\f5d0"}.fa-airbnb:before{content:"\f834"}.fa-algolia:before{content:"\f36c"}.fa-align-center:before{content:"\f037"}.fa-align-justify:before{content:"\f039"}.fa-align-left:before{content:"\f036"}.fa-align-right:before{content:"\f038"}.fa-alipay:before{content:"\f642"}.fa-allergies:before{content:"\f461"}.fa-amazon:before{content:"\f270"}.fa-amazon-pay:before{content:"\f42c"}.fa-ambulance:before{content:"\f0f9"}.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-amilia:before{content:"\f36d"}.fa-anchor:before{content:"\f13d"}.fa-android:before{content:"\f17b"}.fa-angellist:before{content:"\f209"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-down:before{content:"\f107"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angry:before{content:"\f556"}.fa-angrycreative:before{content:"\f36e"}.fa-angular:before{content:"\f420"}.fa-ankh:before{content:"\f644"}.fa-app-store:before{content:"\f36f"}.fa-app-store-ios:before{content:"\f370"}.fa-apper:before{content:"\f371"}.fa-apple:before{content:"\f179"}.fa-apple-alt:before{content:"\f5d1"}.fa-apple-pay:before{content:"\f415"}.fa-archive:before{content:"\f187"}.fa-archway:before{content:"\f557"}.fa-arrow-alt-circle-down:before{content:"\f358"}.fa-arrow-alt-circle-left:before{content:"\f359"}.fa-arrow-alt-circle-right:before{content:"\f35a"}.fa-arrow-alt-circle-up:before{content:"\f35b"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-down:before{content:"\f063"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrows-alt:before{content:"\f0b2"}.fa-arrows-alt-h:before{content:"\f337"}.fa-arrows-alt-v:before{content:"\f338"}.fa-artstation:before{content:"\f77a"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asterisk:before{content:"\f069"}.fa-asymmetrik:before{content:"\f372"}.fa-at:before{content:"\f1fa"}.fa-atlas:before{content:"\f558"}.fa-atlassian:before{content:"\f77b"}.fa-atom:before{content:"\f5d2"}.fa-audible:before{content:"\f373"}.fa-audio-description:before{content:"\f29e"}.fa-autoprefixer:before{content:"\f41c"}.fa-avianex:before{content:"\f374"}.fa-aviato:before{content:"\f421"}.fa-award:before{content:"\f559"}.fa-aws:before{content:"\f375"}.fa-baby:before{content:"\f77c"}.fa-baby-carriage:before{content:"\f77d"}.fa-backspace:before{content:"\f55a"}.fa-backward:before{content:"\f04a"}.fa-bacon:before{content:"\f7e5"}.fa-bacteria:before{content:"\e059"}.fa-bacterium:before{content:"\e05a"}.fa-bahai:before{content:"\f666"}.fa-balance-scale:before{content:"\f24e"}.fa-balance-scale-left:before{content:"\f515"}.fa-balance-scale-right:before{content:"\f516"}.fa-ban:before{content:"\f05e"}.fa-band-aid:before{content:"\f462"}.fa-bandcamp:before{content:"\f2d5"}.fa-barcode:before{content:"\f02a"}.fa-bars:before{content:"\f0c9"}.fa-baseball-ball:before{content:"\f433"}.fa-basketball-ball:before{content:"\f434"}.fa-bath:before{content:"\f2cd"}.fa-battery-empty:before{content:"\f244"}.fa-battery-full:before{content:"\f240"}.fa-battery-half:before{content:"\f242"}.fa-battery-quarter:before{content:"\f243"}.fa-battery-three-quarters:before{content:"\f241"}.fa-battle-net:before{content:"\f835"}.fa-bed:before{content:"\f236"}.fa-beer:before{content:"\f0fc"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-bell:before{content:"\f0f3"}.fa-bell-slash:before{content:"\f1f6"}.fa-bezier-curve:before{content:"\f55b"}.fa-bible:before{content:"\f647"}.fa-bicycle:before{content:"\f206"}.fa-biking:before{content:"\f84a"}.fa-bimobject:before{content:"\f378"}.fa-binoculars:before{content:"\f1e5"}.fa-biohazard:before{content:"\f780"}.fa-birthday-cake:before{content:"\f1fd"}.fa-bitbucket:before{content:"\f171"}.fa-bitcoin:before{content:"\f379"}.fa-bity:before{content:"\f37a"}.fa-black-tie:before{content:"\f27e"}.fa-blackberry:before{content:"\f37b"}.fa-blender:before{content:"\f517"}.fa-blender-phone:before{content:"\f6b6"}.fa-blind:before{content:"\f29d"}.fa-blog:before{content:"\f781"}.fa-blogger:before{content:"\f37c"}.fa-blogger-b:before{content:"\f37d"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-bold:before{content:"\f032"}.fa-bolt:before{content:"\f0e7"}.fa-bomb:before{content:"\f1e2"}.fa-bone:before{content:"\f5d7"}.fa-bong:before{content:"\f55c"}.fa-book:before{content:"\f02d"}.fa-book-dead:before{content:"\f6b7"}.fa-book-medical:before{content:"\f7e6"}.fa-book-open:before{content:"\f518"}.fa-book-reader:before{content:"\f5da"}.fa-bookmark:before{content:"\f02e"}.fa-bootstrap:before{content:"\f836"}.fa-border-all:before{content:"\f84c"}.fa-border-none:before{content:"\f850"}.fa-border-style:before{content:"\f853"}.fa-bowling-ball:before{content:"\f436"}.fa-box:before{content:"\f466"}.fa-box-open:before{content:"\f49e"}.fa-box-tissue:before{content:"\e05b"}.fa-boxes:before{content:"\f468"}.fa-braille:before{content:"\f2a1"}.fa-brain:before{content:"\f5dc"}.fa-bread-slice:before{content:"\f7ec"}.fa-briefcase:before{content:"\f0b1"}.fa-briefcase-medical:before{content:"\f469"}.fa-broadcast-tower:before{content:"\f519"}.fa-broom:before{content:"\f51a"}.fa-brush:before{content:"\f55d"}.fa-btc:before{content:"\f15a"}.fa-buffer:before{content:"\f837"}.fa-bug:before{content:"\f188"}.fa-building:before{content:"\f1ad"}.fa-bullhorn:before{content:"\f0a1"}.fa-bullseye:before{content:"\f140"}.fa-burn:before{content:"\f46a"}.fa-buromobelexperte:before{content:"\f37f"}.fa-bus:before{content:"\f207"}.fa-bus-alt:before{content:"\f55e"}.fa-business-time:before{content:"\f64a"}.fa-buy-n-large:before{content:"\f8a6"}.fa-buysellads:before{content:"\f20d"}.fa-calculator:before{content:"\f1ec"}.fa-calendar:before{content:"\f133"}.fa-calendar-alt:before{content:"\f073"}.fa-calendar-check:before{content:"\f274"}.fa-calendar-day:before{content:"\f783"}.fa-calendar-minus:before{content:"\f272"}.fa-calendar-plus:before{content:"\f271"}.fa-calendar-times:before{content:"\f273"}.fa-calendar-week:before{content:"\f784"}.fa-camera:before{content:"\f030"}.fa-camera-retro:before{content:"\f083"}.fa-campground:before{content:"\f6bb"}.fa-canadian-maple-leaf:before{content:"\f785"}.fa-candy-cane:before{content:"\f786"}.fa-cannabis:before{content:"\f55f"}.fa-capsules:before{content:"\f46b"}.fa-car:before{content:"\f1b9"}.fa-car-alt:before{content:"\f5de"}.fa-car-battery:before{content:"\f5df"}.fa-car-crash:before{content:"\f5e1"}.fa-car-side:before{content:"\f5e4"}.fa-caravan:before{content:"\f8ff"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-caret-square-down:before{content:"\f150"}.fa-caret-square-left:before{content:"\f191"}.fa-caret-square-right:before{content:"\f152"}.fa-caret-square-up:before{content:"\f151"}.fa-caret-up:before{content:"\f0d8"}.fa-carrot:before{content:"\f787"}.fa-cart-arrow-down:before{content:"\f218"}.fa-cart-plus:before{content:"\f217"}.fa-cash-register:before{content:"\f788"}.fa-cat:before{content:"\f6be"}.fa-cc-amazon-pay:before{content:"\f42d"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-apple-pay:before{content:"\f416"}.fa-cc-diners-club:before{content:"\f24c"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-cc-visa:before{content:"\f1f0"}.fa-centercode:before{content:"\f380"}.fa-centos:before{content:"\f789"}.fa-certificate:before{content:"\f0a3"}.fa-chair:before{content:"\f6c0"}.fa-chalkboard:before{content:"\f51b"}.fa-chalkboard-teacher:before{content:"\f51c"}.fa-charging-station:before{content:"\f5e7"}.fa-chart-area:before{content:"\f1fe"}.fa-chart-bar:before{content:"\f080"}.fa-chart-line:before{content:"\f201"}.fa-chart-pie:before{content:"\f200"}.fa-check:before{content:"\f00c"}.fa-check-circle:before{content:"\f058"}.fa-check-double:before{content:"\f560"}.fa-check-square:before{content:"\f14a"}.fa-cheese:before{content:"\f7ef"}.fa-chess:before{content:"\f439"}.fa-chess-bishop:before{content:"\f43a"}.fa-chess-board:before{content:"\f43c"}.fa-chess-king:before{content:"\f43f"}.fa-chess-knight:before{content:"\f441"}.fa-chess-pawn:before{content:"\f443"}.fa-chess-queen:before{content:"\f445"}.fa-chess-rook:before{content:"\f447"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-down:before{content:"\f078"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-chevron-up:before{content:"\f077"}.fa-child:before{content:"\f1ae"}.fa-chrome:before{content:"\f268"}.fa-chromecast:before{content:"\f838"}.fa-church:before{content:"\f51d"}.fa-circle:before{content:"\f111"}.fa-circle-notch:before{content:"\f1ce"}.fa-city:before{content:"\f64f"}.fa-clinic-medical:before{content:"\f7f2"}.fa-clipboard:before{content:"\f328"}.fa-clipboard-check:before{content:"\f46c"}.fa-clipboard-list:before{content:"\f46d"}.fa-clock:before{content:"\f017"}.fa-clone:before{content:"\f24d"}.fa-closed-captioning:before{content:"\f20a"}.fa-cloud:before{content:"\f0c2"}.fa-cloud-download-alt:before{content:"\f381"}.fa-cloud-meatball:before{content:"\f73b"}.fa-cloud-moon:before{content:"\f6c3"}.fa-cloud-moon-rain:before{content:"\f73c"}.fa-cloud-rain:before{content:"\f73d"}.fa-cloud-showers-heavy:before{content:"\f740"}.fa-cloud-sun:before{content:"\f6c4"}.fa-cloud-sun-rain:before{content:"\f743"}.fa-cloud-upload-alt:before{content:"\f382"}.fa-cloudflare:before{content:"\e07d"}.fa-cloudscale:before{content:"\f383"}.fa-cloudsmith:before{content:"\f384"}.fa-cloudversify:before{content:"\f385"}.fa-cocktail:before{content:"\f561"}.fa-code:before{content:"\f121"}.fa-code-branch:before{content:"\f126"}.fa-codepen:before{content:"\f1cb"}.fa-codiepie:before{content:"\f284"}.fa-coffee:before{content:"\f0f4"}.fa-cog:before{content:"\f013"}.fa-cogs:before{content:"\f085"}.fa-coins:before{content:"\f51e"}.fa-columns:before{content:"\f0db"}.fa-comment:before{content:"\f075"}.fa-comment-alt:before{content:"\f27a"}.fa-comment-dollar:before{content:"\f651"}.fa-comment-dots:before{content:"\f4ad"}.fa-comment-medical:before{content:"\f7f5"}.fa-comment-slash:before{content:"\f4b3"}.fa-comments:before{content:"\f086"}.fa-comments-dollar:before{content:"\f653"}.fa-compact-disc:before{content:"\f51f"}.fa-compass:before{content:"\f14e"}.fa-compress:before{content:"\f066"}.fa-compress-alt:before{content:"\f422"}.fa-compress-arrows-alt:before{content:"\f78c"}.fa-concierge-bell:before{content:"\f562"}.fa-confluence:before{content:"\f78d"}.fa-connectdevelop:before{content:"\f20e"}.fa-contao:before{content:"\f26d"}.fa-cookie:before{content:"\f563"}.fa-cookie-bite:before{content:"\f564"}.fa-copy:before{content:"\f0c5"}.fa-copyright:before{content:"\f1f9"}.fa-cotton-bureau:before{content:"\f89e"}.fa-couch:before{content:"\f4b8"}.fa-cpanel:before{content:"\f388"}.fa-creative-commons:before{content:"\f25e"}.fa-creative-commons-by:before{content:"\f4e7"}.fa-creative-commons-nc:before{content:"\f4e8"}.fa-creative-commons-nc-eu:before{content:"\f4e9"}.fa-creative-commons-nc-jp:before{content:"\f4ea"}.fa-creative-commons-nd:before{content:"\f4eb"}.fa-creative-commons-pd:before{content:"\f4ec"}.fa-creative-commons-pd-alt:before{content:"\f4ed"}.fa-creative-commons-remix:before{content:"\f4ee"}.fa-creative-commons-sa:before{content:"\f4ef"}.fa-creative-commons-sampling:before{content:"\f4f0"}.fa-creative-commons-sampling-plus:before{content:"\f4f1"}.fa-creative-commons-share:before{content:"\f4f2"}.fa-creative-commons-zero:before{content:"\f4f3"}.fa-credit-card:before{content:"\f09d"}.fa-critical-role:before{content:"\f6c9"}.fa-crop:before{content:"\f125"}.fa-crop-alt:before{content:"\f565"}.fa-cross:before{content:"\f654"}.fa-crosshairs:before{content:"\f05b"}.fa-crow:before{content:"\f520"}.fa-crown:before{content:"\f521"}.fa-crutch:before{content:"\f7f7"}.fa-css3:before{content:"\f13c"}.fa-css3-alt:before{content:"\f38b"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-cut:before{content:"\f0c4"}.fa-cuttlefish:before{content:"\f38c"}.fa-d-and-d:before{content:"\f38d"}.fa-d-and-d-beyond:before{content:"\f6ca"}.fa-dailymotion:before{content:"\e052"}.fa-dashcube:before{content:"\f210"}.fa-database:before{content:"\f1c0"}.fa-deaf:before{content:"\f2a4"}.fa-deezer:before{content:"\e077"}.fa-delicious:before{content:"\f1a5"}.fa-democrat:before{content:"\f747"}.fa-deploydog:before{content:"\f38e"}.fa-deskpro:before{content:"\f38f"}.fa-desktop:before{content:"\f108"}.fa-dev:before{content:"\f6cc"}.fa-deviantart:before{content:"\f1bd"}.fa-dharmachakra:before{content:"\f655"}.fa-dhl:before{content:"\f790"}.fa-diagnoses:before{content:"\f470"}.fa-diaspora:before{content:"\f791"}.fa-dice:before{content:"\f522"}.fa-dice-d20:before{content:"\f6cf"}.fa-dice-d6:before{content:"\f6d1"}.fa-dice-five:before{content:"\f523"}.fa-dice-four:before{content:"\f524"}.fa-dice-one:before{content:"\f525"}.fa-dice-six:before{content:"\f526"}.fa-dice-three:before{content:"\f527"}.fa-dice-two:before{content:"\f528"}.fa-digg:before{content:"\f1a6"}.fa-digital-ocean:before{content:"\f391"}.fa-digital-tachograph:before{content:"\f566"}.fa-directions:before{content:"\f5eb"}.fa-discord:before{content:"\f392"}.fa-discourse:before{content:"\f393"}.fa-disease:before{content:"\f7fa"}.fa-divide:before{content:"\f529"}.fa-dizzy:before{content:"\f567"}.fa-dna:before{content:"\f471"}.fa-dochub:before{content:"\f394"}.fa-docker:before{content:"\f395"}.fa-dog:before{content:"\f6d3"}.fa-dollar-sign:before{content:"\f155"}.fa-dolly:before{content:"\f472"}.fa-dolly-flatbed:before{content:"\f474"}.fa-donate:before{content:"\f4b9"}.fa-door-closed:before{content:"\f52a"}.fa-door-open:before{content:"\f52b"}.fa-dot-circle:before{content:"\f192"}.fa-dove:before{content:"\f4ba"}.fa-download:before{content:"\f019"}.fa-draft2digital:before{content:"\f396"}.fa-drafting-compass:before{content:"\f568"}.fa-dragon:before{content:"\f6d5"}.fa-draw-polygon:before{content:"\f5ee"}.fa-dribbble:before{content:"\f17d"}.fa-dribbble-square:before{content:"\f397"}.fa-dropbox:before{content:"\f16b"}.fa-drum:before{content:"\f569"}.fa-drum-steelpan:before{content:"\f56a"}.fa-drumstick-bite:before{content:"\f6d7"}.fa-drupal:before{content:"\f1a9"}.fa-dumbbell:before{content:"\f44b"}.fa-dumpster:before{content:"\f793"}.fa-dumpster-fire:before{content:"\f794"}.fa-dungeon:before{content:"\f6d9"}.fa-dyalog:before{content:"\f399"}.fa-earlybirds:before{content:"\f39a"}.fa-ebay:before{content:"\f4f4"}.fa-edge:before{content:"\f282"}.fa-edge-legacy:before{content:"\e078"}.fa-edit:before{content:"\f044"}.fa-egg:before{content:"\f7fb"}.fa-eject:before{content:"\f052"}.fa-elementor:before{content:"\f430"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-ello:before{content:"\f5f1"}.fa-ember:before{content:"\f423"}.fa-empire:before{content:"\f1d1"}.fa-envelope:before{content:"\f0e0"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-text:before{content:"\f658"}.fa-envelope-square:before{content:"\f199"}.fa-envira:before{content:"\f299"}.fa-equals:before{content:"\f52c"}.fa-eraser:before{content:"\f12d"}.fa-erlang:before{content:"\f39d"}.fa-ethereum:before{content:"\f42e"}.fa-ethernet:before{content:"\f796"}.fa-etsy:before{content:"\f2d7"}.fa-euro-sign:before{content:"\f153"}.fa-evernote:before{content:"\f839"}.fa-exchange-alt:before{content:"\f362"}.fa-exclamation:before{content:"\f12a"}.fa-exclamation-circle:before{content:"\f06a"}.fa-exclamation-triangle:before{content:"\f071"}.fa-expand:before{content:"\f065"}.fa-expand-alt:before{content:"\f424"}.fa-expand-arrows-alt:before{content:"\f31e"}.fa-expeditedssl:before{content:"\f23e"}.fa-external-link-alt:before{content:"\f35d"}.fa-external-link-square-alt:before{content:"\f360"}.fa-eye:before{content:"\f06e"}.fa-eye-dropper:before{content:"\f1fb"}.fa-eye-slash:before{content:"\f070"}.fa-facebook:before{content:"\f09a"}.fa-facebook-f:before{content:"\f39e"}.fa-facebook-messenger:before{content:"\f39f"}.fa-facebook-square:before{content:"\f082"}.fa-fan:before{content:"\f863"}.fa-fantasy-flight-games:before{content:"\f6dc"}.fa-fast-backward:before{content:"\f049"}.fa-fast-forward:before{content:"\f050"}.fa-faucet:before{content:"\e005"}.fa-fax:before{content:"\f1ac"}.fa-feather:before{content:"\f52d"}.fa-feather-alt:before{content:"\f56b"}.fa-fedex:before{content:"\f797"}.fa-fedora:before{content:"\f798"}.fa-female:before{content:"\f182"}.fa-fighter-jet:before{content:"\f0fb"}.fa-figma:before{content:"\f799"}.fa-file:before{content:"\f15b"}.fa-file-alt:before{content:"\f15c"}.fa-file-archive:before{content:"\f1c6"}.fa-file-audio:before{content:"\f1c7"}.fa-file-code:before{content:"\f1c9"}.fa-file-contract:before{content:"\f56c"}.fa-file-csv:before{content:"\f6dd"}.fa-file-download:before{content:"\f56d"}.fa-file-excel:before{content:"\f1c3"}.fa-file-export:before{content:"\f56e"}.fa-file-image:before{content:"\f1c5"}.fa-file-import:before{content:"\f56f"}.fa-file-invoice:before{content:"\f570"}.fa-file-invoice-dollar:before{content:"\f571"}.fa-file-medical:before{content:"\f477"}.fa-file-medical-alt:before{content:"\f478"}.fa-file-pdf:before{content:"\f1c1"}.fa-file-powerpoint:before{content:"\f1c4"}.fa-file-prescription:before{content:"\f572"}.fa-file-signature:before{content:"\f573"}.fa-file-upload:before{content:"\f574"}.fa-file-video:before{content:"\f1c8"}.fa-file-word:before{content:"\f1c2"}.fa-fill:before{content:"\f575"}.fa-fill-drip:before{content:"\f576"}.fa-film:before{content:"\f008"}.fa-filter:before{content:"\f0b0"}.fa-fingerprint:before{content:"\f577"}.fa-fire:before{content:"\f06d"}.fa-fire-alt:before{content:"\f7e4"}.fa-fire-extinguisher:before{content:"\f134"}.fa-firefox:before{content:"\f269"}.fa-firefox-browser:before{content:"\e007"}.fa-first-aid:before{content:"\f479"}.fa-first-order:before{content:"\f2b0"}.fa-first-order-alt:before{content:"\f50a"}.fa-firstdraft:before{content:"\f3a1"}.fa-fish:before{content:"\f578"}.fa-fist-raised:before{content:"\f6de"}.fa-flag:before{content:"\f024"}.fa-flag-checkered:before{content:"\f11e"}.fa-flag-usa:before{content:"\f74d"}.fa-flask:before{content:"\f0c3"}.fa-flickr:before{content:"\f16e"}.fa-flipboard:before{content:"\f44d"}.fa-flushed:before{content:"\f579"}.fa-fly:before{content:"\f417"}.fa-folder:before{content:"\f07b"}.fa-folder-minus:before{content:"\f65d"}.fa-folder-open:before{content:"\f07c"}.fa-folder-plus:before{content:"\f65e"}.fa-font:before{content:"\f031"}.fa-font-awesome:before{content:"\f2b4"}.fa-font-awesome-alt:before{content:"\f35c"}.fa-font-awesome-flag:before{content:"\f425"}.fa-font-awesome-logo-full:before{content:"\f4e6"}.fa-fonticons:before{content:"\f280"}.fa-fonticons-fi:before{content:"\f3a2"}.fa-football-ball:before{content:"\f44e"}.fa-fort-awesome:before{content:"\f286"}.fa-fort-awesome-alt:before{content:"\f3a3"}.fa-forumbee:before{content:"\f211"}.fa-forward:before{content:"\f04e"}.fa-foursquare:before{content:"\f180"}.fa-free-code-camp:before{content:"\f2c5"}.fa-freebsd:before{content:"\f3a4"}.fa-frog:before{content:"\f52e"}.fa-frown:before{content:"\f119"}.fa-frown-open:before{content:"\f57a"}.fa-fulcrum:before{content:"\f50b"}.fa-funnel-dollar:before{content:"\f662"}.fa-futbol:before{content:"\f1e3"}.fa-galactic-republic:before{content:"\f50c"}.fa-galactic-senate:before{content:"\f50d"}.fa-gamepad:before{content:"\f11b"}.fa-gas-pump:before{content:"\f52f"}.fa-gavel:before{content:"\f0e3"}.fa-gem:before{content:"\f3a5"}.fa-genderless:before{content:"\f22d"}.fa-get-pocket:before{content:"\f265"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-ghost:before{content:"\f6e2"}.fa-gift:before{content:"\f06b"}.fa-gifts:before{content:"\f79c"}.fa-git:before{content:"\f1d3"}.fa-git-alt:before{content:"\f841"}.fa-git-square:before{content:"\f1d2"}.fa-github:before{content:"\f09b"}.fa-github-alt:before{content:"\f113"}.fa-github-square:before{content:"\f092"}.fa-gitkraken:before{content:"\f3a6"}.fa-gitlab:before{content:"\f296"}.fa-gitter:before{content:"\f426"}.fa-glass-cheers:before{content:"\f79f"}.fa-glass-martini:before{content:"\f000"}.fa-glass-martini-alt:before{content:"\f57b"}.fa-glass-whiskey:before{content:"\f7a0"}.fa-glasses:before{content:"\f530"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-globe:before{content:"\f0ac"}.fa-globe-africa:before{content:"\f57c"}.fa-globe-americas:before{content:"\f57d"}.fa-globe-asia:before{content:"\f57e"}.fa-globe-europe:before{content:"\f7a2"}.fa-gofore:before{content:"\f3a7"}.fa-golf-ball:before{content:"\f450"}.fa-goodreads:before{content:"\f3a8"}.fa-goodreads-g:before{content:"\f3a9"}.fa-google:before{content:"\f1a0"}.fa-google-drive:before{content:"\f3aa"}.fa-google-pay:before{content:"\e079"}.fa-google-play:before{content:"\f3ab"}.fa-google-plus:before{content:"\f2b3"}.fa-google-plus-g:before{content:"\f0d5"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-wallet:before{content:"\f1ee"}.fa-gopuram:before{content:"\f664"}.fa-graduation-cap:before{content:"\f19d"}.fa-gratipay:before{content:"\f184"}.fa-grav:before{content:"\f2d6"}.fa-greater-than:before{content:"\f531"}.fa-greater-than-equal:before{content:"\f532"}.fa-grimace:before{content:"\f57f"}.fa-grin:before{content:"\f580"}.fa-grin-alt:before{content:"\f581"}.fa-grin-beam:before{content:"\f582"}.fa-grin-beam-sweat:before{content:"\f583"}.fa-grin-hearts:before{content:"\f584"}.fa-grin-squint:before{content:"\f585"}.fa-grin-squint-tears:before{content:"\f586"}.fa-grin-stars:before{content:"\f587"}.fa-grin-tears:before{content:"\f588"}.fa-grin-tongue:before{content:"\f589"}.fa-grin-tongue-squint:before{content:"\f58a"}.fa-grin-tongue-wink:before{content:"\f58b"}.fa-grin-wink:before{content:"\f58c"}.fa-grip-horizontal:before{content:"\f58d"}.fa-grip-lines:before{content:"\f7a4"}.fa-grip-lines-vertical:before{content:"\f7a5"}.fa-grip-vertical:before{content:"\f58e"}.fa-gripfire:before{content:"\f3ac"}.fa-grunt:before{content:"\f3ad"}.fa-guilded:before{content:"\e07e"}.fa-guitar:before{content:"\f7a6"}.fa-gulp:before{content:"\f3ae"}.fa-h-square:before{content:"\f0fd"}.fa-hacker-news:before{content:"\f1d4"}.fa-hacker-news-square:before{content:"\f3af"}.fa-hackerrank:before{content:"\f5f7"}.fa-hamburger:before{content:"\f805"}.fa-hammer:before{content:"\f6e3"}.fa-hamsa:before{content:"\f665"}.fa-hand-holding:before{content:"\f4bd"}.fa-hand-holding-heart:before{content:"\f4be"}.fa-hand-holding-medical:before{content:"\e05c"}.fa-hand-holding-usd:before{content:"\f4c0"}.fa-hand-holding-water:before{content:"\f4c1"}.fa-hand-lizard:before{content:"\f258"}.fa-hand-middle-finger:before{content:"\f806"}.fa-hand-paper:before{content:"\f256"}.fa-hand-peace:before{content:"\f25b"}.fa-hand-point-down:before{content:"\f0a7"}.fa-hand-point-left:before{content:"\f0a5"}.fa-hand-point-right:before{content:"\f0a4"}.fa-hand-point-up:before{content:"\f0a6"}.fa-hand-pointer:before{content:"\f25a"}.fa-hand-rock:before{content:"\f255"}.fa-hand-scissors:before{content:"\f257"}.fa-hand-sparkles:before{content:"\e05d"}.fa-hand-spock:before{content:"\f259"}.fa-hands:before{content:"\f4c2"}.fa-hands-helping:before{content:"\f4c4"}.fa-hands-wash:before{content:"\e05e"}.fa-handshake:before{content:"\f2b5"}.fa-handshake-alt-slash:before{content:"\e05f"}.fa-handshake-slash:before{content:"\e060"}.fa-hanukiah:before{content:"\f6e6"}.fa-hard-hat:before{content:"\f807"}.fa-hashtag:before{content:"\f292"}.fa-hat-cowboy:before{content:"\f8c0"}.fa-hat-cowboy-side:before{content:"\f8c1"}.fa-hat-wizard:before{content:"\f6e8"}.fa-hdd:before{content:"\f0a0"}.fa-head-side-cough:before{content:"\e061"}.fa-head-side-cough-slash:before{content:"\e062"}.fa-head-side-mask:before{content:"\e063"}.fa-head-side-virus:before{content:"\e064"}.fa-heading:before{content:"\f1dc"}.fa-headphones:before{content:"\f025"}.fa-headphones-alt:before{content:"\f58f"}.fa-headset:before{content:"\f590"}.fa-heart:before{content:"\f004"}.fa-heart-broken:before{content:"\f7a9"}.fa-heartbeat:before{content:"\f21e"}.fa-helicopter:before{content:"\f533"}.fa-highlighter:before{content:"\f591"}.fa-hiking:before{content:"\f6ec"}.fa-hippo:before{content:"\f6ed"}.fa-hips:before{content:"\f452"}.fa-hire-a-helper:before{content:"\f3b0"}.fa-history:before{content:"\f1da"}.fa-hive:before{content:"\e07f"}.fa-hockey-puck:before{content:"\f453"}.fa-holly-berry:before{content:"\f7aa"}.fa-home:before{content:"\f015"}.fa-hooli:before{content:"\f427"}.fa-hornbill:before{content:"\f592"}.fa-horse:before{content:"\f6f0"}.fa-horse-head:before{content:"\f7ab"}.fa-hospital:before{content:"\f0f8"}.fa-hospital-alt:before{content:"\f47d"}.fa-hospital-symbol:before{content:"\f47e"}.fa-hospital-user:before{content:"\f80d"}.fa-hot-tub:before{content:"\f593"}.fa-hotdog:before{content:"\f80f"}.fa-hotel:before{content:"\f594"}.fa-hotjar:before{content:"\f3b1"}.fa-hourglass:before{content:"\f254"}.fa-hourglass-end:before{content:"\f253"}.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-start:before{content:"\f251"}.fa-house-damage:before{content:"\f6f1"}.fa-house-user:before{content:"\e065"}.fa-houzz:before{content:"\f27c"}.fa-hryvnia:before{content:"\f6f2"}.fa-html5:before{content:"\f13b"}.fa-hubspot:before{content:"\f3b2"}.fa-i-cursor:before{content:"\f246"}.fa-ice-cream:before{content:"\f810"}.fa-icicles:before{content:"\f7ad"}.fa-icons:before{content:"\f86d"}.fa-id-badge:before{content:"\f2c1"}.fa-id-card:before{content:"\f2c2"}.fa-id-card-alt:before{content:"\f47f"}.fa-ideal:before{content:"\e013"}.fa-igloo:before{content:"\f7ae"}.fa-image:before{content:"\f03e"}.fa-images:before{content:"\f302"}.fa-imdb:before{content:"\f2d8"}.fa-inbox:before{content:"\f01c"}.fa-indent:before{content:"\f03c"}.fa-industry:before{content:"\f275"}.fa-infinity:before{content:"\f534"}.fa-info:before{content:"\f129"}.fa-info-circle:before{content:"\f05a"}.fa-innosoft:before{content:"\e080"}.fa-instagram:before{content:"\f16d"}.fa-instagram-square:before{content:"\e055"}.fa-instalod:before{content:"\e081"}.fa-intercom:before{content:"\f7af"}.fa-internet-explorer:before{content:"\f26b"}.fa-invision:before{content:"\f7b0"}.fa-ioxhost:before{content:"\f208"}.fa-italic:before{content:"\f033"}.fa-itch-io:before{content:"\f83a"}.fa-itunes:before{content:"\f3b4"}.fa-itunes-note:before{content:"\f3b5"}.fa-java:before{content:"\f4e4"}.fa-jedi:before{content:"\f669"}.fa-jedi-order:before{content:"\f50e"}.fa-jenkins:before{content:"\f3b6"}.fa-jira:before{content:"\f7b1"}.fa-joget:before{content:"\f3b7"}.fa-joint:before{content:"\f595"}.fa-joomla:before{content:"\f1aa"}.fa-journal-whills:before{content:"\f66a"}.fa-js:before{content:"\f3b8"}.fa-js-square:before{content:"\f3b9"}.fa-jsfiddle:before{content:"\f1cc"}.fa-kaaba:before{content:"\f66b"}.fa-kaggle:before{content:"\f5fa"}.fa-key:before{content:"\f084"}.fa-keybase:before{content:"\f4f5"}.fa-keyboard:before{content:"\f11c"}.fa-keycdn:before{content:"\f3ba"}.fa-khanda:before{content:"\f66d"}.fa-kickstarter:before{content:"\f3bb"}.fa-kickstarter-k:before{content:"\f3bc"}.fa-kiss:before{content:"\f596"}.fa-kiss-beam:before{content:"\f597"}.fa-kiss-wink-heart:before{content:"\f598"}.fa-kiwi-bird:before{content:"\f535"}.fa-korvue:before{content:"\f42f"}.fa-landmark:before{content:"\f66f"}.fa-language:before{content:"\f1ab"}.fa-laptop:before{content:"\f109"}.fa-laptop-code:before{content:"\f5fc"}.fa-laptop-house:before{content:"\e066"}.fa-laptop-medical:before{content:"\f812"}.fa-laravel:before{content:"\f3bd"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-laugh:before{content:"\f599"}.fa-laugh-beam:before{content:"\f59a"}.fa-laugh-squint:before{content:"\f59b"}.fa-laugh-wink:before{content:"\f59c"}.fa-layer-group:before{content:"\f5fd"}.fa-leaf:before{content:"\f06c"}.fa-leanpub:before{content:"\f212"}.fa-lemon:before{content:"\f094"}.fa-less:before{content:"\f41d"}.fa-less-than:before{content:"\f536"}.fa-less-than-equal:before{content:"\f537"}.fa-level-down-alt:before{content:"\f3be"}.fa-level-up-alt:before{content:"\f3bf"}.fa-life-ring:before{content:"\f1cd"}.fa-lightbulb:before{content:"\f0eb"}.fa-line:before{content:"\f3c0"}.fa-link:before{content:"\f0c1"}.fa-linkedin:before{content:"\f08c"}.fa-linkedin-in:before{content:"\f0e1"}.fa-linode:before{content:"\f2b8"}.fa-linux:before{content:"\f17c"}.fa-lira-sign:before{content:"\f195"}.fa-list:before{content:"\f03a"}.fa-list-alt:before{content:"\f022"}.fa-list-ol:before{content:"\f0cb"}.fa-list-ul:before{content:"\f0ca"}.fa-location-arrow:before{content:"\f124"}.fa-lock:before{content:"\f023"}.fa-lock-open:before{content:"\f3c1"}.fa-long-arrow-alt-down:before{content:"\f309"}.fa-long-arrow-alt-left:before{content:"\f30a"}.fa-long-arrow-alt-right:before{content:"\f30b"}.fa-long-arrow-alt-up:before{content:"\f30c"}.fa-low-vision:before{content:"\f2a8"}.fa-luggage-cart:before{content:"\f59d"}.fa-lungs:before{content:"\f604"}.fa-lungs-virus:before{content:"\e067"}.fa-lyft:before{content:"\f3c3"}.fa-magento:before{content:"\f3c4"}.fa-magic:before{content:"\f0d0"}.fa-magnet:before{content:"\f076"}.fa-mail-bulk:before{content:"\f674"}.fa-mailchimp:before{content:"\f59e"}.fa-male:before{content:"\f183"}.fa-mandalorian:before{content:"\f50f"}.fa-map:before{content:"\f279"}.fa-map-marked:before{content:"\f59f"}.fa-map-marked-alt:before{content:"\f5a0"}.fa-map-marker:before{content:"\f041"}.fa-map-marker-alt:before{content:"\f3c5"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-markdown:before{content:"\f60f"}.fa-marker:before{content:"\f5a1"}.fa-mars:before{content:"\f222"}.fa-mars-double:before{content:"\f227"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mask:before{content:"\f6fa"}.fa-mastodon:before{content:"\f4f6"}.fa-maxcdn:before{content:"\f136"}.fa-mdb:before{content:"\f8ca"}.fa-medal:before{content:"\f5a2"}.fa-medapps:before{content:"\f3c6"}.fa-medium:before{content:"\f23a"}.fa-medium-m:before{content:"\f3c7"}.fa-medkit:before{content:"\f0fa"}.fa-medrt:before{content:"\f3c8"}.fa-meetup:before{content:"\f2e0"}.fa-megaport:before{content:"\f5a3"}.fa-meh:before{content:"\f11a"}.fa-meh-blank:before{content:"\f5a4"}.fa-meh-rolling-eyes:before{content:"\f5a5"}.fa-memory:before{content:"\f538"}.fa-mendeley:before{content:"\f7b3"}.fa-menorah:before{content:"\f676"}.fa-mercury:before{content:"\f223"}.fa-meteor:before{content:"\f753"}.fa-microblog:before{content:"\e01a"}.fa-microchip:before{content:"\f2db"}.fa-microphone:before{content:"\f130"}.fa-microphone-alt:before{content:"\f3c9"}.fa-microphone-alt-slash:before{content:"\f539"}.fa-microphone-slash:before{content:"\f131"}.fa-microscope:before{content:"\f610"}.fa-microsoft:before{content:"\f3ca"}.fa-minus:before{content:"\f068"}.fa-minus-circle:before{content:"\f056"}.fa-minus-square:before{content:"\f146"}.fa-mitten:before{content:"\f7b5"}.fa-mix:before{content:"\f3cb"}.fa-mixcloud:before{content:"\f289"}.fa-mixer:before{content:"\e056"}.fa-mizuni:before{content:"\f3cc"}.fa-mobile:before{content:"\f10b"}.fa-mobile-alt:before{content:"\f3cd"}.fa-modx:before{content:"\f285"}.fa-monero:before{content:"\f3d0"}.fa-money-bill:before{content:"\f0d6"}.fa-money-bill-alt:before{content:"\f3d1"}.fa-money-bill-wave:before{content:"\f53a"}.fa-money-bill-wave-alt:before{content:"\f53b"}.fa-money-check:before{content:"\f53c"}.fa-money-check-alt:before{content:"\f53d"}.fa-monument:before{content:"\f5a6"}.fa-moon:before{content:"\f186"}.fa-mortar-pestle:before{content:"\f5a7"}.fa-mosque:before{content:"\f678"}.fa-motorcycle:before{content:"\f21c"}.fa-mountain:before{content:"\f6fc"}.fa-mouse:before{content:"\f8cc"}.fa-mouse-pointer:before{content:"\f245"}.fa-mug-hot:before{content:"\f7b6"}.fa-music:before{content:"\f001"}.fa-napster:before{content:"\f3d2"}.fa-neos:before{content:"\f612"}.fa-network-wired:before{content:"\f6ff"}.fa-neuter:before{content:"\f22c"}.fa-newspaper:before{content:"\f1ea"}.fa-nimblr:before{content:"\f5a8"}.fa-node:before{content:"\f419"}.fa-node-js:before{content:"\f3d3"}.fa-not-equal:before{content:"\f53e"}.fa-notes-medical:before{content:"\f481"}.fa-npm:before{content:"\f3d4"}.fa-ns8:before{content:"\f3d5"}.fa-nutritionix:before{content:"\f3d6"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-octopus-deploy:before{content:"\e082"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-oil-can:before{content:"\f613"}.fa-old-republic:before{content:"\f510"}.fa-om:before{content:"\f679"}.fa-opencart:before{content:"\f23d"}.fa-openid:before{content:"\f19b"}.fa-opera:before{content:"\f26a"}.fa-optin-monster:before{content:"\f23c"}.fa-orcid:before{content:"\f8d2"}.fa-osi:before{content:"\f41a"}.fa-otter:before{content:"\f700"}.fa-outdent:before{content:"\f03b"}.fa-page4:before{content:"\f3d7"}.fa-pagelines:before{content:"\f18c"}.fa-pager:before{content:"\f815"}.fa-paint-brush:before{content:"\f1fc"}.fa-paint-roller:before{content:"\f5aa"}.fa-palette:before{content:"\f53f"}.fa-palfed:before{content:"\f3d8"}.fa-pallet:before{content:"\f482"}.fa-paper-plane:before{content:"\f1d8"}.fa-paperclip:before{content:"\f0c6"}.fa-parachute-box:before{content:"\f4cd"}.fa-paragraph:before{content:"\f1dd"}.fa-parking:before{content:"\f540"}.fa-passport:before{content:"\f5ab"}.fa-pastafarianism:before{content:"\f67b"}.fa-paste:before{content:"\f0ea"}.fa-patreon:before{content:"\f3d9"}.fa-pause:before{content:"\f04c"}.fa-pause-circle:before{content:"\f28b"}.fa-paw:before{content:"\f1b0"}.fa-paypal:before{content:"\f1ed"}.fa-peace:before{content:"\f67c"}.fa-pen:before{content:"\f304"}.fa-pen-alt:before{content:"\f305"}.fa-pen-fancy:before{content:"\f5ac"}.fa-pen-nib:before{content:"\f5ad"}.fa-pen-square:before{content:"\f14b"}.fa-pencil-alt:before{content:"\f303"}.fa-pencil-ruler:before{content:"\f5ae"}.fa-penny-arcade:before{content:"\f704"}.fa-people-arrows:before{content:"\e068"}.fa-people-carry:before{content:"\f4ce"}.fa-pepper-hot:before{content:"\f816"}.fa-perbyte:before{content:"\e083"}.fa-percent:before{content:"\f295"}.fa-percentage:before{content:"\f541"}.fa-periscope:before{content:"\f3da"}.fa-person-booth:before{content:"\f756"}.fa-phabricator:before{content:"\f3db"}.fa-phoenix-framework:before{content:"\f3dc"}.fa-phoenix-squadron:before{content:"\f511"}.fa-phone:before{content:"\f095"}.fa-phone-alt:before{content:"\f879"}.fa-phone-slash:before{content:"\f3dd"}.fa-phone-square:before{content:"\f098"}.fa-phone-square-alt:before{content:"\f87b"}.fa-phone-volume:before{content:"\f2a0"}.fa-photo-video:before{content:"\f87c"}.fa-php:before{content:"\f457"}.fa-pied-piper:before{content:"\f2ae"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-pied-piper-hat:before{content:"\f4e5"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pied-piper-square:before{content:"\e01e"}.fa-piggy-bank:before{content:"\f4d3"}.fa-pills:before{content:"\f484"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-p:before{content:"\f231"}.fa-pinterest-square:before{content:"\f0d3"}.fa-pizza-slice:before{content:"\f818"}.fa-place-of-worship:before{content:"\f67f"}.fa-plane:before{content:"\f072"}.fa-plane-arrival:before{content:"\f5af"}.fa-plane-departure:before{content:"\f5b0"}.fa-plane-slash:before{content:"\e069"}.fa-play:before{content:"\f04b"}.fa-play-circle:before{content:"\f144"}.fa-playstation:before{content:"\f3df"}.fa-plug:before{content:"\f1e6"}.fa-plus:before{content:"\f067"}.fa-plus-circle:before{content:"\f055"}.fa-plus-square:before{content:"\f0fe"}.fa-podcast:before{content:"\f2ce"}.fa-poll:before{content:"\f681"}.fa-poll-h:before{content:"\f682"}.fa-poo:before{content:"\f2fe"}.fa-poo-storm:before{content:"\f75a"}.fa-poop:before{content:"\f619"}.fa-portrait:before{content:"\f3e0"}.fa-pound-sign:before{content:"\f154"}.fa-power-off:before{content:"\f011"}.fa-pray:before{content:"\f683"}.fa-praying-hands:before{content:"\f684"}.fa-prescription:before{content:"\f5b1"}.fa-prescription-bottle:before{content:"\f485"}.fa-prescription-bottle-alt:before{content:"\f486"}.fa-print:before{content:"\f02f"}.fa-procedures:before{content:"\f487"}.fa-product-hunt:before{content:"\f288"}.fa-project-diagram:before{content:"\f542"}.fa-pump-medical:before{content:"\e06a"}.fa-pump-soap:before{content:"\e06b"}.fa-pushed:before{content:"\f3e1"}.fa-puzzle-piece:before{content:"\f12e"}.fa-python:before{content:"\f3e2"}.fa-qq:before{content:"\f1d6"}.fa-qrcode:before{content:"\f029"}.fa-question:before{content:"\f128"}.fa-question-circle:before{content:"\f059"}.fa-quidditch:before{content:"\f458"}.fa-quinscape:before{content:"\f459"}.fa-quora:before{content:"\f2c4"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-quran:before{content:"\f687"}.fa-r-project:before{content:"\f4f7"}.fa-radiation:before{content:"\f7b9"}.fa-radiation-alt:before{content:"\f7ba"}.fa-rainbow:before{content:"\f75b"}.fa-random:before{content:"\f074"}.fa-raspberry-pi:before{content:"\f7bb"}.fa-ravelry:before{content:"\f2d9"}.fa-react:before{content:"\f41b"}.fa-reacteurope:before{content:"\f75d"}.fa-readme:before{content:"\f4d5"}.fa-rebel:before{content:"\f1d0"}.fa-receipt:before{content:"\f543"}.fa-record-vinyl:before{content:"\f8d9"}.fa-recycle:before{content:"\f1b8"}.fa-red-river:before{content:"\f3e3"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-alien:before{content:"\f281"}.fa-reddit-square:before{content:"\f1a2"}.fa-redhat:before{content:"\f7bc"}.fa-redo:before{content:"\f01e"}.fa-redo-alt:before{content:"\f2f9"}.fa-registered:before{content:"\f25d"}.fa-remove-format:before{content:"\f87d"}.fa-renren:before{content:"\f18b"}.fa-reply:before{content:"\f3e5"}.fa-reply-all:before{content:"\f122"}.fa-replyd:before{content:"\f3e6"}.fa-republican:before{content:"\f75e"}.fa-researchgate:before{content:"\f4f8"}.fa-resolving:before{content:"\f3e7"}.fa-restroom:before{content:"\f7bd"}.fa-retweet:before{content:"\f079"}.fa-rev:before{content:"\f5b2"}.fa-ribbon:before{content:"\f4d6"}.fa-ring:before{content:"\f70b"}.fa-road:before{content:"\f018"}.fa-robot:before{content:"\f544"}.fa-rocket:before{content:"\f135"}.fa-rocketchat:before{content:"\f3e8"}.fa-rockrms:before{content:"\f3e9"}.fa-route:before{content:"\f4d7"}.fa-rss:before{content:"\f09e"}.fa-rss-square:before{content:"\f143"}.fa-ruble-sign:before{content:"\f158"}.fa-ruler:before{content:"\f545"}.fa-ruler-combined:before{content:"\f546"}.fa-ruler-horizontal:before{content:"\f547"}.fa-ruler-vertical:before{content:"\f548"}.fa-running:before{content:"\f70c"}.fa-rupee-sign:before{content:"\f156"}.fa-rust:before{content:"\e07a"}.fa-sad-cry:before{content:"\f5b3"}.fa-sad-tear:before{content:"\f5b4"}.fa-safari:before{content:"\f267"}.fa-salesforce:before{content:"\f83b"}.fa-sass:before{content:"\f41e"}.fa-satellite:before{content:"\f7bf"}.fa-satellite-dish:before{content:"\f7c0"}.fa-save:before{content:"\f0c7"}.fa-schlix:before{content:"\f3ea"}.fa-school:before{content:"\f549"}.fa-screwdriver:before{content:"\f54a"}.fa-scribd:before{content:"\f28a"}.fa-scroll:before{content:"\f70e"}.fa-sd-card:before{content:"\f7c2"}.fa-search:before{content:"\f002"}.fa-search-dollar:before{content:"\f688"}.fa-search-location:before{content:"\f689"}.fa-search-minus:before{content:"\f010"}.fa-search-plus:before{content:"\f00e"}.fa-searchengin:before{content:"\f3eb"}.fa-seedling:before{content:"\f4d8"}.fa-sellcast:before{content:"\f2da"}.fa-sellsy:before{content:"\f213"}.fa-server:before{content:"\f233"}.fa-servicestack:before{content:"\f3ec"}.fa-shapes:before{content:"\f61f"}.fa-share:before{content:"\f064"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-share-square:before{content:"\f14d"}.fa-shekel-sign:before{content:"\f20b"}.fa-shield-alt:before{content:"\f3ed"}.fa-shield-virus:before{content:"\e06c"}.fa-ship:before{content:"\f21a"}.fa-shipping-fast:before{content:"\f48b"}.fa-shirtsinbulk:before{content:"\f214"}.fa-shoe-prints:before{content:"\f54b"}.fa-shopify:before{content:"\e057"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-shopping-cart:before{content:"\f07a"}.fa-shopware:before{content:"\f5b5"}.fa-shower:before{content:"\f2cc"}.fa-shuttle-van:before{content:"\f5b6"}.fa-sign:before{content:"\f4d9"}.fa-sign-in-alt:before{content:"\f2f6"}.fa-sign-language:before{content:"\f2a7"}.fa-sign-out-alt:before{content:"\f2f5"}.fa-signal:before{content:"\f012"}.fa-signature:before{content:"\f5b7"}.fa-sim-card:before{content:"\f7c4"}.fa-simplybuilt:before{content:"\f215"}.fa-sink:before{content:"\e06d"}.fa-sistrix:before{content:"\f3ee"}.fa-sitemap:before{content:"\f0e8"}.fa-sith:before{content:"\f512"}.fa-skating:before{content:"\f7c5"}.fa-sketch:before{content:"\f7c6"}.fa-skiing:before{content:"\f7c9"}.fa-skiing-nordic:before{content:"\f7ca"}.fa-skull:before{content:"\f54c"}.fa-skull-crossbones:before{content:"\f714"}.fa-skyatlas:before{content:"\f216"}.fa-skype:before{content:"\f17e"}.fa-slack:before{content:"\f198"}.fa-slack-hash:before{content:"\f3ef"}.fa-slash:before{content:"\f715"}.fa-sleigh:before{content:"\f7cc"}.fa-sliders-h:before{content:"\f1de"}.fa-slideshare:before{content:"\f1e7"}.fa-smile:before{content:"\f118"}.fa-smile-beam:before{content:"\f5b8"}.fa-smile-wink:before{content:"\f4da"}.fa-smog:before{content:"\f75f"}.fa-smoking:before{content:"\f48d"}.fa-smoking-ban:before{content:"\f54d"}.fa-sms:before{content:"\f7cd"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-snowboarding:before{content:"\f7ce"}.fa-snowflake:before{content:"\f2dc"}.fa-snowman:before{content:"\f7d0"}.fa-snowplow:before{content:"\f7d2"}.fa-soap:before{content:"\e06e"}.fa-socks:before{content:"\f696"}.fa-solar-panel:before{content:"\f5ba"}.fa-sort:before{content:"\f0dc"}.fa-sort-alpha-down:before{content:"\f15d"}.fa-sort-alpha-down-alt:before{content:"\f881"}.fa-sort-alpha-up:before{content:"\f15e"}.fa-sort-alpha-up-alt:before{content:"\f882"}.fa-sort-amount-down:before{content:"\f160"}.fa-sort-amount-down-alt:before{content:"\f884"}.fa-sort-amount-up:before{content:"\f161"}.fa-sort-amount-up-alt:before{content:"\f885"}.fa-sort-down:before{content:"\f0dd"}.fa-sort-numeric-down:before{content:"\f162"}.fa-sort-numeric-down-alt:before{content:"\f886"}.fa-sort-numeric-up:before{content:"\f163"}.fa-sort-numeric-up-alt:before{content:"\f887"}.fa-sort-up:before{content:"\f0de"}.fa-soundcloud:before{content:"\f1be"}.fa-sourcetree:before{content:"\f7d3"}.fa-spa:before{content:"\f5bb"}.fa-space-shuttle:before{content:"\f197"}.fa-speakap:before{content:"\f3f3"}.fa-speaker-deck:before{content:"\f83c"}.fa-spell-check:before{content:"\f891"}.fa-spider:before{content:"\f717"}.fa-spinner:before{content:"\f110"}.fa-splotch:before{content:"\f5bc"}.fa-spotify:before{content:"\f1bc"}.fa-spray-can:before{content:"\f5bd"}.fa-square:before{content:"\f0c8"}.fa-square-full:before{content:"\f45c"}.fa-square-root-alt:before{content:"\f698"}.fa-squarespace:before{content:"\f5be"}.fa-stack-exchange:before{content:"\f18d"}.fa-stack-overflow:before{content:"\f16c"}.fa-stackpath:before{content:"\f842"}.fa-stamp:before{content:"\f5bf"}.fa-star:before{content:"\f005"}.fa-star-and-crescent:before{content:"\f699"}.fa-star-half:before{content:"\f089"}.fa-star-half-alt:before{content:"\f5c0"}.fa-star-of-david:before{content:"\f69a"}.fa-star-of-life:before{content:"\f621"}.fa-staylinked:before{content:"\f3f5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-steam-symbol:before{content:"\f3f6"}.fa-step-backward:before{content:"\f048"}.fa-step-forward:before{content:"\f051"}.fa-stethoscope:before{content:"\f0f1"}.fa-sticker-mule:before{content:"\f3f7"}.fa-sticky-note:before{content:"\f249"}.fa-stop:before{content:"\f04d"}.fa-stop-circle:before{content:"\f28d"}.fa-stopwatch:before{content:"\f2f2"}.fa-stopwatch-20:before{content:"\e06f"}.fa-store:before{content:"\f54e"}.fa-store-alt:before{content:"\f54f"}.fa-store-alt-slash:before{content:"\e070"}.fa-store-slash:before{content:"\e071"}.fa-strava:before{content:"\f428"}.fa-stream:before{content:"\f550"}.fa-street-view:before{content:"\f21d"}.fa-strikethrough:before{content:"\f0cc"}.fa-stripe:before{content:"\f429"}.fa-stripe-s:before{content:"\f42a"}.fa-stroopwafel:before{content:"\f551"}.fa-studiovinari:before{content:"\f3f8"}.fa-stumbleupon:before{content:"\f1a4"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-subscript:before{content:"\f12c"}.fa-subway:before{content:"\f239"}.fa-suitcase:before{content:"\f0f2"}.fa-suitcase-rolling:before{content:"\f5c1"}.fa-sun:before{content:"\f185"}.fa-superpowers:before{content:"\f2dd"}.fa-superscript:before{content:"\f12b"}.fa-supple:before{content:"\f3f9"}.fa-surprise:before{content:"\f5c2"}.fa-suse:before{content:"\f7d6"}.fa-swatchbook:before{content:"\f5c3"}.fa-swift:before{content:"\f8e1"}.fa-swimmer:before{content:"\f5c4"}.fa-swimming-pool:before{content:"\f5c5"}.fa-symfony:before{content:"\f83d"}.fa-synagogue:before{content:"\f69b"}.fa-sync:before{content:"\f021"}.fa-sync-alt:before{content:"\f2f1"}.fa-syringe:before{content:"\f48e"}.fa-table:before{content:"\f0ce"}.fa-table-tennis:before{content:"\f45d"}.fa-tablet:before{content:"\f10a"}.fa-tablet-alt:before{content:"\f3fa"}.fa-tablets:before{content:"\f490"}.fa-tachometer-alt:before{content:"\f3fd"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-tape:before{content:"\f4db"}.fa-tasks:before{content:"\f0ae"}.fa-taxi:before{content:"\f1ba"}.fa-teamspeak:before{content:"\f4f9"}.fa-teeth:before{content:"\f62e"}.fa-teeth-open:before{content:"\f62f"}.fa-telegram:before{content:"\f2c6"}.fa-telegram-plane:before{content:"\f3fe"}.fa-temperature-high:before{content:"\f769"}.fa-temperature-low:before{content:"\f76b"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-tenge:before{content:"\f7d7"}.fa-terminal:before{content:"\f120"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-th:before{content:"\f00a"}.fa-th-large:before{content:"\f009"}.fa-th-list:before{content:"\f00b"}.fa-the-red-yeti:before{content:"\f69d"}.fa-theater-masks:before{content:"\f630"}.fa-themeco:before{content:"\f5c6"}.fa-themeisle:before{content:"\f2b2"}.fa-thermometer:before{content:"\f491"}.fa-thermometer-empty:before{content:"\f2cb"}.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-think-peaks:before{content:"\f731"}.fa-thumbs-down:before{content:"\f165"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbtack:before{content:"\f08d"}.fa-ticket-alt:before{content:"\f3ff"}.fa-tiktok:before{content:"\e07b"}.fa-times:before{content:"\f00d"}.fa-times-circle:before{content:"\f057"}.fa-tint:before{content:"\f043"}.fa-tint-slash:before{content:"\f5c7"}.fa-tired:before{content:"\f5c8"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-toilet:before{content:"\f7d8"}.fa-toilet-paper:before{content:"\f71e"}.fa-toilet-paper-slash:before{content:"\e072"}.fa-toolbox:before{content:"\f552"}.fa-tools:before{content:"\f7d9"}.fa-tooth:before{content:"\f5c9"}.fa-torah:before{content:"\f6a0"}.fa-torii-gate:before{content:"\f6a1"}.fa-tractor:before{content:"\f722"}.fa-trade-federation:before{content:"\f513"}.fa-trademark:before{content:"\f25c"}.fa-traffic-light:before{content:"\f637"}.fa-trailer:before{content:"\e041"}.fa-train:before{content:"\f238"}.fa-tram:before{content:"\f7da"}.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-trash:before{content:"\f1f8"}.fa-trash-alt:before{content:"\f2ed"}.fa-trash-restore:before{content:"\f829"}.fa-trash-restore-alt:before{content:"\f82a"}.fa-tree:before{content:"\f1bb"}.fa-trello:before{content:"\f181"}.fa-tripadvisor:before{content:"\f262"}.fa-trophy:before{content:"\f091"}.fa-truck:before{content:"\f0d1"}.fa-truck-loading:before{content:"\f4de"}.fa-truck-monster:before{content:"\f63b"}.fa-truck-moving:before{content:"\f4df"}.fa-truck-pickup:before{content:"\f63c"}.fa-tshirt:before{content:"\f553"}.fa-tty:before{content:"\f1e4"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-tv:before{content:"\f26c"}.fa-twitch:before{content:"\f1e8"}.fa-twitter:before{content:"\f099"}.fa-twitter-square:before{content:"\f081"}.fa-typo3:before{content:"\f42b"}.fa-uber:before{content:"\f402"}.fa-ubuntu:before{content:"\f7df"}.fa-uikit:before{content:"\f403"}.fa-umbraco:before{content:"\f8e8"}.fa-umbrella:before{content:"\f0e9"}.fa-umbrella-beach:before{content:"\f5ca"}.fa-uncharted:before{content:"\e084"}.fa-underline:before{content:"\f0cd"}.fa-undo:before{content:"\f0e2"}.fa-undo-alt:before{content:"\f2ea"}.fa-uniregistry:before{content:"\f404"}.fa-unity:before{content:"\e049"}.fa-universal-access:before{content:"\f29a"}.fa-university:before{content:"\f19c"}.fa-unlink:before{content:"\f127"}.fa-unlock:before{content:"\f09c"}.fa-unlock-alt:before{content:"\f13e"}.fa-unsplash:before{content:"\e07c"}.fa-untappd:before{content:"\f405"}.fa-upload:before{content:"\f093"}.fa-ups:before{content:"\f7e0"}.fa-usb:before{content:"\f287"}.fa-user:before{content:"\f007"}.fa-user-alt:before{content:"\f406"}.fa-user-alt-slash:before{content:"\f4fa"}.fa-user-astronaut:before{content:"\f4fb"}.fa-user-check:before{content:"\f4fc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-clock:before{content:"\f4fd"}.fa-user-cog:before{content:"\f4fe"}.fa-user-edit:before{content:"\f4ff"}.fa-user-friends:before{content:"\f500"}.fa-user-graduate:before{content:"\f501"}.fa-user-injured:before{content:"\f728"}.fa-user-lock:before{content:"\f502"}.fa-user-md:before{content:"\f0f0"}.fa-user-minus:before{content:"\f503"}.fa-user-ninja:before{content:"\f504"}.fa-user-nurse:before{content:"\f82f"}.fa-user-plus:before{content:"\f234"}.fa-user-secret:before{content:"\f21b"}.fa-user-shield:before{content:"\f505"}.fa-user-slash:before{content:"\f506"}.fa-user-tag:before{content:"\f507"}.fa-user-tie:before{content:"\f508"}.fa-user-times:before{content:"\f235"}.fa-users:before{content:"\f0c0"}.fa-users-cog:before{content:"\f509"}.fa-users-slash:before{content:"\e073"}.fa-usps:before{content:"\f7e1"}.fa-ussunnah:before{content:"\f407"}.fa-utensil-spoon:before{content:"\f2e5"}.fa-utensils:before{content:"\f2e7"}.fa-vaadin:before{content:"\f408"}.fa-vector-square:before{content:"\f5cb"}.fa-venus:before{content:"\f221"}.fa-venus-double:before{content:"\f226"}.fa-venus-mars:before{content:"\f228"}.fa-vest:before{content:"\e085"}.fa-vest-patches:before{content:"\e086"}.fa-viacoin:before{content:"\f237"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-vial:before{content:"\f492"}.fa-vials:before{content:"\f493"}.fa-viber:before{content:"\f409"}.fa-video:before{content:"\f03d"}.fa-video-slash:before{content:"\f4e2"}.fa-vihara:before{content:"\f6a7"}.fa-vimeo:before{content:"\f40a"}.fa-vimeo-square:before{content:"\f194"}.fa-vimeo-v:before{content:"\f27d"}.fa-vine:before{content:"\f1ca"}.fa-virus:before{content:"\e074"}.fa-virus-slash:before{content:"\e075"}.fa-viruses:before{content:"\e076"}.fa-vk:before{content:"\f189"}.fa-vnv:before{content:"\f40b"}.fa-voicemail:before{content:"\f897"}.fa-volleyball-ball:before{content:"\f45f"}.fa-volume-down:before{content:"\f027"}.fa-volume-mute:before{content:"\f6a9"}.fa-volume-off:before{content:"\f026"}.fa-volume-up:before{content:"\f028"}.fa-vote-yea:before{content:"\f772"}.fa-vr-cardboard:before{content:"\f729"}.fa-vuejs:before{content:"\f41f"}.fa-walking:before{content:"\f554"}.fa-wallet:before{content:"\f555"}.fa-warehouse:before{content:"\f494"}.fa-watchman-monitoring:before{content:"\e087"}.fa-water:before{content:"\f773"}.fa-wave-square:before{content:"\f83e"}.fa-waze:before{content:"\f83f"}.fa-weebly:before{content:"\f5cc"}.fa-weibo:before{content:"\f18a"}.fa-weight:before{content:"\f496"}.fa-weight-hanging:before{content:"\f5cd"}.fa-weixin:before{content:"\f1d7"}.fa-whatsapp:before{content:"\f232"}.fa-whatsapp-square:before{content:"\f40c"}.fa-wheelchair:before{content:"\f193"}.fa-whmcs:before{content:"\f40d"}.fa-wifi:before{content:"\f1eb"}.fa-wikipedia-w:before{content:"\f266"}.fa-wind:before{content:"\f72e"}.fa-window-close:before{content:"\f410"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-windows:before{content:"\f17a"}.fa-wine-bottle:before{content:"\f72f"}.fa-wine-glass:before{content:"\f4e3"}.fa-wine-glass-alt:before{content:"\f5ce"}.fa-wix:before{content:"\f5cf"}.fa-wizards-of-the-coast:before{content:"\f730"}.fa-wodu:before{content:"\e088"}.fa-wolf-pack-battalion:before{content:"\f514"}.fa-won-sign:before{content:"\f159"}.fa-wordpress:before{content:"\f19a"}.fa-wordpress-simple:before{content:"\f411"}.fa-wpbeginner:before{content:"\f297"}.fa-wpexplorer:before{content:"\f2de"}.fa-wpforms:before{content:"\f298"}.fa-wpressr:before{content:"\f3e4"}.fa-wrench:before{content:"\f0ad"}.fa-x-ray:before{content:"\f497"}.fa-xbox:before{content:"\f412"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-y-combinator:before{content:"\f23b"}.fa-yahoo:before{content:"\f19e"}.fa-yammer:before{content:"\f840"}.fa-yandex:before{content:"\f413"}.fa-yandex-international:before{content:"\f414"}.fa-yarn:before{content:"\f7e3"}.fa-yelp:before{content:"\f1e9"}.fa-yen-sign:before{content:"\f157"}.fa-yin-yang:before{content:"\f6ad"}.fa-yoast:before{content:"\f2b1"}.fa-youtube:before{content:"\f167"}.fa-youtube-square:before{content:"\f431"}.fa-zhihu:before{content:"\f63f"}.sr-only{border:0;clip:rect(0,0,0,0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.sr-only-focusable:active,.sr-only-focusable:focus{clip:auto;height:auto;margin:0;overflow:visible;position:static;width:auto}@font-face{font-family:"Font Awesome 5 Brands";font-style:normal;font-weight:400;font-display:block;src:url(//www.integrasources.com/wp-content/plugins/gutenverse/assets/fontawesome/webfonts/fa-brands-400.eot);src:url(//www.integrasources.com/wp-content/plugins/gutenverse/assets/fontawesome/webfonts/fa-brands-400.eot?#iefix) format("embedded-opentype"),url(//www.integrasources.com/wp-content/plugins/gutenverse/assets/fontawesome/webfonts/fa-brands-400.woff2) format("woff2"),url(//www.integrasources.com/wp-content/plugins/gutenverse/assets/fontawesome/webfonts/fa-brands-400.woff) format("woff"),url(//www.integrasources.com/wp-content/plugins/gutenverse/assets/fontawesome/webfonts/fa-brands-400.ttf) format("truetype"),url(//www.integrasources.com/wp-content/plugins/gutenverse/assets/fontawesome/webfonts/fa-brands-400.svg#fontawesome) format("svg")}.fab{font-family:"Font Awesome 5 Brands"}@font-face{font-family:"Font Awesome 5 Free";font-style:normal;font-weight:400;font-display:block;src:url(//www.integrasources.com/wp-content/plugins/gutenverse/assets/fontawesome/webfonts/fa-regular-400.eot);src:url(//www.integrasources.com/wp-content/plugins/gutenverse/assets/fontawesome/webfonts/fa-regular-400.eot?#iefix) format("embedded-opentype"),url(//www.integrasources.com/wp-content/plugins/gutenverse/assets/fontawesome/webfonts/fa-regular-400.woff2) format("woff2"),url(//www.integrasources.com/wp-content/plugins/gutenverse/assets/fontawesome/webfonts/fa-regular-400.woff) format("woff"),url(//www.integrasources.com/wp-content/plugins/gutenverse/assets/fontawesome/webfonts/fa-regular-400.ttf) format("truetype"),url(//www.integrasources.com/wp-content/plugins/gutenverse/assets/fontawesome/webfonts/fa-regular-400.svg#fontawesome) format("svg")}.fab,.far{font-weight:400}@font-face{font-family:"Font Awesome 5 Free";font-style:normal;font-weight:900;font-display:block;src:url(//www.integrasources.com/wp-content/plugins/gutenverse/assets/fontawesome/webfonts/fa-solid-900.eot);src:url(//www.integrasources.com/wp-content/plugins/gutenverse/assets/fontawesome/webfonts/fa-solid-900.eot?#iefix) format("embedded-opentype"),url(//www.integrasources.com/wp-content/plugins/gutenverse/assets/fontawesome/webfonts/fa-solid-900.woff2) format("woff2"),url(//www.integrasources.com/wp-content/plugins/gutenverse/assets/fontawesome/webfonts/fa-solid-900.woff) format("woff"),url(//www.integrasources.com/wp-content/plugins/gutenverse/assets/fontawesome/webfonts/fa-solid-900.ttf) format("truetype"),url(//www.integrasources.com/wp-content/plugins/gutenverse/assets/fontawesome/webfonts/fa-solid-900.svg#fontawesome) format("svg")}.fa,.far,.fas{font-family:"Font Awesome 5 Free"}.fa,.fas{font-weight:900}@font-face {
font-family: 'gtnicon';
src: url(//www.integrasources.com/wp-content/plugins/gutenverse/assets/gtnicon/gtnicon.eot?bv8d8l);
src: url(//www.integrasources.com/wp-content/plugins/gutenverse/assets/gtnicon/gtnicon.eot?bv8d8l#iefix) format('embedded-opentype'), url(//www.integrasources.com/wp-content/plugins/gutenverse/assets/gtnicon/gtnicon.ttf?bv8d8l) format('truetype'), url(//www.integrasources.com/wp-content/plugins/gutenverse/assets/gtnicon/gtnicon.woff?bv8d8l) format('woff'), url(//www.integrasources.com/wp-content/plugins/gutenverse/assets/gtnicon/gtnicon.svg?bv8d8l#gtnicon) format('svg');
font-weight: normal;
font-style: normal;
font-display: block;
}
[class*="gtn gtn-"] { font-family: 'gtnicon' !important;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1;
display: inline-block; -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.gtn-500px:before {
content: "\e900";
}
.gtn-accessible-icon:before {
content: "\e901";
}
.gtn-accusoft:before {
content: "\e902";
}
.gtn-acquisitions-incorporated:before {
content: "\e903";
}
.gtn-ad-solid:before {
content: "\e904";
}
.gtn-address-book-solid:before {
content: "\e905";
}
.gtn-address-book:before {
content: "\e906";
}
.gtn-address-card-solid:before {
content: "\e907";
}
.gtn-address-card:before {
content: "\e908";
}
.gtn-adjust-solid:before {
content: "\e909";
}
.gtn-adn:before {
content: "\e90a";
}
.gtn-adobe:before {
content: "\e90b";
}
.gtn-adversal:before {
content: "\e90c";
}
.gtn-affiliatetheme:before {
content: "\e90d";
}
.gtn-air-freshener-solid:before {
content: "\e90e";
}
.gtn-airbnb:before {
content: "\e90f";
}
.gtn-algolia:before {
content: "\e910";
}
.gtn-align-center-solid:before {
content: "\e911";
}
.gtn-align-justify-solid:before {
content: "\e912";
}
.gtn-align-left-solid:before {
content: "\e913";
}
.gtn-align-right-solid:before {
content: "\e914";
}
.gtn-alipay:before {
content: "\e915";
}
.gtn-allergies-solid:before {
content: "\e916";
}
.gtn-amazon-pay:before {
content: "\e917";
}
.gtn-amazon:before {
content: "\e918";
}
.gtn-ambulance-solid:before {
content: "\e919";
}
.gtn-american-sign-language-interpreting-solid:before {
content: "\e91a";
}
.gtn-amilia:before {
content: "\e91b";
}
.gtn-anchor-solid:before {
content: "\e91c";
}
.gtn-android:before {
content: "\e91d";
}
.gtn-angellist:before {
content: "\e91e";
}
.gtn-angle-double-down-solid:before {
content: "\e91f";
}
.gtn-angle-double-left-solid:before {
content: "\e920";
}
.gtn-angle-double-right-solid:before {
content: "\e921";
}
.gtn-angle-double-up-solid:before {
content: "\e922";
}
.gtn-angle-down-solid:before {
content: "\e923";
}
.gtn-angle-left-solid:before {
content: "\e924";
}
.gtn-angle-right-solid:before {
content: "\e925";
}
.gtn-angle-up-solid:before {
content: "\e926";
}
.gtn-angry-solid:before {
content: "\e927";
}
.gtn-angry:before {
content: "\e928";
}
.gtn-angrycreative:before {
content: "\e929";
}
.gtn-angular:before {
content: "\e92a";
}
.gtn-ankh-solid:before {
content: "\e92b";
}
.gtn-app-store-ios:before {
content: "\e92c";
}
.gtn-app-store:before {
content: "\e92d";
}
.gtn-apper:before {
content: "\e92e";
}
.gtn-apple-alt-solid:before {
content: "\e92f";
}
.gtn-apple-pay:before {
content: "\e930";
}
.gtn-apple:before {
content: "\e931";
}
.gtn-archive-solid:before {
content: "\e932";
}
.gtn-archway-solid:before {
content: "\e933";
}
.gtn-arrow-alt-circle-down-solid:before {
content: "\e934";
}
.gtn-arrow-alt-circle-down:before {
content: "\e935";
}
.gtn-arrow-alt-circle-left-solid:before {
content: "\e936";
}
.gtn-arrow-alt-circle-left:before {
content: "\e937";
}
.gtn-arrow-alt-circle-right-solid:before {
content: "\e938";
}
.gtn-arrow-alt-circle-right:before {
content: "\e939";
}
.gtn-arrow-alt-circle-up-solid:before {
content: "\e93a";
}
.gtn-arrow-alt-circle-up:before {
content: "\e93b";
}
.gtn-arrow-circle-down-solid:before {
content: "\e93c";
}
.gtn-arrow-circle-left-solid:before {
content: "\e93d";
}
.gtn-arrow-circle-right-solid:before {
content: "\e93e";
}
.gtn-arrow-circle-up-solid:before {
content: "\e93f";
}
.gtn-arrow-down-solid:before {
content: "\e940";
}
.gtn-arrow-left-solid:before {
content: "\e941";
}
.gtn-arrow-right-solid:before {
content: "\e942";
}
.gtn-arrow-up-solid:before {
content: "\e943";
}
.gtn-arrows-alt-h-solid:before {
content: "\e944";
}
.gtn-arrows-alt-solid:before {
content: "\e945";
}
.gtn-arrows-alt-v-solid:before {
content: "\e946";
}
.gtn-artstation:before {
content: "\e947";
}
.gtn-assistive-listening-systems-solid:before {
content: "\e948";
}
.gtn-asterisk-solid:before {
content: "\e949";
}
.gtn-asymmetrik:before {
content: "\e94a";
}
.gtn-at-solid:before {
content: "\e94b";
}
.gtn-atlas-solid:before {
content: "\e94c";
}
.gtn-atlassian:before {
content: "\e94d";
}
.gtn-atom-solid:before {
content: "\e94e";
}
.gtn-audible:before {
content: "\e94f";
}
.gtn-audio-description-solid:before {
content: "\e950";
}
.gtn-autoprefixer:before {
content: "\e951";
}
.gtn-avianex:before {
content: "\e952";
}
.gtn-aviato:before {
content: "\e953";
}
.gtn-award-solid:before {
content: "\e954";
}
.gtn-aws:before {
content: "\e955";
}
.gtn-baby-carriage-solid:before {
content: "\e956";
}
.gtn-baby-solid:before {
content: "\e957";
}
.gtn-backspace-solid:before {
content: "\e958";
}
.gtn-backward-solid:before {
content: "\e959";
}
.gtn-bacon-solid:before {
content: "\e95a";
}
.gtn-balance-scale-left-solid:before {
content: "\e95b";
}
.gtn-balance-scale-right-solid:before {
content: "\e95c";
}
.gtn-balance-scale-solid:before {
content: "\e95d";
}
.gtn-ban-solid:before {
content: "\e95e";
}
.gtn-band-aid-solid:before {
content: "\e95f";
}
.gtn-bandcamp:before {
content: "\e960";
}
.gtn-barcode-solid:before {
content: "\e961";
}
.gtn-bars-solid:before {
content: "\e962";
}
.gtn-baseball-ball-solid:before {
content: "\e963";
}
.gtn-basketball-ball-solid:before {
content: "\e964";
}
.gtn-bath-solid:before {
content: "\e965";
}
.gtn-battery-empty-solid:before {
content: "\e966";
}
.gtn-battery-full-solid:before {
content: "\e967";
}
.gtn-battery-half-solid:before {
content: "\e968";
}
.gtn-battery-quarter-solid:before {
content: "\e969";
}
.gtn-battery-three-quarters-solid:before {
content: "\e96a";
}
.gtn-battle-net:before {
content: "\e96b";
}
.gtn-bed-solid:before {
content: "\e96c";
}
.gtn-beer-solid:before {
content: "\e96d";
}
.gtn-behance-square:before {
content: "\e96e";
}
.gtn-behance:before {
content: "\e96f";
}
.gtn-bell-slash-solid:before {
content: "\e970";
}
.gtn-bell-slash:before {
content: "\e971";
}
.gtn-bell-solid:before {
content: "\e972";
}
.gtn-bell:before {
content: "\e973";
}
.gtn-bezier-curve-solid:before {
content: "\e974";
}
.gtn-bible-solid:before {
content: "\e975";
}
.gtn-bicycle-solid:before {
content: "\e976";
}
.gtn-biking-solid:before {
content: "\e977";
}
.gtn-bimobject:before {
content: "\e978";
}
.gtn-binoculars-solid:before {
content: "\e979";
}
.gtn-biohazard-solid:before {
content: "\e97a";
}
.gtn-birthday-cake-solid:before {
content: "\e97b";
}
.gtn-bitbucket:before {
content: "\e97c";
}
.gtn-bitcoin:before {
content: "\e97d";
}
.gtn-bity:before {
content: "\e97e";
}
.gtn-black-tie:before {
content: "\e97f";
}
.gtn-blackberry:before {
content: "\e980";
}
.gtn-blender-phone-solid:before {
content: "\e981";
}
.gtn-blender-solid:before {
content: "\e982";
}
.gtn-blind-solid:before {
content: "\e983";
}
.gtn-blog-solid:before {
content: "\e984";
}
.gtn-blogger-b:before {
content: "\e985";
}
.gtn-blogger:before {
content: "\e986";
}
.gtn-bluetooth-b:before {
content: "\e987";
}
.gtn-bluetooth:before {
content: "\e988";
}
.gtn-bold-solid:before {
content: "\e989";
}
.gtn-bolt-solid:before {
content: "\e98a";
}
.gtn-bomb-solid:before {
content: "\e98b";
}
.gtn-bone-solid:before {
content: "\e98c";
}
.gtn-bong-solid:before {
content: "\e98d";
}
.gtn-book-dead-solid:before {
content: "\e98e";
}
.gtn-book-medical-solid:before {
content: "\e98f";
}
.gtn-book-open-solid:before {
content: "\e990";
}
.gtn-book-reader-solid:before {
content: "\e991";
}
.gtn-book-solid:before {
content: "\e992";
}
.gtn-bookmark-solid:before {
content: "\e993";
}
.gtn-bookmark:before {
content: "\e994";
}
.gtn-bootstrap:before {
content: "\e995";
}
.gtn-border-all-solid:before {
content: "\e996";
}
.gtn-border-none-solid:before {
content: "\e997";
}
.gtn-border-style-solid:before {
content: "\e998";
}
.gtn-bowling-ball-solid:before {
content: "\e999";
}
.gtn-box-open-solid:before {
content: "\e99a";
}
.gtn-box-solid:before {
content: "\e99b";
}
.gtn-boxes-solid:before {
content: "\e99c";
}
.gtn-braille-solid:before {
content: "\e99d";
}
.gtn-brain-solid:before {
content: "\e99e";
}
.gtn-bread-slice-solid:before {
content: "\e99f";
}
.gtn-briefcase-medical-solid:before {
content: "\e9a0";
}
.gtn-briefcase-solid:before {
content: "\e9a1";
}
.gtn-broadcast-tower-solid:before {
content: "\e9a2";
}
.gtn-broom-solid:before {
content: "\e9a3";
}
.gtn-brush-solid:before {
content: "\e9a4";
}
.gtn-btc:before {
content: "\e9a5";
}
.gtn-buffer:before {
content: "\e9a6";
}
.gtn-bug-solid:before {
content: "\e9a7";
}
.gtn-building-solid:before {
content: "\e9a8";
}
.gtn-building:before {
content: "\e9a9";
}
.gtn-bullhorn-solid:before {
content: "\e9aa";
}
.gtn-bullseye-solid:before {
content: "\e9ab";
}
.gtn-burn-solid:before {
content: "\e9ac";
}
.gtn-buromobelexperte:before {
content: "\e9ad";
}
.gtn-bus-alt-solid:before {
content: "\e9ae";
}
.gtn-bus-solid:before {
content: "\e9af";
}
.gtn-business-time-solid:before {
content: "\e9b0";
}
.gtn-buy-n-large:before {
content: "\e9b1";
}
.gtn-buysellads:before {
content: "\e9b2";
}
.gtn-calculator-solid:before {
content: "\e9b3";
}
.gtn-calendar-alt-solid:before {
content: "\e9b4";
}
.gtn-calendar-alt:before {
content: "\e9b5";
}
.gtn-calendar-check-solid:before {
content: "\e9b6";
}
.gtn-calendar-check:before {
content: "\e9b7";
}
.gtn-calendar-day-solid:before {
content: "\e9b8";
}
.gtn-calendar-minus-solid:before {
content: "\e9b9";
}
.gtn-calendar-minus:before {
content: "\e9ba";
}
.gtn-calendar-plus-solid:before {
content: "\e9bb";
}
.gtn-calendar-plus:before {
content: "\e9bc";
}
.gtn-calendar-solid:before {
content: "\e9bd";
}
.gtn-calendar-times-solid:before {
content: "\e9be";
}
.gtn-calendar-times:before {
content: "\e9bf";
}
.gtn-calendar-week-solid:before {
content: "\e9c0";
}
.gtn-calendar:before {
content: "\e9c1";
}
.gtn-camera-retro-solid:before {
content: "\e9c2";
}
.gtn-camera-solid:before {
content: "\e9c3";
}
.gtn-campground-solid:before {
content: "\e9c4";
}
.gtn-canadian-maple-leaf:before {
content: "\e9c5";
}
.gtn-candy-cane-solid:before {
content: "\e9c6";
}
.gtn-cannabis-solid:before {
content: "\e9c7";
}
.gtn-capsules-solid:before {
content: "\e9c8";
}
.gtn-car-alt-solid:before {
content: "\e9c9";
}
.gtn-car-battery-solid:before {
content: "\e9ca";
}
.gtn-car-crash-solid:before {
content: "\e9cb";
}
.gtn-car-side-solid:before {
content: "\e9cc";
}
.gtn-car-solid:before {
content: "\e9cd";
}
.gtn-caret-down-solid:before {
content: "\e9ce";
}
.gtn-caret-left-solid:before {
content: "\e9cf";
}
.gtn-caret-right-solid:before {
content: "\e9d0";
}
.gtn-caret-square-down-solid:before {
content: "\e9d1";
}
.gtn-caret-square-down:before {
content: "\e9d2";
}
.gtn-caret-square-left-solid:before {
content: "\e9d3";
}
.gtn-caret-square-left:before {
content: "\e9d4";
}
.gtn-caret-square-right-solid:before {
content: "\e9d5";
}
.gtn-caret-square-right:before {
content: "\e9d6";
}
.gtn-caret-square-up-solid:before {
content: "\e9d7";
}
.gtn-caret-square-up:before {
content: "\e9d8";
}
.gtn-caret-up-solid:before {
content: "\e9d9";
}
.gtn-carrot-solid:before {
content: "\e9da";
}
.gtn-cart-arrow-down-solid:before {
content: "\e9db";
}
.gtn-cart-plus-solid:before {
content: "\e9dc";
}
.gtn-cash-register-solid:before {
content: "\e9dd";
}
.gtn-cat-solid:before {
content: "\e9de";
}
.gtn-cc-amazon-pay:before {
content: "\e9df";
}
.gtn-cc-amex:before {
content: "\e9e0";
}
.gtn-cc-apple-pay:before {
content: "\e9e1";
}
.gtn-cc-diners-club:before {
content: "\e9e2";
}
.gtn-cc-discover:before {
content: "\e9e3";
}
.gtn-cc-jcb:before {
content: "\e9e4";
}
.gtn-cc-mastercard:before {
content: "\e9e5";
}
.gtn-cc-paypal:before {
content: "\e9e6";
}
.gtn-cc-stripe:before {
content: "\e9e7";
}
.gtn-cc-visa:before {
content: "\e9e8";
}
.gtn-centercode:before {
content: "\e9e9";
}
.gtn-centos:before {
content: "\e9ea";
}
.gtn-certificate-solid:before {
content: "\e9eb";
}
.gtn-chair-solid:before {
content: "\e9ec";
}
.gtn-chalkboard-solid:before {
content: "\e9ed";
}
.gtn-chalkboard-teacher-solid:before {
content: "\e9ee";
}
.gtn-charging-station-solid:before {
content: "\e9ef";
}
.gtn-chart-area-solid:before {
content: "\e9f0";
}
.gtn-chart-bar-solid:before {
content: "\e9f1";
}
.gtn-chart-bar:before {
content: "\e9f2";
}
.gtn-chart-line-solid:before {
content: "\e9f3";
}
.gtn-chart-pie-solid:before {
content: "\e9f4";
}
.gtn-check-circle-solid:before {
content: "\e9f5";
}
.gtn-check-circle:before {
content: "\e9f6";
}
.gtn-check-double-solid:before {
content: "\e9f7";
}
.gtn-check-solid:before {
content: "\e9f8";
}
.gtn-check-square-solid:before {
content: "\e9f9";
}
.gtn-check-square:before {
content: "\e9fa";
}
.gtn-cheese-solid:before {
content: "\e9fb";
}
.gtn-chess-bishop-solid:before {
content: "\e9fc";
}
.gtn-chess-board-solid:before {
content: "\e9fd";
}
.gtn-chess-king-solid:before {
content: "\e9fe";
}
.gtn-chess-knight-solid:before {
content: "\e9ff";
}
.gtn-chess-pawn-solid:before {
content: "\ea00";
}
.gtn-chess-queen-solid:before {
content: "\ea01";
}
.gtn-chess-rook-solid:before {
content: "\ea02";
}
.gtn-chess-solid:before {
content: "\ea03";
}
.gtn-chevron-circle-down-solid:before {
content: "\ea04";
}
.gtn-chevron-circle-left-solid:before {
content: "\ea05";
}
.gtn-chevron-circle-right-solid:before {
content: "\ea06";
}
.gtn-chevron-circle-up-solid:before {
content: "\ea07";
}
.gtn-chevron-down-solid:before {
content: "\ea08";
}
.gtn-chevron-left-solid:before {
content: "\ea09";
}
.gtn-chevron-right-solid:before {
content: "\ea0a";
}
.gtn-chevron-up-solid:before {
content: "\ea0b";
}
.gtn-child-solid:before {
content: "\ea0c";
}
.gtn-chrome:before {
content: "\ea0d";
}
.gtn-chromecast:before {
content: "\ea0e";
}
.gtn-church-solid:before {
content: "\ea0f";
}
.gtn-circle-notch-solid:before {
content: "\ea10";
}
.gtn-circle-solid:before {
content: "\ea11";
}
.gtn-circle:before {
content: "\ea12";
}
.gtn-city-solid:before {
content: "\ea13";
}
.gtn-clinic-medical-solid:before {
content: "\ea14";
}
.gtn-clipboard-check-solid:before {
content: "\ea15";
}
.gtn-clipboard-list-solid:before {
content: "\ea16";
}
.gtn-clipboard-solid:before {
content: "\ea17";
}
.gtn-clipboard:before {
content: "\ea18";
}
.gtn-clock-solid:before {
content: "\ea19";
}
.gtn-clock:before {
content: "\ea1a";
}
.gtn-clone-solid:before {
content: "\ea1b";
}
.gtn-clone:before {
content: "\ea1c";
}
.gtn-closed-captioning-solid:before {
content: "\ea1d";
}
.gtn-closed-captioning:before {
content: "\ea1e";
}
.gtn-cloud-download-alt-solid:before {
content: "\ea1f";
}
.gtn-cloud-meatball-solid:before {
content: "\ea20";
}
.gtn-cloud-moon-rain-solid:before {
content: "\ea21";
}
.gtn-cloud-moon-solid:before {
content: "\ea22";
}
.gtn-cloud-rain-solid:before {
content: "\ea23";
}
.gtn-cloud-showers-heavy-solid:before {
content: "\ea24";
}
.gtn-cloud-solid:before {
content: "\ea25";
}
.gtn-cloud-sun-rain-solid:before {
content: "\ea26";
}
.gtn-cloud-sun-solid:before {
content: "\ea27";
}
.gtn-cloud-upload-alt-solid:before {
content: "\ea28";
}
.gtn-cloudscale:before {
content: "\ea29";
}
.gtn-cloudsmith:before {
content: "\ea2a";
}
.gtn-cloudversify:before {
content: "\ea2b";
}
.gtn-cocktail-solid:before {
content: "\ea2c";
}
.gtn-code-branch-solid:before {
content: "\ea2d";
}
.gtn-code-solid:before {
content: "\ea2e";
}
.gtn-codepen:before {
content: "\ea2f";
}
.gtn-codiepie:before {
content: "\ea30";
}
.gtn-coffee-solid:before {
content: "\ea31";
}
.gtn-cog-solid:before {
content: "\ea32";
}
.gtn-cogs-solid:before {
content: "\ea33";
}
.gtn-coins-solid:before {
content: "\ea34";
}
.gtn-columns-solid:before {
content: "\ea35";
}
.gtn-comment-alt-solid:before {
content: "\ea36";
}
.gtn-comment-alt:before {
content: "\ea37";
}
.gtn-comment-dollar-solid:before {
content: "\ea38";
}
.gtn-comment-dots-solid:before {
content: "\ea39";
}
.gtn-comment-dots:before {
content: "\ea3a";
}
.gtn-comment-medical-solid:before {
content: "\ea3b";
}
.gtn-comment-slash-solid:before {
content: "\ea3c";
}
.gtn-comment-solid:before {
content: "\ea3d";
}
.gtn-comment:before {
content: "\ea3e";
}
.gtn-comments-dollar-solid:before {
content: "\ea3f";
}
.gtn-comments-solid:before {
content: "\ea40";
}
.gtn-comments:before {
content: "\ea41";
}
.gtn-compact-disc-solid:before {
content: "\ea42";
}
.gtn-compass-solid:before {
content: "\ea43";
}
.gtn-compass:before {
content: "\ea44";
}
.gtn-compress-arrows-alt-solid:before {
content: "\ea45";
}
.gtn-compress-solid:before {
content: "\ea46";
}
.gtn-concierge-bell-solid:before {
content: "\ea47";
}
.gtn-confluence:before {
content: "\ea48";
}
.gtn-connectdevelop:before {
content: "\ea49";
}
.gtn-contao:before {
content: "\ea4a";
}
.gtn-cookie-bite-solid:before {
content: "\ea4b";
}
.gtn-cookie-solid:before {
content: "\ea4c";
}
.gtn-copy-solid:before {
content: "\ea4d";
}
.gtn-copy:before {
content: "\ea4e";
}
.gtn-copyright-solid:before {
content: "\ea4f";
}
.gtn-copyright:before {
content: "\ea50";
}
.gtn-cotton-bureau:before {
content: "\ea51";
}
.gtn-couch-solid:before {
content: "\ea52";
}
.gtn-cpanel:before {
content: "\ea53";
}
.gtn-creative-commons-by:before {
content: "\ea54";
}
.gtn-creative-commons-nc-eu:before {
content: "\ea55";
}
.gtn-creative-commons-nc-jp:before {
content: "\ea56";
}
.gtn-creative-commons-nc:before {
content: "\ea57";
}
.gtn-creative-commons-nd:before {
content: "\ea58";
}
.gtn-creative-commons-pd-alt:before {
content: "\ea59";
}
.gtn-creative-commons-pd:before {
content: "\ea5a";
}
.gtn-creative-commons-remix:before {
content: "\ea5b";
}
.gtn-creative-commons-sa:before {
content: "\ea5c";
}
.gtn-creative-commons-sampling-plus:before {
content: "\ea5d";
}
.gtn-creative-commons-sampling:before {
content: "\ea5e";
}
.gtn-creative-commons-share:before {
content: "\ea5f";
}
.gtn-creative-commons-zero:before {
content: "\ea60";
}
.gtn-creative-commons:before {
content: "\ea61";
}
.gtn-credit-card-solid:before {
content: "\ea62";
}
.gtn-credit-card:before {
content: "\ea63";
}
.gtn-critical-role:before {
content: "\ea64";
}
.gtn-crop-alt-solid:before {
content: "\ea65";
}
.gtn-crop-solid:before {
content: "\ea66";
}
.gtn-cross-solid:before {
content: "\ea67";
}
.gtn-crosshairs-solid:before {
content: "\ea68";
}
.gtn-crow-solid:before {
content: "\ea69";
}
.gtn-crown-solid:before {
content: "\ea6a";
}
.gtn-crutch-solid:before {
content: "\ea6b";
}
.gtn-css3-alt:before {
content: "\ea6c";
}
.gtn-css3:before {
content: "\ea6d";
}
.gtn-cube-solid:before {
content: "\ea6e";
}
.gtn-cubes-solid:before {
content: "\ea6f";
}
.gtn-cut-solid:before {
content: "\ea70";
}
.gtn-cuttlefish:before {
content: "\ea71";
}
.gtn-d-and-d-beyond:before {
content: "\ea72";
}
.gtn-d-and-d:before {
content: "\ea73";
}
.gtn-dashcube:before {
content: "\ea74";
}
.gtn-database-solid:before {
content: "\ea75";
}
.gtn-deaf-solid:before {
content: "\ea76";
}
.gtn-delicious:before {
content: "\ea77";
}
.gtn-democrat-solid:before {
content: "\ea78";
}
.gtn-deploydog:before {
content: "\ea79";
}
.gtn-deskpro:before {
content: "\ea7a";
}
.gtn-desktop-solid:before {
content: "\ea7b";
}
.gtn-dev:before {
content: "\ea7c";
}
.gtn-deviantart:before {
content: "\ea7d";
}
.gtn-dharmachakra-solid:before {
content: "\ea7e";
}
.gtn-dhl:before {
content: "\ea7f";
}
.gtn-diagnoses-solid:before {
content: "\ea80";
}
.gtn-diaspora:before {
content: "\ea81";
}
.gtn-dice-d6-solid:before {
content: "\ea82";
}
.gtn-dice-d20-solid:before {
content: "\ea83";
}
.gtn-dice-five-solid:before {
content: "\ea84";
}
.gtn-dice-four-solid:before {
content: "\ea85";
}
.gtn-dice-one-solid:before {
content: "\ea86";
}
.gtn-dice-six-solid:before {
content: "\ea87";
}
.gtn-dice-solid:before {
content: "\ea88";
}
.gtn-dice-three-solid:before {
content: "\ea89";
}
.gtn-dice-two-solid:before {
content: "\ea8a";
}
.gtn-digg:before {
content: "\ea8b";
}
.gtn-digital-ocean:before {
content: "\ea8c";
}
.gtn-digital-tachograph-solid:before {
content: "\ea8d";
}
.gtn-directions-solid:before {
content: "\ea8e";
}
.gtn-discord:before {
content: "\ea8f";
}
.gtn-discourse:before {
content: "\ea90";
}
.gtn-divide-solid:before {
content: "\ea91";
}
.gtn-dizzy-solid:before {
content: "\ea92";
}
.gtn-dizzy:before {
content: "\ea93";
}
.gtn-dna-solid:before {
content: "\ea94";
}
.gtn-dochub:before {
content: "\ea95";
}
.gtn-docker:before {
content: "\ea96";
}
.gtn-dog-solid:before {
content: "\ea97";
}
.gtn-dollar-sign-solid:before {
content: "\ea98";
}
.gtn-dolly-flatbed-solid:before {
content: "\ea99";
}
.gtn-dolly-solid:before {
content: "\ea9a";
}
.gtn-donate-solid:before {
content: "\ea9b";
}
.gtn-door-closed-solid:before {
content: "\ea9c";
}
.gtn-door-open-solid:before {
content: "\ea9d";
}
.gtn-dot-circle-solid:before {
content: "\ea9e";
}
.gtn-dot-circle:before {
content: "\ea9f";
}
.gtn-dove-solid:before {
content: "\eaa0";
}
.gtn-download-solid:before {
content: "\eaa1";
}
.gtn-draft2digital:before {
content: "\eaa2";
}
.gtn-drafting-compass-solid:before {
content: "\eaa3";
}
.gtn-dragon-solid:before {
content: "\eaa4";
}
.gtn-draw-polygon-solid:before {
content: "\eaa5";
}
.gtn-dribbble-square:before {
content: "\eaa6";
}
.gtn-dribbble:before {
content: "\eaa7";
}
.gtn-dropbox:before {
content: "\eaa8";
}
.gtn-drum-solid:before {
content: "\eaa9";
}
.gtn-drum-steelpan-solid:before {
content: "\eaaa";
}
.gtn-drumstick-bite-solid:before {
content: "\eaab";
}
.gtn-drupal:before {
content: "\eaac";
}
.gtn-dumbbell-solid:before {
content: "\eaad";
}
.gtn-dumpster-fire-solid:before {
content: "\eaae";
}
.gtn-dumpster-solid:before {
content: "\eaaf";
}
.gtn-dungeon-solid:before {
content: "\eab0";
}
.gtn-dyalog:before {
content: "\eab1";
}
.gtn-earlybirds:before {
content: "\eab2";
}
.gtn-ebay:before {
content: "\eab3";
}
.gtn-edge:before {
content: "\eab4";
}
.gtn-edit-solid:before {
content: "\eab5";
}
.gtn-edit:before {
content: "\eab6";
}
.gtn-egg-solid:before {
content: "\eab7";
}
.gtn-eject-solid:before {
content: "\eab8";
}
.gtn-elementor:before {
content: "\eab9";
}
.gtn-ellipsis-h-solid:before {
content: "\eaba";
}
.gtn-ellipsis-v-solid:before {
content: "\eabb";
}
.gtn-ello:before {
content: "\eabc";
}
.gtn-ember:before {
content: "\eabd";
}
.gtn-empire:before {
content: "\eabe";
}
.gtn-envelope-open-solid:before {
content: "\eabf";
}
.gtn-envelope-open-text-solid:before {
content: "\eac0";
}
.gtn-envelope-open:before {
content: "\eac1";
}
.gtn-envelope-solid:before {
content: "\eac2";
}
.gtn-envelope-square-solid:before {
content: "\eac3";
}
.gtn-envelope:before {
content: "\eac4";
}
.gtn-envira:before {
content: "\eac5";
}
.gtn-equals-solid:before {
content: "\eac6";
}
.gtn-eraser-solid:before {
content: "\eac7";
}
.gtn-erlang:before {
content: "\eac8";
}
.gtn-ethereum:before {
content: "\eac9";
}
.gtn-ethernet-solid:before {
content: "\eaca";
}
.gtn-etsy:before {
content: "\eacb";
}
.gtn-euro-sign-solid:before {
content: "\eacc";
}
.gtn-evernote:before {
content: "\eacd";
}
.gtn-exchange-alt-solid:before {
content: "\eace";
}
.gtn-exclamation-circle-solid:before {
content: "\eacf";
}
.gtn-exclamation-solid:before {
content: "\ead0";
}
.gtn-exclamation-triangle-solid:before {
content: "\ead1";
}
.gtn-expand-arrows-alt-solid:before {
content: "\ead2";
}
.gtn-expand-solid:before {
content: "\ead3";
}
.gtn-expeditedssl:before {
content: "\ead4";
}
.gtn-external-link-alt-solid:before {
content: "\ead5";
}
.gtn-external-link-square-alt-solid:before {
content: "\ead6";
}
.gtn-eye-dropper-solid:before {
content: "\ead7";
}
.gtn-eye-slash-solid:before {
content: "\ead8";
}
.gtn-eye-slash:before {
content: "\ead9";
}
.gtn-eye-solid:before {
content: "\eada";
}
.gtn-eye:before {
content: "\eadb";
}
.gtn-facebook-f:before {
content: "\eadc";
}
.gtn-facebook-messenger:before {
content: "\eadd";
}
.gtn-facebook-square:before {
content: "\eade";
}
.gtn-facebook:before {
content: "\eadf";
}
.gtn-fan-solid:before {
content: "\eae0";
}
.gtn-fantasy-flight-games:before {
content: "\eae1";
}
.gtn-fast-backward-solid:before {
content: "\eae2";
}
.gtn-fast-forward-solid:before {
content: "\eae3";
}
.gtn-fax-solid:before {
content: "\eae4";
}
.gtn-feather-alt-solid:before {
content: "\eae5";
}
.gtn-feather-solid:before {
content: "\eae6";
}
.gtn-fedex:before {
content: "\eae7";
}
.gtn-fedora:before {
content: "\eae8";
}
.gtn-female-solid:before {
content: "\eae9";
}
.gtn-fighter-jet-solid:before {
content: "\eaea";
}
.gtn-figma:before {
content: "\eaeb";
}
.gtn-file-alt-solid:before {
content: "\eaec";
}
.gtn-file-alt:before {
content: "\eaed";
}
.gtn-file-archive-solid:before {
content: "\eaee";
}
.gtn-file-archive:before {
content: "\eaef";
}
.gtn-file-audio-solid:before {
content: "\eaf0";
}
.gtn-file-audio:before {
content: "\eaf1";
}
.gtn-file-code-solid:before {
content: "\eaf2";
}
.gtn-file-code:before {
content: "\eaf3";
}
.gtn-file-contract-solid:before {
content: "\eaf4";
}
.gtn-file-csv-solid:before {
content: "\eaf5";
}
.gtn-file-download-solid:before {
content: "\eaf6";
}
.gtn-file-excel-solid:before {
content: "\eaf7";
}
.gtn-file-excel:before {
content: "\eaf8";
}
.gtn-file-export-solid:before {
content: "\eaf9";
}
.gtn-file-image-solid:before {
content: "\eafa";
}
.gtn-file-image:before {
content: "\eafb";
}
.gtn-file-import-solid:before {
content: "\eafc";
}
.gtn-file-invoice-dollar-solid:before {
content: "\eafd";
}
.gtn-file-invoice-solid:before {
content: "\eafe";
}
.gtn-file-medical-alt-solid:before {
content: "\eaff";
}
.gtn-file-medical-solid:before {
content: "\eb00";
}
.gtn-file-pdf-solid:before {
content: "\eb01";
}
.gtn-file-pdf:before {
content: "\eb02";
}
.gtn-file-powerpoint-solid:before {
content: "\eb03";
}
.gtn-file-powerpoint:before {
content: "\eb04";
}
.gtn-file-prescription-solid:before {
content: "\eb05";
}
.gtn-file-signature-solid:before {
content: "\eb06";
}
.gtn-file-solid:before {
content: "\eb07";
}
.gtn-file-upload-solid:before {
content: "\eb08";
}
.gtn-file-video-solid:before {
content: "\eb09";
}
.gtn-file-video:before {
content: "\eb0a";
}
.gtn-file-word-solid:before {
content: "\eb0b";
}
.gtn-file-word:before {
content: "\eb0c";
}
.gtn-file:before {
content: "\eb0d";
}
.gtn-fill-drip-solid:before {
content: "\eb0e";
}
.gtn-fill-solid:before {
content: "\eb0f";
}
.gtn-film-solid:before {
content: "\eb10";
}
.gtn-filter-solid:before {
content: "\eb11";
}
.gtn-fingerprint-solid:before {
content: "\eb12";
}
.gtn-fire-alt-solid:before {
content: "\eb13";
}
.gtn-fire-extinguisher-solid:before {
content: "\eb14";
}
.gtn-fire-solid:before {
content: "\eb15";
}
.gtn-firefox:before {
content: "\eb16";
}
.gtn-first-aid-solid:before {
content: "\eb17";
}
.gtn-first-order-alt:before {
content: "\eb18";
}
.gtn-first-order:before {
content: "\eb19";
}
.gtn-firstdraft:before {
content: "\eb1a";
}
.gtn-fish-solid:before {
content: "\eb1b";
}
.gtn-fist-raised-solid:before {
content: "\eb1c";
}
.gtn-flag-checkered-solid:before {
content: "\eb1d";
}
.gtn-flag-solid:before {
content: "\eb1e";
}
.gtn-flag-usa-solid:before {
content: "\eb1f";
}
.gtn-flag:before {
content: "\eb20";
}
.gtn-flask-solid:before {
content: "\eb21";
}
.gtn-flickr:before {
content: "\eb22";
}
.gtn-flipboard:before {
content: "\eb23";
}
.gtn-flushed-solid:before {
content: "\eb24";
}
.gtn-flushed:before {
content: "\eb25";
}
.gtn-fly:before {
content: "\eb26";
}
.gtn-folder-minus-solid:before {
content: "\eb27";
}
.gtn-folder-open-solid:before {
content: "\eb28";
}
.gtn-folder-open:before {
content: "\eb29";
}
.gtn-folder-plus-solid:before {
content: "\eb2a";
}
.gtn-folder-solid:before {
content: "\eb2b";
}
.gtn-folder:before {
content: "\eb2c";
}
.gtn-font-awesome-alt:before {
content: "\eb2d";
}
.gtn-font-awesome-flag:before {
content: "\eb2e";
}
.gtn-font-awesome:before {
content: "\eb2f";
}
.gtn-font-solid:before {
content: "\eb30";
}
.gtn-fonticons-fi:before {
content: "\eb31";
}
.gtn-fonticons:before {
content: "\eb32";
}
.gtn-football-ball-solid:before {
content: "\eb33";
}
.gtn-fort-awesome-alt:before {
content: "\eb34";
}
.gtn-fort-awesome:before {
content: "\eb35";
}
.gtn-forumbee:before {
content: "\eb36";
}
.gtn-forward-solid:before {
content: "\eb37";
}
.gtn-foursquare:before {
content: "\eb38";
}
.gtn-free-code-camp:before {
content: "\eb39";
}
.gtn-freebsd:before {
content: "\eb3a";
}
.gtn-frog-solid:before {
content: "\eb3b";
}
.gtn-frown-open-solid:before {
content: "\eb3c";
}
.gtn-frown-open:before {
content: "\eb3d";
}
.gtn-frown-solid:before {
content: "\eb3e";
}
.gtn-frown:before {
content: "\eb3f";
}
.gtn-fulcrum:before {
content: "\eb40";
}
.gtn-funnel-dollar-solid:before {
content: "\eb41";
}
.gtn-futbol-solid:before {
content: "\eb42";
}
.gtn-futbol:before {
content: "\eb43";
}
.gtn-galactic-republic:before {
content: "\eb44";
}
.gtn-galactic-senate:before {
content: "\eb45";
}
.gtn-gamepad-solid:before {
content: "\eb46";
}
.gtn-gas-pump-solid:before {
content: "\eb47";
}
.gtn-gavel-solid:before {
content: "\eb48";
}
.gtn-gem-solid:before {
content: "\eb49";
}
.gtn-gem:before {
content: "\eb4a";
}
.gtn-genderless-solid:before {
content: "\eb4b";
}
.gtn-get-pocket:before {
content: "\eb4c";
}
.gtn-gg-circle:before {
content: "\eb4d";
}
.gtn-gg:before {
content: "\eb4e";
}
.gtn-ghost-solid:before {
content: "\eb4f";
}
.gtn-gift-solid:before {
content: "\eb50";
}
.gtn-gifts-solid:before {
content: "\eb51";
}
.gtn-git-alt:before {
content: "\eb52";
}
.gtn-git-square:before {
content: "\eb53";
}
.gtn-git:before {
content: "\eb54";
}
.gtn-github-alt:before {
content: "\eb55";
}
.gtn-github-square:before {
content: "\eb56";
}
.gtn-github:before {
content: "\eb57";
}
.gtn-gitkraken:before {
content: "\eb58";
}
.gtn-gitlab:before {
content: "\eb59";
}
.gtn-gitter:before {
content: "\eb5a";
}
.gtn-glass-cheers-solid:before {
content: "\eb5b";
}
.gtn-glass-martini-alt-solid:before {
content: "\eb5c";
}
.gtn-glass-martini-solid:before {
content: "\eb5d";
}
.gtn-glass-whiskey-solid:before {
content: "\eb5e";
}
.gtn-glasses-solid:before {
content: "\eb5f";
}
.gtn-glide-g:before {
content: "\eb60";
}
.gtn-glide:before {
content: "\eb61";
}
.gtn-globe-africa-solid:before {
content: "\eb62";
}
.gtn-globe-americas-solid:before {
content: "\eb63";
}
.gtn-globe-asia-solid:before {
content: "\eb64";
}
.gtn-globe-europe-solid:before {
content: "\eb65";
}
.gtn-globe-solid:before {
content: "\eb66";
}
.gtn-gofore:before {
content: "\eb67";
}
.gtn-golf-ball-solid:before {
content: "\eb68";
}
.gtn-goodreads-g:before {
content: "\eb69";
}
.gtn-goodreads:before {
content: "\eb6a";
}
.gtn-google-drive:before {
content: "\eb6b";
}
.gtn-google-play:before {
content: "\eb6c";
}
.gtn-google-plus-g:before {
content: "\eb6d";
}
.gtn-google-plus-square:before {
content: "\eb6e";
}
.gtn-google-plus:before {
content: "\eb6f";
}
.gtn-google-wallet:before {
content: "\eb70";
}
.gtn-google:before {
content: "\eb71";
}
.gtn-gopuram-solid:before {
content: "\eb72";
}
.gtn-graduation-cap-solid:before {
content: "\eb73";
}
.gtn-gratipay:before {
content: "\eb74";
}
.gtn-grav:before {
content: "\eb75";
}
.gtn-greater-than-equal-solid:before {
content: "\eb76";
}
.gtn-greater-than-solid:before {
content: "\eb77";
}
.gtn-grimace-solid:before {
content: "\eb78";
}
.gtn-grimace:before {
content: "\eb79";
}
.gtn-grin-alt-solid:before {
content: "\eb7a";
}
.gtn-grin-alt:before {
content: "\eb7b";
}
.gtn-grin-beam-solid:before {
content: "\eb7c";
}
.gtn-grin-beam-sweat-solid:before {
content: "\eb7d";
}
.gtn-grin-beam-sweat:before {
content: "\eb7e";
}
.gtn-grin-beam:before {
content: "\eb7f";
}
.gtn-grin-hearts-solid:before {
content: "\eb80";
}
.gtn-grin-hearts:before {
content: "\eb81";
}
.gtn-grin-solid:before {
content: "\eb82";
}
.gtn-grin-squint-solid:before {
content: "\eb83";
}
.gtn-grin-squint-tears-solid:before {
content: "\eb84";
}
.gtn-grin-squint-tears:before {
content: "\eb85";
}
.gtn-grin-squint:before {
content: "\eb86";
}
.gtn-grin-stars-solid:before {
content: "\eb87";
}
.gtn-grin-stars:before {
content: "\eb88";
}
.gtn-grin-tears-solid:before {
content: "\eb89";
}
.gtn-grin-tears:before {
content: "\eb8a";
}
.gtn-grin-tongue-solid:before {
content: "\eb8b";
}
.gtn-grin-tongue-squint-solid:before {
content: "\eb8c";
}
.gtn-grin-tongue-squint:before {
content: "\eb8d";
}
.gtn-grin-tongue-wink-solid:before {
content: "\eb8e";
}
.gtn-grin-tongue-wink:before {
content: "\eb8f";
}
.gtn-grin-tongue:before {
content: "\eb90";
}
.gtn-grin-wink-solid:before {
content: "\eb91";
}
.gtn-grin-wink:before {
content: "\eb92";
}
.gtn-grin:before {
content: "\eb93";
}
.gtn-grip-horizontal-solid:before {
content: "\eb94";
}
.gtn-grip-lines-solid:before {
content: "\eb95";
}
.gtn-grip-lines-vertical-solid:before {
content: "\eb96";
}
.gtn-grip-vertical-solid:before {
content: "\eb97";
}
.gtn-gripfire:before {
content: "\eb98";
}
.gtn-grunt:before {
content: "\eb99";
}
.gtn-guitar-solid:before {
content: "\eb9a";
}
.gtn-gulp:before {
content: "\eb9b";
}
.gtn-h-square-solid:before {
content: "\eb9c";
}
.gtn-hacker-news-square:before {
content: "\eb9d";
}
.gtn-hacker-news:before {
content: "\eb9e";
}
.gtn-hackerrank:before {
content: "\eb9f";
}
.gtn-hamburger-solid:before {
content: "\eba0";
}
.gtn-hammer-solid:before {
content: "\eba1";
}
.gtn-hamsa-solid:before {
content: "\eba2";
}
.gtn-hand-holding-heart-solid:before {
content: "\eba3";
}
.gtn-hand-holding-solid:before {
content: "\eba4";
}
.gtn-hand-holding-usd-solid:before {
content: "\eba5";
}
.gtn-hand-lizard-solid:before {
content: "\eba6";
}
.gtn-hand-lizard:before {
content: "\eba7";
}
.gtn-hand-middle-finger-solid:before {
content: "\eba8";
}
.gtn-hand-paper-solid:before {
content: "\eba9";
}
.gtn-hand-paper:before {
content: "\ebaa";
}
.gtn-hand-peace-solid:before {
content: "\ebab";
}
.gtn-hand-peace:before {
content: "\ebac";
}
.gtn-hand-point-down-solid:before {
content: "\ebad";
}
.gtn-hand-point-down:before {
content: "\ebae";
}
.gtn-hand-point-left-solid:before {
content: "\ebaf";
}
.gtn-hand-point-left:before {
content: "\ebb0";
}
.gtn-hand-point-right-solid:before {
content: "\ebb1";
}
.gtn-hand-point-right:before {
content: "\ebb2";
}
.gtn-hand-point-up-solid:before {
content: "\ebb3";
}
.gtn-hand-point-up:before {
content: "\ebb4";
}
.gtn-hand-pointer-solid:before {
content: "\ebb5";
}
.gtn-hand-pointer:before {
content: "\ebb6";
}
.gtn-hand-rock-solid:before {
content: "\ebb7";
}
.gtn-hand-rock:before {
content: "\ebb8";
}
.gtn-hand-scissors-solid:before {
content: "\ebb9";
}
.gtn-hand-scissors:before {
content: "\ebba";
}
.gtn-hand-spock-solid:before {
content: "\ebbb";
}
.gtn-hand-spock:before {
content: "\ebbc";
}
.gtn-hands-helping-solid:before {
content: "\ebbd";
}
.gtn-hands-solid:before {
content: "\ebbe";
}
.gtn-handshake-solid:before {
content: "\ebbf";
}
.gtn-handshake:before {
content: "\ebc0";
}
.gtn-hanukiah-solid:before {
content: "\ebc1";
}
.gtn-hard-hat-solid:before {
content: "\ebc2";
}
.gtn-hashtag-solid:before {
content: "\ebc3";
}
.gtn-hat-cowboy-side-solid:before {
content: "\ebc4";
}
.gtn-hat-cowboy-solid:before {
content: "\ebc5";
}
.gtn-hat-wizard-solid:before {
content: "\ebc6";
}
.gtn-haykal-solid:before {
content: "\ebc7";
}
.gtn-hdd-solid:before {
content: "\ebc8";
}
.gtn-hdd:before {
content: "\ebc9";
}
.gtn-heading-solid:before {
content: "\ebca";
}
.gtn-headphones-alt-solid:before {
content: "\ebcb";
}
.gtn-headphones-solid:before {
content: "\ebcc";
}
.gtn-headset-solid:before {
content: "\ebcd";
}
.gtn-heart-broken-solid:before {
content: "\ebce";
}
.gtn-heart-solid:before {
content: "\ebcf";
}
.gtn-heart:before {
content: "\ebd0";
}
.gtn-heartbeat-solid:before {
content: "\ebd1";
}
.gtn-helicopter-solid:before {
content: "\ebd2";
}
.gtn-highlighter-solid:before {
content: "\ebd3";
}
.gtn-hiking-solid:before {
content: "\ebd4";
}
.gtn-hippo-solid:before {
content: "\ebd5";
}
.gtn-hips:before {
content: "\ebd6";
}
.gtn-hire-a-helper:before {
content: "\ebd7";
}
.gtn-history-solid:before {
content: "\ebd8";
}
.gtn-hockey-puck-solid:before {
content: "\ebd9";
}
.gtn-holly-berry-solid:before {
content: "\ebda";
}
.gtn-home-solid:before {
content: "\ebdb";
}
.gtn-hooli:before {
content: "\ebdc";
}
.gtn-hornbill:before {
content: "\ebdd";
}
.gtn-horse-head-solid:before {
content: "\ebde";
}
.gtn-horse-solid:before {
content: "\ebdf";
}
.gtn-hospital-alt-solid:before {
content: "\ebe0";
}
.gtn-hospital-solid:before {
content: "\ebe1";
}
.gtn-hospital-symbol-solid:before {
content: "\ebe2";
}
.gtn-hospital:before {
content: "\ebe3";
}
.gtn-hot-tub-solid:before {
content: "\ebe4";
}
.gtn-hotdog-solid:before {
content: "\ebe5";
}
.gtn-hotel-solid:before {
content: "\ebe6";
}
.gtn-hotjar:before {
content: "\ebe7";
}
.gtn-hourglass-end-solid:before {
content: "\ebe8";
}
.gtn-hourglass-half-solid:before {
content: "\ebe9";
}
.gtn-hourglass-solid:before {
content: "\ebea";
}
.gtn-hourglass-start-solid:before {
content: "\ebeb";
}
.gtn-hourglass:before {
content: "\ebec";
}
.gtn-house-damage-solid:before {
content: "\ebed";
}
.gtn-houzz:before {
content: "\ebee";
}
.gtn-hryvnia-solid:before {
content: "\ebef";
}
.gtn-html5:before {
content: "\ebf0";
}
.gtn-hubspot:before {
content: "\ebf1";
}
.gtn-i-cursor-solid:before {
content: "\ebf2";
}
.gtn-ice-cream-solid:before {
content: "\ebf3";
}
.gtn-icicles-solid:before {
content: "\ebf4";
}
.gtn-icons-solid:before {
content: "\ebf5";
}
.gtn-id-badge-solid:before {
content: "\ebf6";
}
.gtn-id-badge:before {
content: "\ebf7";
}
.gtn-id-card-alt-solid:before {
content: "\ebf8";
}
.gtn-id-card-solid:before {
content: "\ebf9";
}
.gtn-id-card:before {
content: "\ebfa";
}
.gtn-igloo-solid:before {
content: "\ebfb";
}
.gtn-image-solid:before {
content: "\ebfc";
}
.gtn-image:before {
content: "\ebfd";
}
.gtn-images-solid:before {
content: "\ebfe";
}
.gtn-images:before {
content: "\ebff";
}
.gtn-imdb:before {
content: "\ec00";
}
.gtn-inbox-solid:before {
content: "\ec01";
}
.gtn-indent-solid:before {
content: "\ec02";
}
.gtn-industry-solid:before {
content: "\ec03";
}
.gtn-infinity-solid:before {
content: "\ec04";
}
.gtn-info-circle-solid:before {
content: "\ec05";
}
.gtn-info-solid:before {
content: "\ec06";
}
.gtn-instagram:before {
content: "\ec07";
}
.gtn-intercom:before {
content: "\ec08";
}
.gtn-internet-explorer:before {
content: "\ec09";
}
.gtn-invision:before {
content: "\ec0a";
}
.gtn-ioxhost:before {
content: "\ec0b";
}
.gtn-italic-solid:before {
content: "\ec0c";
}
.gtn-itch-io:before {
content: "\ec0d";
}
.gtn-itunes-note:before {
content: "\ec0e";
}
.gtn-itunes:before {
content: "\ec0f";
}
.gtn-java:before {
content: "\ec10";
}
.gtn-jedi-order:before {
content: "\ec11";
}
.gtn-jedi-solid:before {
content: "\ec12";
}
.gtn-jenkins:before {
content: "\ec13";
}
.gtn-jira:before {
content: "\ec14";
}
.gtn-joget:before {
content: "\ec15";
}
.gtn-joint-solid:before {
content: "\ec16";
}
.gtn-joomla:before {
content: "\ec17";
}
.gtn-journal-whills-solid:before {
content: "\ec18";
}
.gtn-js-square:before {
content: "\ec19";
}
.gtn-js:before {
content: "\ec1a";
}
.gtn-jsfiddle:before {
content: "\ec1b";
}
.gtn-kaaba-solid:before {
content: "\ec1c";
}
.gtn-kaggle:before {
content: "\ec1d";
}
.gtn-key-solid:before {
content: "\ec1e";
}
.gtn-keybase:before {
content: "\ec1f";
}
.gtn-keyboard-solid:before {
content: "\ec20";
}
.gtn-keyboard:before {
content: "\ec21";
}
.gtn-keycdn:before {
content: "\ec22";
}
.gtn-khanda-solid:before {
content: "\ec23";
}
.gtn-kickstarter-k:before {
content: "\ec24";
}
.gtn-kickstarter:before {
content: "\ec25";
}
.gtn-kiss-beam-solid:before {
content: "\ec26";
}
.gtn-kiss-beam:before {
content: "\ec27";
}
.gtn-kiss-solid:before {
content: "\ec28";
}
.gtn-kiss-wink-heart-solid:before {
content: "\ec29";
}
.gtn-kiss-wink-heart:before {
content: "\ec2a";
}
.gtn-kiss:before {
content: "\ec2b";
}
.gtn-kiwi-bird-solid:before {
content: "\ec2c";
}
.gtn-korvue:before {
content: "\ec2d";
}
.gtn-landmark-solid:before {
content: "\ec2e";
}
.gtn-language-solid:before {
content: "\ec2f";
}
.gtn-laptop-code-solid:before {
content: "\ec30";
}
.gtn-laptop-medical-solid:before {
content: "\ec31";
}
.gtn-laptop-solid:before {
content: "\ec32";
}
.gtn-laravel:before {
content: "\ec33";
}
.gtn-lastfm-square:before {
content: "\ec34";
}
.gtn-lastfm:before {
content: "\ec35";
}
.gtn-laugh-beam-solid:before {
content: "\ec36";
}
.gtn-laugh-beam:before {
content: "\ec37";
}
.gtn-laugh-solid:before {
content: "\ec38";
}
.gtn-laugh-squint-solid:before {
content: "\ec39";
}
.gtn-laugh-squint:before {
content: "\ec3a";
}
.gtn-laugh-wink-solid:before {
content: "\ec3b";
}
.gtn-laugh-wink:before {
content: "\ec3c";
}
.gtn-laugh:before {
content: "\ec3d";
}
.gtn-layer-group-solid:before {
content: "\ec3e";
}
.gtn-leaf-solid:before {
content: "\ec3f";
}
.gtn-leanpub:before {
content: "\ec40";
}
.gtn-lemon-solid:before {
content: "\ec41";
}
.gtn-lemon:before {
content: "\ec42";
}
.gtn-less-than-equal-solid:before {
content: "\ec43";
}
.gtn-less-than-solid:before {
content: "\ec44";
}
.gtn-less:before {
content: "\ec45";
}
.gtn-level-down-alt-solid:before {
content: "\ec46";
}
.gtn-level-up-alt-solid:before {
content: "\ec47";
}
.gtn-life-ring-solid:before {
content: "\ec48";
}
.gtn-life-ring:before {
content: "\ec49";
}
.gtn-lightbulb-solid:before {
content: "\ec4a";
}
.gtn-lightbulb:before {
content: "\ec4b";
}
.gtn-line:before {
content: "\ec4c";
}
.gtn-link-solid:before {
content: "\ec4d";
}
.gtn-linkedin-in:before {
content: "\ec4e";
}
.gtn-linkedin:before {
content: "\ec4f";
}
.gtn-linode:before {
content: "\ec50";
}
.gtn-linux:before {
content: "\ec51";
}
.gtn-lira-sign-solid:before {
content: "\ec52";
}
.gtn-list-alt-solid:before {
content: "\ec53";
}
.gtn-list-alt:before {
content: "\ec54";
}
.gtn-list-ol-solid:before {
content: "\ec55";
}
.gtn-list-solid:before {
content: "\ec56";
}
.gtn-list-ul-solid:before {
content: "\ec57";
}
.gtn-location-arrow-solid:before {
content: "\ec58";
}
.gtn-lock-open-solid:before {
content: "\ec59";
}
.gtn-lock-solid:before {
content: "\ec5a";
}
.gtn-long-arrow-alt-down-solid:before {
content: "\ec5b";
}
.gtn-long-arrow-alt-left-solid:before {
content: "\ec5c";
}
.gtn-long-arrow-alt-right-solid:before {
content: "\ec5d";
}
.gtn-long-arrow-alt-up-solid:before {
content: "\ec5e";
}
.gtn-low-vision-solid:before {
content: "\ec5f";
}
.gtn-luggage-cart-solid:before {
content: "\ec60";
}
.gtn-lyft:before {
content: "\ec61";
}
.gtn-magento:before {
content: "\ec62";
}
.gtn-magic-solid:before {
content: "\ec63";
}
.gtn-magnet-solid:before {
content: "\ec64";
}
.gtn-mail-bulk-solid:before {
content: "\ec65";
}
.gtn-mailchimp:before {
content: "\ec66";
}
.gtn-male-solid:before {
content: "\ec67";
}
.gtn-mandalorian:before {
content: "\ec68";
}
.gtn-map-marked-alt-solid:before {
content: "\ec69";
}
.gtn-map-marked-solid:before {
content: "\ec6a";
}
.gtn-map-marker-alt-solid:before {
content: "\ec6b";
}
.gtn-map-marker-solid:before {
content: "\ec6c";
}
.gtn-map-pin-solid:before {
content: "\ec6d";
}
.gtn-map-signs-solid:before {
content: "\ec6e";
}
.gtn-map-solid:before {
content: "\ec6f";
}
.gtn-map:before {
content: "\ec70";
}
.gtn-markdown:before {
content: "\ec71";
}
.gtn-marker-solid:before {
content: "\ec72";
}
.gtn-mars-double-solid:before {
content: "\ec73";
}
.gtn-mars-solid:before {
content: "\ec74";
}
.gtn-mars-stroke-h-solid:before {
content: "\ec75";
}
.gtn-mars-stroke-solid:before {
content: "\ec76";
}
.gtn-mars-stroke-v-solid:before {
content: "\ec77";
}
.gtn-mask-solid:before {
content: "\ec78";
}
.gtn-mastodon:before {
content: "\ec79";
}
.gtn-maxcdn:before {
content: "\ec7a";
}
.gtn-mdb:before {
content: "\ec7b";
}
.gtn-medal-solid:before {
content: "\ec7c";
}
.gtn-medapps:before {
content: "\ec7d";
}
.gtn-medium-m:before {
content: "\ec7e";
}
.gtn-medium:before {
content: "\ec7f";
}
.gtn-medkit-solid:before {
content: "\ec80";
}
.gtn-medrt:before {
content: "\ec81";
}
.gtn-meetup:before {
content: "\ec82";
}
.gtn-megaport:before {
content: "\ec83";
}
.gtn-meh-blank-solid:before {
content: "\ec84";
}
.gtn-meh-blank:before {
content: "\ec85";
}
.gtn-meh-rolling-eyes-solid:before {
content: "\ec86";
}
.gtn-meh-rolling-eyes:before {
content: "\ec87";
}
.gtn-meh-solid:before {
content: "\ec88";
}
.gtn-meh:before {
content: "\ec89";
}
.gtn-memory-solid:before {
content: "\ec8a";
}
.gtn-mendeley:before {
content: "\ec8b";
}
.gtn-menorah-solid:before {
content: "\ec8c";
}
.gtn-mercury-solid:before {
content: "\ec8d";
}
.gtn-meteor-solid:before {
content: "\ec8e";
}
.gtn-microchip-solid:before {
content: "\ec8f";
}
.gtn-microphone-alt-slash-solid:before {
content: "\ec90";
}
.gtn-microphone-alt-solid:before {
content: "\ec91";
}
.gtn-microphone-slash-solid:before {
content: "\ec92";
}
.gtn-microphone-solid:before {
content: "\ec93";
}
.gtn-microscope-solid:before {
content: "\ec94";
}
.gtn-microsoft:before {
content: "\ec95";
}
.gtn-minus-circle-solid:before {
content: "\ec96";
}
.gtn-minus-solid:before {
content: "\ec97";
}
.gtn-minus-square-solid:before {
content: "\ec98";
}
.gtn-minus-square:before {
content: "\ec99";
}
.gtn-mitten-solid:before {
content: "\ec9a";
}
.gtn-mix:before {
content: "\ec9b";
}
.gtn-mixcloud:before {
content: "\ec9c";
}
.gtn-mizuni:before {
content: "\ec9d";
}
.gtn-mobile-alt-solid:before {
content: "\ec9e";
}
.gtn-mobile-solid:before {
content: "\ec9f";
}
.gtn-modx:before {
content: "\eca0";
}
.gtn-monero:before {
content: "\eca1";
}
.gtn-money-bill-alt-solid:before {
content: "\eca2";
}
.gtn-money-bill-alt:before {
content: "\eca3";
}
.gtn-money-bill-solid:before {
content: "\eca4";
}
.gtn-money-bill-wave-alt-solid:before {
content: "\eca5";
}
.gtn-money-bill-wave-solid:before {
content: "\eca6";
}
.gtn-money-check-alt-solid:before {
content: "\eca7";
}
.gtn-money-check-solid:before {
content: "\eca8";
}
.gtn-monument-solid:before {
content: "\eca9";
}
.gtn-moon-solid:before {
content: "\ecaa";
}
.gtn-moon:before {
content: "\ecab";
}
.gtn-mortar-pestle-solid:before {
content: "\ecac";
}
.gtn-mosque-solid:before {
content: "\ecad";
}
.gtn-motorcycle-solid:before {
content: "\ecae";
}
.gtn-mountain-solid:before {
content: "\ecaf";
}
.gtn-mouse-pointer-solid:before {
content: "\ecb0";
}
.gtn-mouse-solid:before {
content: "\ecb1";
}
.gtn-mug-hot-solid:before {
content: "\ecb2";
}
.gtn-music-solid:before {
content: "\ecb3";
}
.gtn-napster:before {
content: "\ecb4";
}
.gtn-neos:before {
content: "\ecb5";
}
.gtn-network-wired-solid:before {
content: "\ecb6";
}
.gtn-neuter-solid:before {
content: "\ecb7";
}
.gtn-newspaper-solid:before {
content: "\ecb8";
}
.gtn-newspaper:before {
content: "\ecb9";
}
.gtn-nimblr:before {
content: "\ecba";
}
.gtn-node-js:before {
content: "\ecbb";
}
.gtn-node:before {
content: "\ecbc";
}
.gtn-not-equal-solid:before {
content: "\ecbd";
}
.gtn-notes-medical-solid:before {
content: "\ecbe";
}
.gtn-npm:before {
content: "\ecbf";
}
.gtn-ns8:before {
content: "\ecc0";
}
.gtn-nutritionix:before {
content: "\ecc1";
}
.gtn-object-group-solid:before {
content: "\ecc2";
}
.gtn-object-group:before {
content: "\ecc3";
}
.gtn-object-ungroup-solid:before {
content: "\ecc4";
}
.gtn-object-ungroup:before {
content: "\ecc5";
}
.gtn-odnoklassniki-square:before {
content: "\ecc6";
}
.gtn-odnoklassniki:before {
content: "\ecc7";
}
.gtn-oil-can-solid:before {
content: "\ecc8";
}
.gtn-old-republic:before {
content: "\ecc9";
}
.gtn-om-solid:before {
content: "\ecca";
}
.gtn-opencart:before {
content: "\eccb";
}
.gtn-openid:before {
content: "\eccc";
}
.gtn-opera:before {
content: "\eccd";
}
.gtn-optin-monster:before {
content: "\ecce";
}
.gtn-orcid:before {
content: "\eccf";
}
.gtn-osi:before {
content: "\ecd0";
}
.gtn-otter-solid:before {
content: "\ecd1";
}
.gtn-outdent-solid:before {
content: "\ecd2";
}
.gtn-page4:before {
content: "\ecd3";
}
.gtn-pagelines:before {
content: "\ecd4";
}
.gtn-pager-solid:before {
content: "\ecd5";
}
.gtn-paint-brush-solid:before {
content: "\ecd6";
}
.gtn-paint-roller-solid:before {
content: "\ecd7";
}
.gtn-palette-solid:before {
content: "\ecd8";
}
.gtn-palfed:before {
content: "\ecd9";
}
.gtn-pallet-solid:before {
content: "\ecda";
}
.gtn-paper-plane-solid:before {
content: "\ecdb";
}
.gtn-paper-plane:before {
content: "\ecdc";
}
.gtn-paperclip-solid:before {
content: "\ecdd";
}
.gtn-parachute-box-solid:before {
content: "\ecde";
}
.gtn-paragraph-solid:before {
content: "\ecdf";
}
.gtn-parking-solid:before {
content: "\ece0";
}
.gtn-passport-solid:before {
content: "\ece1";
}
.gtn-pastafarianism-solid:before {
content: "\ece2";
}
.gtn-paste-solid:before {
content: "\ece3";
}
.gtn-patreon:before {
content: "\ece4";
}
.gtn-pause-circle-solid:before {
content: "\ece5";
}
.gtn-pause-circle:before {
content: "\ece6";
}
.gtn-pause-solid:before {
content: "\ece7";
}
.gtn-paw-solid:before {
content: "\ece8";
}
.gtn-paypal:before {
content: "\ece9";
}
.gtn-peace-solid:before {
content: "\ecea";
}
.gtn-pen-alt-solid:before {
content: "\eceb";
}
.gtn-pen-fancy-solid:before {
content: "\ecec";
}
.gtn-pen-nib-solid:before {
content: "\eced";
}
.gtn-pen-solid:before {
content: "\ecee";
}
.gtn-pen-square-solid:before {
content: "\ecef";
}
.gtn-pencil-alt-solid:before {
content: "\ecf0";
}
.gtn-pencil-ruler-solid:before {
content: "\ecf1";
}
.gtn-penny-arcade:before {
content: "\ecf2";
}
.gtn-people-carry-solid:before {
content: "\ecf3";
}
.gtn-pepper-hot-solid:before {
content: "\ecf4";
}
.gtn-percent-solid:before {
content: "\ecf5";
}
.gtn-percentage-solid:before {
content: "\ecf6";
}
.gtn-periscope:before {
content: "\ecf7";
}
.gtn-person-booth-solid:before {
content: "\ecf8";
}
.gtn-phabricator:before {
content: "\ecf9";
}
.gtn-phoenix-framework:before {
content: "\ecfa";
}
.gtn-phoenix-squadron:before {
content: "\ecfb";
}
.gtn-phone-alt-solid:before {
content: "\ecfc";
}
.gtn-phone-slash-solid:before {
content: "\ecfd";
}
.gtn-phone-solid:before {
content: "\ecfe";
}
.gtn-phone-square-alt-solid:before {
content: "\ecff";
}
.gtn-phone-square-solid:before {
content: "\ed00";
}
.gtn-phone-volume-solid:before {
content: "\ed01";
}
.gtn-photo-video-solid:before {
content: "\ed02";
}
.gtn-php:before {
content: "\ed03";
}
.gtn-pied-piper-alt:before {
content: "\ed04";
}
.gtn-pied-piper-hat:before {
content: "\ed05";
}
.gtn-pied-piper-pp:before {
content: "\ed06";
}
.gtn-pied-piper:before {
content: "\ed07";
}
.gtn-piggy-bank-solid:before {
content: "\ed08";
}
.gtn-pills-solid:before {
content: "\ed09";
}
.gtn-pinterest-p:before {
content: "\ed0a";
}
.gtn-pinterest-square:before {
content: "\ed0b";
}
.gtn-pinterest:before {
content: "\ed0c";
}
.gtn-pizza-slice-solid:before {
content: "\ed0d";
}
.gtn-place-of-worship-solid:before {
content: "\ed0e";
}
.gtn-plane-arrival-solid:before {
content: "\ed0f";
}
.gtn-plane-departure-solid:before {
content: "\ed10";
}
.gtn-plane-solid:before {
content: "\ed11";
}
.gtn-play-circle-solid:before {
content: "\ed12";
}
.gtn-play-circle:before {
content: "\ed13";
}
.gtn-play-solid:before {
content: "\ed14";
}
.gtn-playstation:before {
content: "\ed15";
}
.gtn-plug-solid:before {
content: "\ed16";
}
.gtn-plus-circle-solid:before {
content: "\ed17";
}
.gtn-plus-solid:before {
content: "\ed18";
}
.gtn-plus-square-solid:before {
content: "\ed19";
}
.gtn-plus-square:before {
content: "\ed1a";
}
.gtn-podcast-solid:before {
content: "\ed1b";
}
.gtn-poll-h-solid:before {
content: "\ed1c";
}
.gtn-poll-solid:before {
content: "\ed1d";
}
.gtn-poo-solid:before {
content: "\ed1e";
}
.gtn-poo-storm-solid:before {
content: "\ed1f";
}
.gtn-poop-solid:before {
content: "\ed20";
}
.gtn-portrait-solid:before {
content: "\ed21";
}
.gtn-pound-sign-solid:before {
content: "\ed22";
}
.gtn-power-off-solid:before {
content: "\ed23";
}
.gtn-pray-solid:before {
content: "\ed24";
}
.gtn-praying-hands-solid:before {
content: "\ed25";
}
.gtn-prescription-bottle-alt-solid:before {
content: "\ed26";
}
.gtn-prescription-bottle-solid:before {
content: "\ed27";
}
.gtn-prescription-solid:before {
content: "\ed28";
}
.gtn-print-solid:before {
content: "\ed29";
}
.gtn-procedures-solid:before {
content: "\ed2a";
}
.gtn-product-hunt:before {
content: "\ed2b";
}
.gtn-project-diagram-solid:before {
content: "\ed2c";
}
.gtn-pushed:before {
content: "\ed2d";
}
.gtn-puzzle-piece-solid:before {
content: "\ed2e";
}
.gtn-python:before {
content: "\ed2f";
}
.gtn-qq:before {
content: "\ed30";
}
.gtn-qrcode-solid:before {
content: "\ed31";
}
.gtn-question-circle-solid:before {
content: "\ed32";
}
.gtn-question-circle:before {
content: "\ed33";
}
.gtn-question-solid:before {
content: "\ed34";
}
.gtn-quidditch-solid:before {
content: "\ed35";
}
.gtn-quinscape:before {
content: "\ed36";
}
.gtn-quora:before {
content: "\ed37";
}
.gtn-quote-left-solid:before {
content: "\ed38";
}
.gtn-quote-right-solid:before {
content: "\ed39";
}
.gtn-quran-solid:before {
content: "\ed3a";
}
.gtn-r-project:before {
content: "\ed3b";
}
.gtn-radiation-alt-solid:before {
content: "\ed3c";
}
.gtn-radiation-solid:before {
content: "\ed3d";
}
.gtn-rainbow-solid:before {
content: "\ed3e";
}
.gtn-random-solid:before {
content: "\ed3f";
}
.gtn-raspberry-pi:before {
content: "\ed40";
}
.gtn-ravelry:before {
content: "\ed41";
}
.gtn-react:before {
content: "\ed42";
}
.gtn-reacteurope:before {
content: "\ed43";
}
.gtn-readme:before {
content: "\ed44";
}
.gtn-rebel:before {
content: "\ed45";
}
.gtn-receipt-solid:before {
content: "\ed46";
}
.gtn-record-vinyl-solid:before {
content: "\ed47";
}
.gtn-recycle-solid:before {
content: "\ed48";
}
.gtn-red-river:before {
content: "\ed49";
}
.gtn-reddit-alien:before {
content: "\ed4a";
}
.gtn-reddit-square:before {
content: "\ed4b";
}
.gtn-reddit:before {
content: "\ed4c";
}
.gtn-redhat:before {
content: "\ed4d";
}
.gtn-redo-alt-solid:before {
content: "\ed4e";
}
.gtn-redo-solid:before {
content: "\ed4f";
}
.gtn-registered-solid:before {
content: "\ed50";
}
.gtn-registered:before {
content: "\ed51";
}
.gtn-remove-format-solid:before {
content: "\ed52";
}
.gtn-renren:before {
content: "\ed53";
}
.gtn-reply-all-solid:before {
content: "\ed54";
}
.gtn-reply-solid:before {
content: "\ed55";
}
.gtn-replyd:before {
content: "\ed56";
}
.gtn-republican-solid:before {
content: "\ed57";
}
.gtn-researchgate:before {
content: "\ed58";
}
.gtn-resolving:before {
content: "\ed59";
}
.gtn-restroom-solid:before {
content: "\ed5a";
}
.gtn-retweet-solid:before {
content: "\ed5b";
}
.gtn-rev:before {
content: "\ed5c";
}
.gtn-ribbon-solid:before {
content: "\ed5d";
}
.gtn-ring-solid:before {
content: "\ed5e";
}
.gtn-road-solid:before {
content: "\ed5f";
}
.gtn-robot-solid:before {
content: "\ed60";
}
.gtn-rocket-solid:before {
content: "\ed61";
}
.gtn-rocketchat:before {
content: "\ed62";
}
.gtn-rockrms:before {
content: "\ed63";
}
.gtn-route-solid:before {
content: "\ed64";
}
.gtn-rss-solid:before {
content: "\ed65";
}
.gtn-rss-square-solid:before {
content: "\ed66";
}
.gtn-ruble-sign-solid:before {
content: "\ed67";
}
.gtn-ruler-combined-solid:before {
content: "\ed68";
}
.gtn-ruler-horizontal-solid:before {
content: "\ed69";
}
.gtn-ruler-solid:before {
content: "\ed6a";
}
.gtn-ruler-vertical-solid:before {
content: "\ed6b";
}
.gtn-running-solid:before {
content: "\ed6c";
}
.gtn-rupee-sign-solid:before {
content: "\ed6d";
}
.gtn-sad-cry-solid:before {
content: "\ed6e";
}
.gtn-sad-cry:before {
content: "\ed6f";
}
.gtn-sad-tear-solid:before {
content: "\ed70";
}
.gtn-sad-tear:before {
content: "\ed71";
}
.gtn-safari:before {
content: "\ed72";
}
.gtn-salesforce:before {
content: "\ed73";
}
.gtn-sass:before {
content: "\ed74";
}
.gtn-satellite-dish-solid:before {
content: "\ed75";
}
.gtn-satellite-solid:before {
content: "\ed76";
}
.gtn-save-solid:before {
content: "\ed77";
}
.gtn-save:before {
content: "\ed78";
}
.gtn-schlix:before {
content: "\ed79";
}
.gtn-school-solid:before {
content: "\ed7a";
}
.gtn-screwdriver-solid:before {
content: "\ed7b";
}
.gtn-scribd:before {
content: "\ed7c";
}
.gtn-scroll-solid:before {
content: "\ed7d";
}
.gtn-sd-card-solid:before {
content: "\ed7e";
}
.gtn-search-dollar-solid:before {
content: "\ed7f";
}
.gtn-search-location-solid:before {
content: "\ed80";
}
.gtn-search-minus-solid:before {
content: "\ed81";
}
.gtn-search-plus-solid:before {
content: "\ed82";
}
.gtn-search-solid:before {
content: "\ed83";
}
.gtn-searchengin:before {
content: "\ed84";
}
.gtn-seedling-solid:before {
content: "\ed85";
}
.gtn-sellcast:before {
content: "\ed86";
}
.gtn-sellsy:before {
content: "\ed87";
}
.gtn-server-solid:before {
content: "\ed88";
}
.gtn-servicestack:before {
content: "\ed89";
}
.gtn-shapes-solid:before {
content: "\ed8a";
}
.gtn-share-alt-solid:before {
content: "\ed8b";
}
.gtn-share-alt-square-solid:before {
content: "\ed8c";
}
.gtn-share-solid:before {
content: "\ed8d";
}
.gtn-share-square-solid:before {
content: "\ed8e";
}
.gtn-share-square:before {
content: "\ed8f";
}
.gtn-shekel-sign-solid:before {
content: "\ed90";
}
.gtn-shield-alt-solid:before {
content: "\ed91";
}
.gtn-ship-solid:before {
content: "\ed92";
}
.gtn-shipping-fast-solid:before {
content: "\ed93";
}
.gtn-shirtsinbulk:before {
content: "\ed94";
}
.gtn-shoe-prints-solid:before {
content: "\ed95";
}
.gtn-shopping-bag-solid:before {
content: "\ed96";
}
.gtn-shopping-basket-solid:before {
content: "\ed97";
}
.gtn-shopping-cart-solid:before {
content: "\ed98";
}
.gtn-shopware:before {
content: "\ed99";
}
.gtn-shower-solid:before {
content: "\ed9a";
}
.gtn-shuttle-van-solid:before {
content: "\ed9b";
}
.gtn-sign-in-alt-solid:before {
content: "\ed9c";
}
.gtn-sign-language-solid:before {
content: "\ed9d";
}
.gtn-sign-out-alt-solid:before {
content: "\ed9e";
}
.gtn-sign-solid:before {
content: "\ed9f";
}
.gtn-signal-solid:before {
content: "\eda0";
}
.gtn-signature-solid:before {
content: "\eda1";
}
.gtn-sim-card-solid:before {
content: "\eda2";
}
.gtn-simplybuilt:before {
content: "\eda3";
}
.gtn-sistrix:before {
content: "\eda4";
}
.gtn-sitemap-solid:before {
content: "\eda5";
}
.gtn-sith:before {
content: "\eda6";
}
.gtn-skating-solid:before {
content: "\eda7";
}
.gtn-sketch:before {
content: "\eda8";
}
.gtn-skiing-nordic-solid:before {
content: "\eda9";
}
.gtn-skiing-solid:before {
content: "\edaa";
}
.gtn-skull-crossbones-solid:before {
content: "\edab";
}
.gtn-skull-solid:before {
content: "\edac";
}
.gtn-skyatlas:before {
content: "\edad";
}
.gtn-skype:before {
content: "\edae";
}
.gtn-slack-hash:before {
content: "\edaf";
}
.gtn-slack:before {
content: "\edb0";
}
.gtn-slash-solid:before {
content: "\edb1";
}
.gtn-sleigh-solid:before {
content: "\edb2";
}
.gtn-sliders-h-solid:before {
content: "\edb3";
}
.gtn-slideshare:before {
content: "\edb4";
}
.gtn-smile-beam-solid:before {
content: "\edb5";
}
.gtn-smile-beam:before {
content: "\edb6";
}
.gtn-smile-solid:before {
content: "\edb7";
}
.gtn-smile-wink-solid:before {
content: "\edb8";
}
.gtn-smile-wink:before {
content: "\edb9";
}
.gtn-smile:before {
content: "\edba";
}
.gtn-smog-solid:before {
content: "\edbb";
}
.gtn-smoking-ban-solid:before {
content: "\edbc";
}
.gtn-smoking-solid:before {
content: "\edbd";
}
.gtn-sms-solid:before {
content: "\edbe";
}
.gtn-snapchat-ghost:before {
content: "\edbf";
}
.gtn-snapchat-square:before {
content: "\edc0";
}
.gtn-snapchat:before {
content: "\edc1";
}
.gtn-snowboarding-solid:before {
content: "\edc2";
}
.gtn-snowflake-solid:before {
content: "\edc3";
}
.gtn-snowflake:before {
content: "\edc4";
}
.gtn-snowman-solid:before {
content: "\edc5";
}
.gtn-snowplow-solid:before {
content: "\edc6";
}
.gtn-socks-solid:before {
content: "\edc7";
}
.gtn-solar-panel-solid:before {
content: "\edc8";
}
.gtn-sort-alpha-down-alt-solid:before {
content: "\edc9";
}
.gtn-sort-alpha-down-solid:before {
content: "\edca";
}
.gtn-sort-alpha-up-alt-solid:before {
content: "\edcb";
}
.gtn-sort-alpha-up-solid:before {
content: "\edcc";
}
.gtn-sort-amount-down-alt-solid:before {
content: "\edcd";
}
.gtn-sort-amount-down-solid:before {
content: "\edce";
}
.gtn-sort-amount-up-alt-solid:before {
content: "\edcf";
}
.gtn-sort-amount-up-solid:before {
content: "\edd0";
}
.gtn-sort-down-solid:before {
content: "\edd1";
}
.gtn-sort-numeric-down-alt-solid:before {
content: "\edd2";
}
.gtn-sort-numeric-down-solid:before {
content: "\edd3";
}
.gtn-sort-numeric-up-alt-solid:before {
content: "\edd4";
}
.gtn-sort-numeric-up-solid:before {
content: "\edd5";
}
.gtn-sort-solid:before {
content: "\edd6";
}
.gtn-sort-up-solid:before {
content: "\edd7";
}
.gtn-soundcloud:before {
content: "\edd8";
}
.gtn-sourcetree:before {
content: "\edd9";
}
.gtn-spa-solid:before {
content: "\edda";
}
.gtn-space-shuttle-solid:before {
content: "\eddb";
}
.gtn-speakap:before {
content: "\eddc";
}
.gtn-speaker-deck:before {
content: "\eddd";
}
.gtn-spell-check-solid:before {
content: "\edde";
}
.gtn-spider-solid:before {
content: "\eddf";
}
.gtn-spinner-solid:before {
content: "\ede0";
}
.gtn-splotch-solid:before {
content: "\ede1";
}
.gtn-spotify:before {
content: "\ede2";
}
.gtn-spray-can-solid:before {
content: "\ede3";
}
.gtn-square-full-solid:before {
content: "\ede4";
}
.gtn-square-root-alt-solid:before {
content: "\ede5";
}
.gtn-square-solid:before {
content: "\ede6";
}
.gtn-square:before {
content: "\ede7";
}
.gtn-squarespace:before {
content: "\ede8";
}
.gtn-stack-exchange:before {
content: "\ede9";
}
.gtn-stack-overflow:before {
content: "\edea";
}
.gtn-stackpath:before {
content: "\edeb";
}
.gtn-stamp-solid:before {
content: "\edec";
}
.gtn-star-and-crescent-solid:before {
content: "\eded";
}
.gtn-star-half-alt-solid:before {
content: "\edee";
}
.gtn-star-half-solid:before {
content: "\edef";
}
.gtn-star-half:before {
content: "\edf0";
}
.gtn-star-of-david-solid:before {
content: "\edf1";
}
.gtn-star-of-life-solid:before {
content: "\edf2";
}
.gtn-star-solid:before {
content: "\edf3";
}
.gtn-star:before {
content: "\edf4";
}
.gtn-staylinked:before {
content: "\edf5";
}
.gtn-steam-square:before {
content: "\edf6";
}
.gtn-steam-symbol:before {
content: "\edf7";
}
.gtn-steam:before {
content: "\edf8";
}
.gtn-step-backward-solid:before {
content: "\edf9";
}
.gtn-step-forward-solid:before {
content: "\edfa";
}
.gtn-stethoscope-solid:before {
content: "\edfb";
}
.gtn-sticker-mule:before {
content: "\edfc";
}
.gtn-sticky-note-solid:before {
content: "\edfd";
}
.gtn-sticky-note:before {
content: "\edfe";
}
.gtn-stop-circle-solid:before {
content: "\edff";
}
.gtn-stop-circle:before {
content: "\ee00";
}
.gtn-stop-solid:before {
content: "\ee01";
}
.gtn-stopwatch-solid:before {
content: "\ee02";
}
.gtn-store-alt-solid:before {
content: "\ee03";
}
.gtn-store-solid:before {
content: "\ee04";
}
.gtn-strava:before {
content: "\ee05";
}
.gtn-stream-solid:before {
content: "\ee06";
}
.gtn-street-view-solid:before {
content: "\ee07";
}
.gtn-strikethrough-solid:before {
content: "\ee08";
}
.gtn-stripe-s:before {
content: "\ee09";
}
.gtn-stripe:before {
content: "\ee0a";
}
.gtn-stroopwafel-solid:before {
content: "\ee0b";
}
.gtn-studiovinari:before {
content: "\ee0c";
}
.gtn-stumbleupon-circle:before {
content: "\ee0d";
}
.gtn-stumbleupon:before {
content: "\ee0e";
}
.gtn-subscript-solid:before {
content: "\ee0f";
}
.gtn-subway-solid:before {
content: "\ee10";
}
.gtn-suitcase-rolling-solid:before {
content: "\ee11";
}
.gtn-suitcase-solid:before {
content: "\ee12";
}
.gtn-sun-solid:before {
content: "\ee13";
}
.gtn-sun:before {
content: "\ee14";
}
.gtn-superpowers:before {
content: "\ee15";
}
.gtn-superscript-solid:before {
content: "\ee16";
}
.gtn-supple:before {
content: "\ee17";
}
.gtn-surprise-solid:before {
content: "\ee18";
}
.gtn-surprise:before {
content: "\ee19";
}
.gtn-suse:before {
content: "\ee1a";
}
.gtn-swatchbook-solid:before {
content: "\ee1b";
}
.gtn-swift:before {
content: "\ee1c";
}
.gtn-swimmer-solid:before {
content: "\ee1d";
}
.gtn-swimming-pool-solid:before {
content: "\ee1e";
}
.gtn-symfony:before {
content: "\ee1f";
}
.gtn-synagogue-solid:before {
content: "\ee20";
}
.gtn-sync-alt-solid:before {
content: "\ee21";
}
.gtn-sync-solid:before {
content: "\ee22";
}
.gtn-syringe-solid:before {
content: "\ee23";
}
.gtn-table-solid:before {
content: "\ee24";
}
.gtn-table-tennis-solid:before {
content: "\ee25";
}
.gtn-tablet-alt-solid:before {
content: "\ee26";
}
.gtn-tablet-solid:before {
content: "\ee27";
}
.gtn-tablets-solid:before {
content: "\ee28";
}
.gtn-tachometer-alt-solid:before {
content: "\ee29";
}
.gtn-tag-solid:before {
content: "\ee2a";
}
.gtn-tags-solid:before {
content: "\ee2b";
}
.gtn-tape-solid:before {
content: "\ee2c";
}
.gtn-tasks-solid:before {
content: "\ee2d";
}
.gtn-taxi-solid:before {
content: "\ee2e";
}
.gtn-teamspeak:before {
content: "\ee2f";
}
.gtn-teeth-open-solid:before {
content: "\ee30";
}
.gtn-teeth-solid:before {
content: "\ee31";
}
.gtn-telegram-plane:before {
content: "\ee32";
}
.gtn-telegram:before {
content: "\ee33";
}
.gtn-temperature-high-solid:before {
content: "\ee34";
}
.gtn-temperature-low-solid:before {
content: "\ee35";
}
.gtn-tencent-weibo:before {
content: "\ee36";
}
.gtn-tenge-solid:before {
content: "\ee37";
}
.gtn-terminal-solid:before {
content: "\ee38";
}
.gtn-text-height-solid:before {
content: "\ee39";
}
.gtn-text-width-solid:before {
content: "\ee3a";
}
.gtn-th-large-solid:before {
content: "\ee3b";
}
.gtn-th-list-solid:before {
content: "\ee3c";
}
.gtn-th-solid:before {
content: "\ee3d";
}
.gtn-the-red-yeti:before {
content: "\ee3e";
}
.gtn-theater-masks-solid:before {
content: "\ee3f";
}
.gtn-themeco:before {
content: "\ee40";
}
.gtn-themeisle:before {
content: "\ee41";
}
.gtn-thermometer-empty-solid:before {
content: "\ee42";
}
.gtn-thermometer-full-solid:before {
content: "\ee43";
}
.gtn-thermometer-half-solid:before {
content: "\ee44";
}
.gtn-thermometer-quarter-solid:before {
content: "\ee45";
}
.gtn-thermometer-solid:before {
content: "\ee46";
}
.gtn-thermometer-three-quarters-solid:before {
content: "\ee47";
}
.gtn-think-peaks:before {
content: "\ee48";
}
.gtn-thumbs-down-solid:before {
content: "\ee49";
}
.gtn-thumbs-down:before {
content: "\ee4a";
}
.gtn-thumbs-up-solid:before {
content: "\ee4b";
}
.gtn-thumbs-up:before {
content: "\ee4c";
}
.gtn-thumbtack-solid:before {
content: "\ee4d";
}
.gtn-ticket-alt-solid:before {
content: "\ee4e";
}
.gtn-times-circle-solid:before {
content: "\ee4f";
}
.gtn-times-circle:before {
content: "\ee50";
}
.gtn-times-solid:before {
content: "\ee51";
}
.gtn-tint-slash-solid:before {
content: "\ee52";
}
.gtn-tint-solid:before {
content: "\ee53";
}
.gtn-tired-solid:before {
content: "\ee54";
}
.gtn-tired:before {
content: "\ee55";
}
.gtn-toggle-off-solid:before {
content: "\ee56";
}
.gtn-toggle-on-solid:before {
content: "\ee57";
}
.gtn-toilet-paper-solid:before {
content: "\ee58";
}
.gtn-toilet-solid:before {
content: "\ee59";
}
.gtn-toolbox-solid:before {
content: "\ee5a";
}
.gtn-tools-solid:before {
content: "\ee5b";
}
.gtn-tooth-solid:before {
content: "\ee5c";
}
.gtn-torah-solid:before {
content: "\ee5d";
}
.gtn-torii-gate-solid:before {
content: "\ee5e";
}
.gtn-tractor-solid:before {
content: "\ee5f";
}
.gtn-trade-federation:before {
content: "\ee60";
}
.gtn-trademark-solid:before {
content: "\ee61";
}
.gtn-traffic-light-solid:before {
content: "\ee62";
}
.gtn-train-solid:before {
content: "\ee63";
}
.gtn-tram-solid:before {
content: "\ee64";
}
.gtn-transgender-alt-solid:before {
content: "\ee65";
}
.gtn-transgender-solid:before {
content: "\ee66";
}
.gtn-trash-alt-solid:before {
content: "\ee67";
}
.gtn-trash-alt:before {
content: "\ee68";
}
.gtn-trash-restore-alt-solid:before {
content: "\ee69";
}
.gtn-trash-restore-solid:before {
content: "\ee6a";
}
.gtn-trash-solid:before {
content: "\ee6b";
}
.gtn-tree-solid:before {
content: "\ee6c";
}
.gtn-trello:before {
content: "\ee6d";
}
.gtn-tripadvisor:before {
content: "\ee6e";
}
.gtn-trophy-solid:before {
content: "\ee6f";
}
.gtn-truck-loading-solid:before {
content: "\ee70";
}
.gtn-truck-monster-solid:before {
content: "\ee71";
}
.gtn-truck-moving-solid:before {
content: "\ee72";
}
.gtn-truck-pickup-solid:before {
content: "\ee73";
}
.gtn-truck-solid:before {
content: "\ee74";
}
.gtn-tshirt-solid:before {
content: "\ee75";
}
.gtn-tty-solid:before {
content: "\ee76";
}
.gtn-tumblr-square:before {
content: "\ee77";
}
.gtn-tumblr:before {
content: "\ee78";
}
.gtn-tv-solid:before {
content: "\ee79";
}
.gtn-twitch:before {
content: "\ee7a";
}
.gtn-twitter-square:before {
content: "\ee7b";
}
.gtn-twitter:before {
content: "\ee7c";
}
.gtn-typo3:before {
content: "\ee7d";
}
.gtn-uber:before {
content: "\ee7e";
}
.gtn-ubuntu:before {
content: "\ee7f";
}
.gtn-uikit:before {
content: "\ee80";
}
.gtn-umbraco:before {
content: "\ee81";
}
.gtn-umbrella-beach-solid:before {
content: "\ee82";
}
.gtn-umbrella-solid:before {
content: "\ee83";
}
.gtn-underline-solid:before {
content: "\ee84";
}
.gtn-undo-alt-solid:before {
content: "\ee85";
}
.gtn-undo-solid:before {
content: "\ee86";
}
.gtn-uniregistry:before {
content: "\ee87";
}
.gtn-universal-access-solid:before {
content: "\ee88";
}
.gtn-university-solid:before {
content: "\ee89";
}
.gtn-unlink-solid:before {
content: "\ee8a";
}
.gtn-unlock-alt-solid:before {
content: "\ee8b";
}
.gtn-unlock-solid:before {
content: "\ee8c";
}
.gtn-untappd:before {
content: "\ee8d";
}
.gtn-upload-solid:before {
content: "\ee8e";
}
.gtn-ups:before {
content: "\ee8f";
}
.gtn-usb:before {
content: "\ee90";
}
.gtn-user-alt-slash-solid:before {
content: "\ee91";
}
.gtn-user-alt-solid:before {
content: "\ee92";
}
.gtn-user-astronaut-solid:before {
content: "\ee93";
}
.gtn-user-check-solid:before {
content: "\ee94";
}
.gtn-user-circle-solid:before {
content: "\ee95";
}
.gtn-user-circle:before {
content: "\ee96";
}
.gtn-user-clock-solid:before {
content: "\ee97";
}
.gtn-user-cog-solid:before {
content: "\ee98";
}
.gtn-user-edit-solid:before {
content: "\ee99";
}
.gtn-user-friends-solid:before {
content: "\ee9a";
}
.gtn-user-graduate-solid:before {
content: "\ee9b";
}
.gtn-user-injured-solid:before {
content: "\ee9c";
}
.gtn-user-lock-solid:before {
content: "\ee9d";
}
.gtn-user-md-solid:before {
content: "\ee9e";
}
.gtn-user-minus-solid:before {
content: "\ee9f";
}
.gtn-user-ninja-solid:before {
content: "\eea0";
}
.gtn-user-nurse-solid:before {
content: "\eea1";
}
.gtn-user-plus-solid:before {
content: "\eea2";
}
.gtn-user-secret-solid:before {
content: "\eea3";
}
.gtn-user-shield-solid:before {
content: "\eea4";
}
.gtn-user-slash-solid:before {
content: "\eea5";
}
.gtn-user-solid:before {
content: "\eea6";
}
.gtn-user-tag-solid:before {
content: "\eea7";
}
.gtn-user-tie-solid:before {
content: "\eea8";
}
.gtn-user-times-solid:before {
content: "\eea9";
}
.gtn-user:before {
content: "\eeaa";
}
.gtn-users-cog-solid:before {
content: "\eeab";
}
.gtn-users-solid:before {
content: "\eeac";
}
.gtn-usps:before {
content: "\eead";
}
.gtn-ussunnah:before {
content: "\eeae";
}
.gtn-utensil-spoon-solid:before {
content: "\eeaf";
}
.gtn-utensils-solid:before {
content: "\eeb0";
}
.gtn-vaadin:before {
content: "\eeb1";
}
.gtn-vector-square-solid:before {
content: "\eeb2";
}
.gtn-venus-double-solid:before {
content: "\eeb3";
}
.gtn-venus-mars-solid:before {
content: "\eeb4";
}
.gtn-venus-solid:before {
content: "\eeb5";
}
.gtn-viacoin:before {
content: "\eeb6";
}
.gtn-viadeo-square:before {
content: "\eeb7";
}
.gtn-viadeo:before {
content: "\eeb8";
}
.gtn-vial-solid:before {
content: "\eeb9";
}
.gtn-vials-solid:before {
content: "\eeba";
}
.gtn-viber:before {
content: "\eebb";
}
.gtn-video-slash-solid:before {
content: "\eebc";
}
.gtn-video-solid:before {
content: "\eebd";
}
.gtn-vihara-solid:before {
content: "\eebe";
}
.gtn-vimeo-square:before {
content: "\eebf";
}
.gtn-vimeo-v:before {
content: "\eec0";
}
.gtn-vimeo:before {
content: "\eec1";
}
.gtn-vine:before {
content: "\eec2";
}
.gtn-vk:before {
content: "\eec3";
}
.gtn-vnv:before {
content: "\eec4";
}
.gtn-voicemail-solid:before {
content: "\eec5";
}
.gtn-volleyball-ball-solid:before {
content: "\eec6";
}
.gtn-volume-down-solid:before {
content: "\eec7";
}
.gtn-volume-mute-solid:before {
content: "\eec8";
}
.gtn-volume-off-solid:before {
content: "\eec9";
}
.gtn-volume-up-solid:before {
content: "\eeca";
}
.gtn-vote-yea-solid:before {
content: "\eecb";
}
.gtn-vr-cardboard-solid:before {
content: "\eecc";
}
.gtn-vuejs:before {
content: "\eecd";
}
.gtn-walking-solid:before {
content: "\eece";
}
.gtn-wallet-solid:before {
content: "\eecf";
}
.gtn-warehouse-solid:before {
content: "\eed0";
}
.gtn-water-solid:before {
content: "\eed1";
}
.gtn-wave-square-solid:before {
content: "\eed2";
}
.gtn-waze:before {
content: "\eed3";
}
.gtn-weebly:before {
content: "\eed4";
}
.gtn-weibo:before {
content: "\eed5";
}
.gtn-weight-hanging-solid:before {
content: "\eed6";
}
.gtn-weight-solid:before {
content: "\eed7";
}
.gtn-weixin:before {
content: "\eed8";
}
.gtn-whatsapp-square:before {
content: "\eed9";
}
.gtn-whatsapp:before {
content: "\eeda";
}
.gtn-wheelchair-solid:before {
content: "\eedb";
}
.gtn-whmcs:before {
content: "\eedc";
}
.gtn-wifi-solid:before {
content: "\eedd";
}
.gtn-wikipedia-w:before {
content: "\eede";
}
.gtn-wind-solid:before {
content: "\eedf";
}
.gtn-window-close-solid:before {
content: "\eee0";
}
.gtn-window-close:before {
content: "\eee1";
}
.gtn-window-maximize-solid:before {
content: "\eee2";
}
.gtn-window-maximize:before {
content: "\eee3";
}
.gtn-window-minimize-solid:before {
content: "\eee4";
}
.gtn-window-minimize:before {
content: "\eee5";
}
.gtn-window-restore-solid:before {
content: "\eee6";
}
.gtn-window-restore:before {
content: "\eee7";
}
.gtn-windows:before {
content: "\eee8";
}
.gtn-wine-bottle-solid:before {
content: "\eee9";
}
.gtn-wine-glass-alt-solid:before {
content: "\eeea";
}
.gtn-wine-glass-solid:before {
content: "\eeeb";
}
.gtn-wix:before {
content: "\eeec";
}
.gtn-wizards-of-the-coast:before {
content: "\eeed";
}
.gtn-wolf-pack-battalion:before {
content: "\eeee";
}
.gtn-won-sign-solid:before {
content: "\eeef";
}
.gtn-wordpress-simple:before {
content: "\eef0";
}
.gtn-wordpress:before {
content: "\eef1";
}
.gtn-wpbeginner:before {
content: "\eef2";
}
.gtn-wpexplorer:before {
content: "\eef3";
}
.gtn-wpforms:before {
content: "\eef4";
}
.gtn-wpressr:before {
content: "\eef5";
}
.gtn-wrench-solid:before {
content: "\eef6";
}
.gtn-x-ray-solid:before {
content: "\eef7";
}
.gtn-xbox:before {
content: "\eef8";
}
.gtn-xing-square:before {
content: "\eef9";
}
.gtn-xing:before {
content: "\eefa";
}
.gtn-y-combinator:before {
content: "\eefb";
}
.gtn-yahoo:before {
content: "\eefc";
}
.gtn-yammer:before {
content: "\eefd";
}
.gtn-yandex-international:before {
content: "\eefe";
}
.gtn-yandex:before {
content: "\eeff";
}
.gtn-yarn:before {
content: "\ef00";
}
.gtn-yelp:before {
content: "\ef01";
}
.gtn-yen-sign-solid:before {
content: "\ef02";
}
.gtn-yin-yang-solid:before {
content: "\ef03";
}
.gtn-yoast:before {
content: "\ef04";
}
.gtn-youtube-square:before {
content: "\ef05";
}
.gtn-youtube:before {
content: "\ef06";
}
.gtn-zhihu:before {
content: "\ef07";
}
.gtn-activity-line:before {
content: "\ef08";
}
.gtn-airplay-line:before {
content: "\ef09";
}
.gtn-alert-circle-line:before {
content: "\ef0a";
}
.gtn-alert-octagon-line:before {
content: "\ef0b";
}
.gtn-alert-triangle-line:before {
content: "\ef0c";
}
.gtn-align-center-line:before {
content: "\ef0d";
}
.gtn-align-justify-line:before {
content: "\ef0e";
}
.gtn-align-left-line:before {
content: "\ef0f";
}
.gtn-align-right-line:before {
content: "\ef10";
}
.gtn-anchor-line:before {
content: "\ef11";
}
.gtn-aperture-line:before {
content: "\ef12";
}
.gtn-archive-line:before {
content: "\ef13";
}
.gtn-arrow-down-circle-line:before {
content: "\ef14";
}
.gtn-arrow-down-left-line:before {
content: "\ef15";
}
.gtn-arrow-down-line:before {
content: "\ef16";
}
.gtn-arrow-down-right-line:before {
content: "\ef17";
}
.gtn-arrow-left-circle-line:before {
content: "\ef18";
}
.gtn-arrow-left-line:before {
content: "\ef19";
}
.gtn-arrow-right-circle-line:before {
content: "\ef1a";
}
.gtn-arrow-right-line:before {
content: "\ef1b";
}
.gtn-arrow-up-circle-line:before {
content: "\ef1c";
}
.gtn-arrow-up-left-line:before {
content: "\ef1d";
}
.gtn-arrow-up-line:before {
content: "\ef1e";
}
.gtn-arrow-up-right-line:before {
content: "\ef1f";
}
.gtn-at-sign-line:before {
content: "\ef20";
}
.gtn-award-line:before {
content: "\ef21";
}
.gtn-bar-chart-2-line:before {
content: "\ef22";
}
.gtn-bar-chart-line:before {
content: "\ef23";
}
.gtn-battery-charging-line:before {
content: "\ef24";
}
.gtn-battery-line:before {
content: "\ef25";
}
.gtn-bell-line:before {
content: "\ef26";
}
.gtn-bell-off-line:before {
content: "\ef27";
}
.gtn-bluetooth-line:before {
content: "\ef28";
}
.gtn-bold-line:before {
content: "\ef29";
}
.gtn-book-line:before {
content: "\ef2a";
}
.gtn-book-open-line:before {
content: "\ef2b";
}
.gtn-bookmark-line:before {
content: "\ef2c";
}
.gtn-box-line:before {
content: "\ef2d";
}
.gtn-briefcase-line:before {
content: "\ef2e";
}
.gtn-calendar-line:before {
content: "\ef2f";
}
.gtn-camera-line:before {
content: "\ef30";
}
.gtn-camera-off-line:before {
content: "\ef31";
}
.gtn-cast-line:before {
content: "\ef32";
}
.gtn-check-circle-line:before {
content: "\ef33";
}
.gtn-check-line:before {
content: "\ef34";
}
.gtn-check-square-line:before {
content: "\ef35";
}
.gtn-chevron-down-line:before {
content: "\ef36";
}
.gtn-chevron-left-line:before {
content: "\ef37";
}
.gtn-chevron-right-line:before {
content: "\ef38";
}
.gtn-chevron-up-line:before {
content: "\ef39";
}
.gtn-chevrons-down-line:before {
content: "\ef3a";
}
.gtn-chevrons-left-line:before {
content: "\ef3b";
}
.gtn-chevrons-right-line:before {
content: "\ef3c";
}
.gtn-chevrons-up-line:before {
content: "\ef3d";
}
.gtn-chrome-line:before {
content: "\ef3e";
}
.gtn-circle-line:before {
content: "\ef3f";
}
.gtn-clipboard-line:before {
content: "\ef40";
}
.gtn-clock-line:before {
content: "\ef41";
}
.gtn-cloud-drizzle-line:before {
content: "\ef42";
}
.gtn-cloud-lightning-line:before {
content: "\ef43";
}
.gtn-cloud-line:before {
content: "\ef44";
}
.gtn-cloud-off-line:before {
content: "\ef45";
}
.gtn-cloud-rain-line:before {
content: "\ef46";
}
.gtn-cloud-snow-line:before {
content: "\ef47";
}
.gtn-code-line:before {
content: "\ef48";
}
.gtn-codepen-line:before {
content: "\ef49";
}
.gtn-codesandbox-line:before {
content: "\ef4a";
}
.gtn-coffee-line:before {
content: "\ef4b";
}
.gtn-columns-line:before {
content: "\ef4c";
}
.gtn-command-line:before {
content: "\ef4d";
}
.gtn-compass-line:before {
content: "\ef4e";
}
.gtn-copy-line:before {
content: "\ef4f";
}
.gtn-corner-down-left-line:before {
content: "\ef50";
}
.gtn-corner-down-right-line:before {
content: "\ef51";
}
.gtn-corner-left-down-line:before {
content: "\ef52";
}
.gtn-corner-left-up-line:before {
content: "\ef53";
}
.gtn-corner-right-down-line:before {
content: "\ef54";
}
.gtn-corner-right-up-line:before {
content: "\ef55";
}
.gtn-corner-up-left-line:before {
content: "\ef56";
}
.gtn-corner-up-right-line:before {
content: "\ef57";
}
.gtn-cpu-line:before {
content: "\ef58";
}
.gtn-credit-card-line:before {
content: "\ef59";
}
.gtn-crop-line:before {
content: "\ef5a";
}
.gtn-crosshair-line:before {
content: "\ef5b";
}
.gtn-database-line:before {
content: "\ef5c";
}
.gtn-delete-line:before {
content: "\ef5d";
}
.gtn-disc-line:before {
content: "\ef5e";
}
.gtn-divide-circle-line:before {
content: "\ef5f";
}
.gtn-divide-line:before {
content: "\ef60";
}
.gtn-divide-square-line:before {
content: "\ef61";
}
.gtn-dollar-sign-line:before {
content: "\ef62";
}
.gtn-download-cloud-line:before {
content: "\ef63";
}
.gtn-download-line:before {
content: "\ef64";
}
.gtn-dribbble-line:before {
content: "\ef65";
}
.gtn-droplet-line:before {
content: "\ef66";
}
.gtn-edit-2-line:before {
content: "\ef67";
}
.gtn-edit-3-line:before {
content: "\ef68";
}
.gtn-edit-line:before {
content: "\ef69";
}
.gtn-external-link-line:before {
content: "\ef6a";
}
.gtn-eye-line:before {
content: "\ef6b";
}
.gtn-eye-off-line:before {
content: "\ef6c";
}
.gtn-facebook-line:before {
content: "\ef6d";
}
.gtn-fast-forward-line:before {
content: "\ef6e";
}
.gtn-feather-line:before {
content: "\ef6f";
}
.gtn-figma-line:before {
content: "\ef70";
}
.gtn-file-line:before {
content: "\ef71";
}
.gtn-file-minus-line:before {
content: "\ef72";
}
.gtn-file-plus-line:before {
content: "\ef73";
}
.gtn-file-text-line:before {
content: "\ef74";
}
.gtn-film-line:before {
content: "\ef75";
}
.gtn-filter-line:before {
content: "\ef76";
}
.gtn-flag-line:before {
content: "\ef77";
}
.gtn-folder-line:before {
content: "\ef78";
}
.gtn-folder-minus-line:before {
content: "\ef79";
}
.gtn-folder-plus-line:before {
content: "\ef7a";
}
.gtn-framer-line:before {
content: "\ef7b";
}
.gtn-frown-line:before {
content: "\ef7c";
}
.gtn-gift-line:before {
content: "\ef7d";
}
.gtn-git-branch-line:before {
content: "\ef7e";
}
.gtn-git-commit-line:before {
content: "\ef7f";
}
.gtn-git-merge-line:before {
content: "\ef80";
}
.gtn-git-pull-request-line:before {
content: "\ef81";
}
.gtn-github-line:before {
content: "\ef82";
}
.gtn-gitlab-line:before {
content: "\ef83";
}
.gtn-globe-line:before {
content: "\ef84";
}
.gtn-grid-line:before {
content: "\ef85";
}
.gtn-hard-drive-line:before {
content: "\ef86";
}
.gtn-hash-line:before {
content: "\ef87";
}
.gtn-headphones-line:before {
content: "\ef88";
}
.gtn-heart-line:before {
content: "\ef89";
}
.gtn-help-circle-line:before {
content: "\ef8a";
}
.gtn-hexagon-line:before {
content: "\ef8b";
}
.gtn-home-line:before {
content: "\ef8c";
}
.gtn-image-line:before {
content: "\ef8d";
}
.gtn-inbox-line:before {
content: "\ef8e";
}
.gtn-info-line:before {
content: "\ef8f";
}
.gtn-instagram-line:before {
content: "\ef90";
}
.gtn-italic-line:before {
content: "\ef91";
}
.gtn-key-line:before {
content: "\ef92";
}
.gtn-layers-line:before {
content: "\ef93";
}
.gtn-layout-line:before {
content: "\ef94";
}
.gtn-life-buoy-line:before {
content: "\ef95";
}
.gtn-link-2-line:before {
content: "\ef96";
}
.gtn-link-line:before {
content: "\ef97";
}
.gtn-linkedin-line:before {
content: "\ef98";
}
.gtn-list-line:before {
content: "\ef99";
}
.gtn-loader-line:before {
content: "\ef9a";
}
.gtn-lock-line:before {
content: "\ef9b";
}
.gtn-log-in-line:before {
content: "\ef9c";
}
.gtn-log-out-line:before {
content: "\ef9d";
}
.gtn-mail-line:before {
content: "\ef9e";
}
.gtn-map-line:before {
content: "\ef9f";
}
.gtn-map-pin-line:before {
content: "\efa0";
}
.gtn-maximize-2-line:before {
content: "\efa1";
}
.gtn-maximize-line:before {
content: "\efa2";
}
.gtn-meh-line:before {
content: "\efa3";
}
.gtn-menu-line:before {
content: "\efa4";
}
.gtn-message-circle-line:before {
content: "\efa5";
}
.gtn-message-square-line:before {
content: "\efa6";
}
.gtn-mic-line:before {
content: "\efa7";
}
.gtn-mic-off-line:before {
content: "\efa8";
}
.gtn-minimize-2-line:before {
content: "\efa9";
}
.gtn-minimize-line:before {
content: "\efaa";
}
.gtn-minus-circle-line:before {
content: "\efab";
}
.gtn-minus-line:before {
content: "\efac";
}
.gtn-minus-square-line:before {
content: "\efad";
}
.gtn-monitor-line:before {
content: "\efae";
}
.gtn-moon-line:before {
content: "\efaf";
}
.gtn-more-horizontal-line:before {
content: "\efb0";
}
.gtn-more-vertical-line:before {
content: "\efb1";
}
.gtn-mouse-pointer-line:before {
content: "\efb2";
}
.gtn-move-line:before {
content: "\efb3";
}
.gtn-music-line:before {
content: "\efb4";
}
.gtn-navigation-2-line:before {
content: "\efb5";
}
.gtn-navigation-line:before {
content: "\efb6";
}
.gtn-octagon-line:before {
content: "\efb7";
}
.gtn-package-line:before {
content: "\efb8";
}
.gtn-paperclip-line:before {
content: "\efb9";
}
.gtn-pause-circle-line:before {
content: "\efba";
}
.gtn-pause-line:before {
content: "\efbb";
}
.gtn-pen-tool-line:before {
content: "\efbc";
}
.gtn-percent-line:before {
content: "\efbd";
}
.gtn-phone-call-line:before {
content: "\efbe";
}
.gtn-phone-forwarded-line:before {
content: "\efbf";
}
.gtn-phone-incoming-line:before {
content: "\efc0";
}
.gtn-phone-line:before {
content: "\efc1";
}
.gtn-phone-missed-line:before {
content: "\efc2";
}
.gtn-phone-off-line:before {
content: "\efc3";
}
.gtn-phone-outgoing-line:before {
content: "\efc4";
}
.gtn-pie-chart-line:before {
content: "\efc5";
}
.gtn-play-circle-line:before {
content: "\efc6";
}
.gtn-play-line:before {
content: "\efc7";
}
.gtn-plus-circle-line:before {
content: "\efc8";
}
.gtn-plus-line:before {
content: "\efc9";
}
.gtn-plus-square-line:before {
content: "\efca";
}
.gtn-pocket-line:before {
content: "\efcb";
}
.gtn-power-line:before {
content: "\efcc";
}
.gtn-printer-line:before {
content: "\efcd";
}
.gtn-radio-line:before {
content: "\efce";
}
.gtn-refresh-ccw-line:before {
content: "\efcf";
}
.gtn-refresh-cw-line:before {
content: "\efd0";
}
.gtn-repeat-line:before {
content: "\efd1";
}
.gtn-rewind-line:before {
content: "\efd2";
}
.gtn-rotate-ccw-line:before {
content: "\efd3";
}
.gtn-rotate-cw-line:before {
content: "\efd4";
}
.gtn-rss-line:before {
content: "\efd5";
}
.gtn-save-line:before {
content: "\efd6";
}
.gtn-scissors-line:before {
content: "\efd7";
}
.gtn-search-line:before {
content: "\efd8";
}
.gtn-send-line:before {
content: "\efd9";
}
.gtn-server-line:before {
content: "\efda";
}
.gtn-settings-line:before {
content: "\efdb";
}
.gtn-share-2-line:before {
content: "\efdc";
}
.gtn-share-line:before {
content: "\efdd";
}
.gtn-shield-line:before {
content: "\efde";
}
.gtn-shield-off-line:before {
content: "\efdf";
}
.gtn-shopping-bag-line:before {
content: "\efe0";
}
.gtn-shopping-cart-line:before {
content: "\efe1";
}
.gtn-shuffle-line:before {
content: "\efe2";
}
.gtn-sidebar-line:before {
content: "\efe3";
}
.gtn-skip-back-line:before {
content: "\efe4";
}
.gtn-skip-forward-line:before {
content: "\efe5";
}
.gtn-slack-line:before {
content: "\efe6";
}
.gtn-slash-line:before {
content: "\efe7";
}
.gtn-sliders-line:before {
content: "\efe8";
}
.gtn-smartphone-line:before {
content: "\efe9";
}
.gtn-smile-line:before {
content: "\efea";
}
.gtn-speaker-line:before {
content: "\efeb";
}
.gtn-square-line:before {
content: "\efec";
}
.gtn-star-line:before {
content: "\efed";
}
.gtn-stop-circle-line:before {
content: "\efee";
}
.gtn-sun-line:before {
content: "\efef";
}
.gtn-sunrise-line:before {
content: "\eff0";
}
.gtn-sunset-line:before {
content: "\eff1";
}
.gtn-tablet-line:before {
content: "\eff2";
}
.gtn-tag-line:before {
content: "\eff3";
}
.gtn-target-line:before {
content: "\eff4";
}
.gtn-team-1-line:before {
content: "\eff5";
}
.gtn-team-2-line:before {
content: "\eff6";
}
.gtn-team-presentation-line:before {
content: "\eff7";
}
.gtn-team-worker-line:before {
content: "\eff8";
}
.gtn-terminal-line:before {
content: "\eff9";
}
.gtn-thermometer-line:before {
content: "\effa";
}
.gtn-thumbs-down-line:before {
content: "\effb";
}
.gtn-thumbs-up-line:before {
content: "\effc";
}
.gtn-toggle-left-line:before {
content: "\effd";
}
.gtn-toggle-right-line:before {
content: "\effe";
}
.gtn-tool-line:before {
content: "\efff";
}
.gtn-trash-2-line:before {
content: "\f000";
}
.gtn-trash-line:before {
content: "\f001";
}
.gtn-trello-line:before {
content: "\f002";
}
.gtn-trending-down-line:before {
content: "\f003";
}
.gtn-trending-up-line:before {
content: "\f004";
}
.gtn-triangle-line:before {
content: "\f005";
}
.gtn-truck-line:before {
content: "\f006";
}
.gtn-tv-line:before {
content: "\f007";
}
.gtn-twitch-line:before {
content: "\f008";
}
.gtn-twitter-line:before {
content: "\f009";
}
.gtn-type-line:before {
content: "\f00a";
}
.gtn-umbrella-line:before {
content: "\f00b";
}
.gtn-underline-line:before {
content: "\f00c";
}
.gtn-unlock-line:before {
content: "\f00d";
}
.gtn-upload-cloud-line:before {
content: "\f00e";
}
.gtn-upload-line:before {
content: "\f00f";
}
.gtn-user-check-line:before {
content: "\f010";
}
.gtn-user-line:before {
content: "\f011";
}
.gtn-user-minus-line:before {
content: "\f012";
}
.gtn-user-plus-line:before {
content: "\f013";
}
.gtn-user-x-line:before {
content: "\f014";
}
.gtn-users-line:before {
content: "\f015";
}
.gtn-video-line:before {
content: "\f016";
}
.gtn-video-off-line:before {
content: "\f017";
}
.gtn-voicemail-line:before {
content: "\f018";
}
.gtn-volume-1-line:before {
content: "\f019";
}
.gtn-volume-2-line:before {
content: "\f01a";
}
.gtn-volume-line:before {
content: "\f01b";
}
.gtn-volume-x-line:before {
content: "\f01c";
}
.gtn-watch-line:before {
content: "\f01d";
}
.gtn-wifi-line:before {
content: "\f01e";
}
.gtn-wifi-off-line:before {
content: "\f01f";
}
.gtn-wind-line:before {
content: "\f020";
}
.gtn-x-circle-line:before {
content: "\f021";
}
.gtn-x-line:before {
content: "\f022";
}
.gtn-x-octagon-line:before {
content: "\f023";
}
.gtn-x-square-line:before {
content: "\f024";
}
.gtn-youtube-line:before {
content: "\f025";
}
.gtn-zap-line:before {
content: "\f026";
}
.gtn-zap-off-line:before {
content: "\f027";
}
.gtn-zoom-in-line:before {
content: "\f028";
}
.gtn-zoom-out-line:before {
content: "\f029";
}
.gtn-jeg-kit-logo:before {
content: "\f030";
}
.gtn-jeg-kit-logo-solid:before {
content: "\f031";
}
.gtn-home-light::before {
content: "\f800"
}
.gtn-apartment1-light::before {
content: "\f801"
}
.gtn-pencil-light::before {
content: "\f802"
}
.gtn-magic-wand-light::before {
content: "\f803"
}
.gtn-drop-light::before {
content: "\f804"
}
.gtn-lighter-light::before {
content: "\f805"
}
.gtn-poop-light::before {
content: "\f806"
}
.gtn-sun-light::before {
content: "\f807"
}
.gtn-moon-light::before {
content: "\f808"
}
.gtn-cloud1-light::before {
content: "\f809"
}
.gtn-cloud-upload-light::before {
content: "\f80a"
}
.gtn-cloud-download-light::before {
content: "\f80b"
}
.gtn-cloud-sync-light::before {
content: "\f80c"
}
.gtn-cloud-check-light::before {
content: "\f80d"
}
.gtn-database1-light::before {
content: "\f80e"
}
.gtn-lock-light::before {
content: "\f80f"
}
.gtn-cog-light::before {
content: "\f810"
}
.gtn-trash-light::before {
content: "\f811"
}
.gtn-dice-light::before {
content: "\f812"
}
.gtn-heart1-light::before {
content: "\f813"
}
.gtn-star1-light::before {
content: "\f814"
}
.gtn-star-half-light::before {
content: "\f815"
}
.gtn-star-empty-light::before {
content: "\f816"
}
.gtn-flag-light::before {
content: "\f817"
}
.gtn-envelope1-light::before {
content: "\f818"
}
.gtn-paperclip-light::before {
content: "\f819"
}
.gtn-inbox-light::before {
content: "\f81a"
}
.gtn-eye-light::before {
content: "\f81b"
}
.gtn-printer-light::before {
content: "\f81c"
}
.gtn-file-empty-light::before {
content: "\f81d"
}
.gtn-file-add-light::before {
content: "\f81e"
}
.gtn-enter-light::before {
content: "\f81f"
}
.gtn-exit-light::before {
content: "\f820"
}
.gtn-graduation-hat-light::before {
content: "\f821"
}
.gtn-license-light::before {
content: "\f822"
}
.gtn-music-note-light::before {
content: "\f823"
}
.gtn-film-play-light::before {
content: "\f824"
}
.gtn-camera-video-light::before {
content: "\f825"
}
.gtn-camera-light::before {
content: "\f826"
}
.gtn-picture-light::before {
content: "\f827"
}
.gtn-book-light::before {
content: "\f828"
}
.gtn-bookmark-light::before {
content: "\f829"
}
.gtn-user-light::before {
content: "\f82a"
}
.gtn-users-light::before {
content: "\f82b"
}
.gtn-shirt-light::before {
content: "\f82c"
}
.gtn-store-light::before {
content: "\f82d"
}
.gtn-cart2-light::before {
content: "\f82e"
}
.gtn-tag-light::before {
content: "\f82f"
}
.gtn-phone-handset-light::before {
content: "\f830"
}
.gtn-phone-light::before {
content: "\f831"
}
.gtn-pushpin-light::before {
content: "\f832"
}
.gtn-map-marker-light::before {
content: "\f833"
}
.gtn-map-light::before {
content: "\f834"
}
.gtn-location-light::before {
content: "\f835"
}
.gtn-calendar-full-light::before {
content: "\f836"
}
.gtn-keyboard-light::before {
content: "\f837"
}
.gtn-spell-check-light::before {
content: "\f838"
}
.gtn-screen-light::before {
content: "\f839"
}
.gtn-smartphone-light::before {
content: "\f83a"
}
.gtn-tablet-light::before {
content: "\f83b"
}
.gtn-laptop-light::before {
content: "\f83c"
}
.gtn-laptop-phone-light::before {
content: "\f83d"
}
.gtn-power-switch-light::before {
content: "\f83e"
}
.gtn-bubble-light::before {
content: "\f83f"
}
.gtn-heart-pulse-light::before {
content: "\f840"
}
.gtn-construction-light::before {
content: "\f841"
}
.gtn-pie-chart-light::before {
content: "\f842"
}
.gtn-chart-bars-light::before {
content: "\f843"
}
.gtn-gift1-light::before {
content: "\f844"
}
.gtn-diamond1-light::before {
content: "\f845"
}
.gtn-dinner-light::before {
content: "\f847"
}
.gtn-coffee-cup-light::before {
content: "\f848"
}
.gtn-leaf-light::before {
content: "\f849"
}
.gtn-paw-light::before {
content: "\f84a"
}
.gtn-rocket-light::before {
content: "\f84b"
}
.gtn-briefcase-light::before {
content: "\f84c"
}
.gtn-bus-light::before {
content: "\f84d"
}
.gtn-car1-light::before {
content: "\f84e"
}
.gtn-train-light::before {
content: "\f84f"
}
.gtn-bicycle-light::before {
content: "\f850"
}
.gtn-wheelchair-light::before {
content: "\f851"
}
.gtn-select-light::before {
content: "\f852"
}
.gtn-earth-light::before {
content: "\f853"
}
.gtn-smile-light::before {
content: "\f854"
}
.gtn-sad-light::before {
content: "\f855"
}
.gtn-neutral-light::before {
content: "\f856"
}
.gtn-mustache-light::before {
content: "\f857"
}
.gtn-alarm-light::before {
content: "\f858"
}
.gtn-bullhorn-light::before {
content: "\f859"
}
.gtn-volume-high-light::before {
content: "\f85a"
}
.gtn-volume-medium-light::before {
content: "\f85b"
}
.gtn-volume-low-light::before {
content: "\f85c"
}
.gtn-volume-light::before {
content: "\f85d"
}
.gtn-mic-light::before {
content: "\f85e"
}
.gtn-hourglass-light::before {
content: "\f85f"
}
.gtn-undo-light::before {
content: "\f860"
}
.gtn-redo-light::before {
content: "\f861"
}
.gtn-sync-light::before {
content: "\f862"
}
.gtn-history-light::before {
content: "\f863"
}
.gtn-clock1-light::before {
content: "\f864"
}
.gtn-download-light::before {
content: "\f865"
}
.gtn-upload-light::before {
content: "\f866"
}
.gtn-enter-down-light::before {
content: "\f867"
}
.gtn-exit-up-light::before {
content: "\f868"
}
.gtn-bug-light::before {
content: "\f869"
}
.gtn-code-light::before {
content: "\f86a"
}
.gtn-link-light::before {
content: "\f86b"
}
.gtn-unlink-light::before {
content: "\f86c"
}
.gtn-thumbs-up-light::before {
content: "\f86d"
}
.gtn-thumbs-down-light::before {
content: "\f86e"
}
.gtn-magnifier-light::before {
content: "\f86f"
}
.gtn-cross-light::before {
content: "\f870"
}
.gtn-chevron-up-light::before {
content: "\f873"
}
.gtn-chevron-down-light::before {
content: "\f874"
}
.gtn-chevron-left-light::before {
content: "\f875"
}
.gtn-chevron-right-light::before {
content: "\f876"
}
.gtn-arrow-up-light::before {
content: "\f877"
}
.gtn-arrow-down-light::before {
content: "\f878"
}
.gtn-arrow-left-light::before {
content: "\f879"
}
.gtn-arrow-right-light::before {
content: "\f87a"
}
.gtn-right-arrow-light::before {
content: "\f9c5"
}
.gtn-left-arrow-light::before {
content: "\f94a"
}
.gtn-download-arrow-light::before {
content: "\f94b"
}
.gtn-up-arrow-light::before {
content: "\f9c3"
}
.gtn-arrows-light::before {
content: "\f9c4"
}
.gtn-double-angle-pointing-to-right-light::before {
content: "\f949"
}
.gtn-double-left-chevron-light::before {
content: "\f948"
}
.gtn-left-arrow2-light::before {
content: "\f94c"
}
.gtn-right-arrow2-light::before {
content: "\f94d"
}
.gtn-warning-light::before {
content: "\f87c"
}
.gtn-down-arrow1-light::before {
content: "\f994"
}
.gtn-up-arrow1-light::before {
content: "\f995"
}
.gtn-right-arrow1-light::before {
content: "\f996"
}
.gtn-left-arrows-light::before {
content: "\f997"
}
.gtn-question-circle-light::before {
content: "\f87d"
}
.gtn-menu-circle-light::before {
content: "\f87e"
}
.gtn-checkmark-circle-light::before {
content: "\f87f"
}
.gtn-cross-circle-light::before {
content: "\f880"
}
.gtn-plus-circle-light::before {
content: "\f881"
}
.gtn-move-light::before {
content: "\f87b"
}
.gtn-circle-minus-light::before {
content: "\f882"
}
.gtn-arrow-up-circle-light::before {
content: "\f883"
}
.gtn-arrow-down-circle-light::before {
content: "\f884"
}
.gtn-arrow-left-circle-light::before {
content: "\f885"
}
.gtn-arrow-right-circle-light::before {
content: "\f886"
}
.gtn-chevron-up-circle-light::before {
content: "\f887"
}
.gtn-chevron-down-circle-light::before {
content: "\f888"
}
.gtn-chevron-left-circle-light::before {
content: "\f889"
}
.gtn-chevron-right-circle-light::before {
content: "\f88a"
}
.gtn-crop-light::before {
content: "\f88b"
}
.gtn-frame-expand-light::before {
content: "\f88c"
}
.gtn-frame-contract-light::before {
content: "\f88d"
}
.gtn-layers-light::before {
content: "\f88e"
}
.gtn-funnel-light::before {
content: "\f88f"
}
.gtn-text-format-light::before {
content: "\f890"
}
.gtn-text-size-light::before {
content: "\f892"
}
.gtn-bold-light::before {
content: "\f893"
}
.gtn-italic-light::before {
content: "\f894"
}
.gtn-underline-light::before {
content: "\f895"
}
.gtn-strikethrough-light::before {
content: "\f896"
}
.gtn-highlight-light::before {
content: "\f897"
}
.gtn-text-align-left-light::before {
content: "\f898"
}
.gtn-text-align-center-light::before {
content: "\f899"
}
.gtn-text-align-right-light::before {
content: "\f89a"
}
.gtn-text-align-justify-light::before {
content: "\f89b"
}
.gtn-line-spacing-light::before {
content: "\f89c"
}
.gtn-indent-increase-light::before {
content: "\f89d"
}
.gtn-indent-decrease-light::before {
content: "\f89e"
}
.gtn-page-break-light::before {
content: "\f8a2"
}
.gtn-hand-light::before {
content: "\f8a5"
}
.gtn-pointer-up-light::before {
content: "\f8a6"
}
.gtn-pointer-right-light::before {
content: "\f8a7"
}
.gtn-pointer-down-light::before {
content: "\f8a8"
}
.gtn-pointer-left-light::before {
content: "\f8a9"
}
.gtn-burger-light::before {
content: "\f94e"
}
.gtn-cakes-light::before {
content: "\f94f"
}
.gtn-cheese-light::before {
content: "\f950"
}
.gtn-drink-glass-light::before {
content: "\f951"
}
.gtn-pizza-light::before {
content: "\f952"
}
.gtn-vplay-light::before {
content: "\f953"
}
.gtn-newsletter-light::before {
content: "\f954"
}
.gtn-coins-2-light::before {
content: "\f955"
}
.gtn-commerce-2-light::before {
content: "\f956"
}
.gtn-monitor-light::before {
content: "\f957"
}
.gtn-business-light::before {
content: "\f958"
}
.gtn-graphic-2-light::before {
content: "\f959"
}
.gtn-commerce-1-light::before {
content: "\f95a"
}
.gtn-hammer-light::before {
content: "\f95b"
}
.gtn-justice-1-light::before {
content: "\f95c"
}
.gtn-line-light::before {
content: "\f95d"
}
.gtn-money-3-light::before {
content: "\f95e"
}
.gtn-commerce-light::before {
content: "\f95f"
}
.gtn-agenda-light::before {
content: "\f960"
}
.gtn-justice-light::before {
content: "\f961"
}
.gtn-technology-light::before {
content: "\f962"
}
.gtn-coins-1-light::before {
content: "\f963"
}
.gtn-bank-light::before {
content: "\f964"
}
.gtn-calculator-light::before {
content: "\f965"
}
.gtn-soundcloud-light::before {
content: "\f966"
}
.gtn-chart2-light::before {
content: "\f967"
}
.gtn-checked-light::before {
content: "\f968"
}
.gtn-clock11-light::before {
content: "\f969"
}
.gtn-comment2-light::before {
content: "\f96a"
}
.gtn-comments-light::before {
content: "\f96b"
}
.gtn-consult-light::before {
content: "\f96c"
}
.gtn-consut2-light::before {
content: "\f96d"
}
.gtn-deal-light::before {
content: "\f96e"
}
.gtn-envelope11-light::before {
content: "\f96f"
}
.gtn-folder-light::before {
content: "\f970"
}
.gtn-folder2-light::before {
content: "\fa6a"
}
.gtn-invest-light::before {
content: "\f971"
}
.gtn-loan-light::before {
content: "\f972"
}
.gtn-menu1-light::before {
content: "\f871"
}
.gtn-list1-light::before {
content: "\f872"
}
.gtn-map-marker1-light::before {
content: "\f973"
}
.gtn-mutual-fund-light::before {
content: "\f974"
}
.gtn-google-plus-light::before {
content: "\f975"
}
.gtn-phone1-light::before {
content: "\f976"
}
.gtn-pie-chart1-light::before {
content: "\f977"
}
.gtn-play-light::before {
content: "\f978"
}
.gtn-savings-light::before {
content: "\f979"
}
.gtn-search2-light::before {
content: "\f97a"
}
.gtn-tag1-light::before {
content: "\f97b"
}
.gtn-tags-light::before {
content: "\f97c"
}
.gtn-instagram1-light::before {
content: "\f97d"
}
.gtn-quote-light::before {
content: "\f97e"
}
.gtn-arrow-point-to-down-light::before {
content: "\f97f"
}
.gtn-play-button-light::before {
content: "\f980"
}
.gtn-minus-light::before {
content: "\f981"
}
.gtn-plus-light::before {
content: "\f982"
}
.gtn-tick-light::before {
content: "\f983"
}
.gtn-check-light::before {
content: "\faaf"
}
.gtn-edit-light::before {
content: "\f984"
}
.gtn-reply-light::before {
content: "\f985"
}
.gtn-cogwheel-outline-light::before {
content: "\f986"
}
.gtn-abacus-light::before {
content: "\f987"
}
.gtn-abacus1-light::before {
content: "\f988"
}
.gtn-agenda1-light::before {
content: "\f989"
}
.gtn-shopping-basket-light::before {
content: "\f98a"
}
.gtn-users1-light::before {
content: "\f98b"
}
.gtn-man-light::before {
content: "\f98c"
}
.gtn-support1-light::before {
content: "\f98d"
}
.gtn-favorites-light::before {
content: "\f98e"
}
.gtn-calendar-light::before {
content: "\f98f"
}
.gtn-paper-plane-light::before {
content: "\f990"
}
.gtn-placeholder-light::before {
content: "\f991"
}
.gtn-phone-call-light::before {
content: "\f992"
}
.gtn-contact-light::before {
content: "\f993"
}
.gtn-email-light::before {
content: "\f998"
}
.gtn-internet-light::before {
content: "\f999"
}
.gtn-quote1-light::before {
content: "\f99a"
}
.gtn-medical-light::before {
content: "\f99b"
}
.gtn-eye1-light::before {
content: "\f99c"
}
.gtn-full-screen-light::before {
content: "\f99d"
}
.gtn-tools-light::before {
content: "\f99e"
}
.gtn-pie-chart2-light::before {
content: "\f99f"
}
.gtn-diamond11-light::before {
content: "\f9a0"
}
.gtn-valentines-heart-light::before {
content: "\f9a1"
}
.gtn-like-light::before {
content: "\f9a2"
}
.gtn-team-light::before {
content: "\f9a3"
}
.gtn-tshirt-light::before {
content: "\f9a4"
}
.gtn-cancel-light::before {
content: "\f9a5"
}
.gtn-drink-light::before {
content: "\f9a6"
}
.gtn-home1-light::before {
content: "\f9a7"
}
.gtn-music-light::before {
content: "\f9a8"
}
.gtn-rich-light::before {
content: "\f9a9"
}
.gtn-brush-light::before {
content: "\f9aa"
}
.gtn-opposite-way-light::before {
content: "\f9ab"
}
.gtn-cloud-computing1-light::before {
content: "\f9ac"
}
.gtn-technology-1-light::before {
content: "\f9ad"
}
.gtn-rotate-light::before {
content: "\f9ae"
}
.gtn-medical1-light::before {
content: "\f9af"
}
.gtn-flash-1-light::before {
content: "\f9b0"
}
.gtn-flash-light::before {
content: "\f9b1"
}
.gtn-uturn-light::before {
content: "\f9b2"
}
.gtn-down-arrow-light::before {
content: "\f9b3"
}
.gtn-hours-support-light::before {
content: "\f9b4"
}
.gtn-bag-light::before {
content: "\f9b5"
}
.gtn-photo-camera-light::before {
content: "\f9b6"
}
.gtn-school-light::before {
content: "\f9b7"
}
.gtn-settings-light::before {
content: "\f9b8"
}
.gtn-smartphone1-light::before {
content: "\f9b9"
}
.gtn-technology-11-light::before {
content: "\f9ba"
}
.gtn-tool-light::before {
content: "\f9bb"
}
.gtn-business1-light::before {
content: "\f9bc"
}
.gtn-shuffle-arrow-light::before {
content: "\f9bd"
}
.gtn-van-1-light::before {
content: "\f9be"
}
.gtn-van-light::before {
content: "\f9bf"
}
.gtn-vegetables-light::before {
content: "\f9c0"
}
.gtn-women-light::before {
content: "\f9c1"
}
.gtn-vintage-light::before {
content: "\f9c2"
}
.gtn-team-1-light::before {
content: "\f9c6"
}
.gtn-team1-light::before {
content: "\f9c7"
}
.gtn-apple-light::before {
content: "\f9c9"
}
.gtn-watch-light::before {
content: "\f9ca"
}
.gtn-cogwheel-light::before {
content: "\f9cb"
}
.gtn-light-bulb-light::before {
content: "\f9cc"
}
.gtn-light-bulb-1-light::before {
content: "\f9cd"
}
.gtn-heart-shape-outline-light::before {
content: "\f9ce"
}
.gtn-online-shopping-cart-light::before {
content: "\f9cf"
}
.gtn-shopping-cart1-light::before {
content: "\f9d0"
}
.gtn-star2-light::before {
content: "\f9d1"
}
.gtn-star-1-light::before {
content: "\f9d2"
}
.gtn-favorite1-light::before {
content: "\f9d3"
}
.gtn-agenda2-light::before {
content: "\f9d4"
}
.gtn-agenda-1-light::before {
content: "\f9d5"
}
.gtn-alarm-clock-light::before {
content: "\f9d6"
}
.gtn-alarm-clock1-light::before {
content: "\f9d7"
}
.gtn-atomic-light::before {
content: "\f9d8"
}
.gtn-auction-light::before {
content: "\f9d9"
}
.gtn-balance-light::before {
content: "\f9da"
}
.gtn-balance1-light::before {
content: "\f9db"
}
.gtn-bank1-light::before {
content: "\f9dc"
}
.gtn-bar-chart-light::before {
content: "\f9dd"
}
.gtn-barrier-light::before {
content: "\f9de"
}
.gtn-battery-light::before {
content: "\f9df"
}
.gtn-battery-1-light::before {
content: "\f9e0"
}
.gtn-bell-light::before {
content: "\f9e1"
}
.gtn-bluetooth-light::before {
content: "\f9e2"
}
.gtn-book1-light::before {
content: "\f9e3"
}
.gtn-briefcase1-light::before {
content: "\f9e4"
}
.gtn-briefcase-1-light::before {
content: "\f9e5"
}
.gtn-briefcase-2-light::before {
content: "\f9e6"
}
.gtn-calculator1-light::before {
content: "\f9e7"
}
.gtn-calculator2-light::before {
content: "\f9e8"
}
.gtn-calculator-1-light::before {
content: "\f9e9"
}
.gtn-calendar1-light::before {
content: "\f9ea"
}
.gtn-calendar2-light::before {
content: "\f9eb"
}
.gtn-calendar-1-light::before {
content: "\f9ec"
}
.gtn-calendar-page-empty-light::before {
content: "\faac"
}
.gtn-calendar3-light::before {
content: "\fb9c"
}
.gtn-car11-light::before {
content: "\f9ed"
}
.gtn-carrier-light::before {
content: "\f9ee"
}
.gtn-cash-light::before {
content: "\f9ef"
}
.gtn-chat-light::before {
content: "\f9f0"
}
.gtn-chat-1-light::before {
content: "\f9f1"
}
.gtn-checked1-light::before {
content: "\f9f2"
}
.gtn-clip-light::before {
content: "\f9f3"
}
.gtn-clip1-light::before {
content: "\f9f4"
}
.gtn-clipboard1-light::before {
content: "\f9f5"
}
.gtn-clipboard11-light::before {
content: "\f9f6"
}
.gtn-clock2-light::before {
content: "\f9f7"
}
.gtn-clock-1-light::before {
content: "\f9f8"
}
.gtn-cloud11-light::before {
content: "\f9f9"
}
.gtn-cloud-computing11-light::before {
content: "\f9fa"
}
.gtn-cloud-computing-1-light::before {
content: "\f9fb"
}
.gtn-cogwheel1-light::before {
content: "\f9fc"
}
.gtn-coins1-light::before {
content: "\f9fd"
}
.gtn-compass-light::before {
content: "\f9fe"
}
.gtn-contract-light::before {
content: "\f9ff"
}
.gtn-conversation-light::before {
content: "\fa00"
}
.gtn-crane1-light::before {
content: "\fa01"
}
.gtn-crane-2-light::before {
content: "\fa02"
}
.gtn-credit-card-light::before {
content: "\fa03"
}
.gtn-credit-card1-light::before {
content: "\fa04"
}
.gtn-cursor-light::before {
content: "\fa05"
}
.gtn-customer-service-light::before {
content: "\fa06"
}
.gtn-cutlery-light::before {
content: "\fa07"
}
.gtn-dart-board-light::before {
content: "\fa08"
}
.gtn-decision-making-light::before {
content: "\fa09"
}
.gtn-desk-chair-light::before {
content: "\fa0a"
}
.gtn-desk-lamp-light::before {
content: "\fa0b"
}
.gtn-diamond2-light::before {
content: "\fa0c"
}
.gtn-direction-light::before {
content: "\fa0d"
}
.gtn-document-light::before {
content: "\fa0e"
}
.gtn-dollar-bill-light::before {
content: "\fa0f"
}
.gtn-download1-light::before {
content: "\fa10"
}
.gtn-edit1-light::before {
content: "\fa11"
}
.gtn-email1-light::before {
content: "\fa12"
}
.gtn-envelope2-light::before {
content: "\fa13"
}
.gtn-envelope3-light::before {
content: "\fa14"
}
.gtn-eraser-light::before {
content: "\fa15"
}
.gtn-eye2-light::before {
content: "\fa16"
}
.gtn-factory-light::before {
content: "\fa17"
}
.gtn-fast-forward-light::before {
content: "\fa18"
}
.gtn-favorites1-light::before {
content: "\fa19"
}
.gtn-file-light::before {
content: "\fa1a"
}
.gtn-file-1-light::before {
content: "\fa1b"
}
.gtn-file-2-light::before {
content: "\fa1c"
}
.gtn-file-3-light::before {
content: "\fa1d"
}
.gtn-filter-light::before {
content: "\fa1e"
}
.gtn-finance-book-light::before {
content: "\fa1f"
}
.gtn-flag1-light::before {
content: "\fa20"
}
.gtn-folder1-light::before {
content: "\fa21"
}
.gtn-folder-1-light::before {
content: "\fa22"
}
.gtn-folders-light::before {
content: "\fa23"
}
.gtn-folders1-light::before {
content: "\fa24"
}
.gtn-gamepad-light::before {
content: "\fa25"
}
.gtn-gift11-light::before {
content: "\fa26"
}
.gtn-growth-light::before {
content: "\fa27"
}
.gtn-heart11-light::before {
content: "\fa28"
}
.gtn-home2-light::before {
content: "\fa29"
}
.gtn-house-light::before {
content: "\fa2a"
}
.gtn-house-1-light::before {
content: "\fa2b"
}
.gtn-house-2-light::before {
content: "\fa2c"
}
.gtn-id-card-light::before {
content: "\fa2d"
}
.gtn-id-card1-light::before {
content: "\fa2e"
}
.gtn-id-card-1-light::before {
content: "\fa2f"
}
.gtn-idea1-light::before {
content: "\fa30"
}
.gtn-image-light::before {
content: "\fa31"
}
.gtn-improvement-light::before {
content: "\fa32"
}
.gtn-inbox1-light::before {
content: "\fa33"
}
.gtn-information-light::before {
content: "\fa34"
}
.gtn-key-light::before {
content: "\fa35"
}
.gtn-key1-light::before {
content: "\fa36"
}
.gtn-laptop1-light::before {
content: "\fa37"
}
.gtn-layers1-light::before {
content: "\fa38"
}
.gtn-light-bulb1-light::before {
content: "\fa39"
}
.gtn-like1-light::before {
content: "\fa3a"
}
.gtn-line-chart1-light::before {
content: "\fa3b"
}
.gtn-mail-light::before {
content: "\fa3c"
}
.gtn-manager-light::before {
content: "\fa3d"
}
.gtn-map1-light::before {
content: "\fa3e"
}
.gtn-medal1-light::before {
content: "\fa3f"
}
.gtn-megaphone-light::before {
content: "\fa40"
}
.gtn-megaphone1-light::before {
content: "\fa41"
}
.gtn-message-light::before {
content: "\fa42"
}
.gtn-message-1-light::before {
content: "\fa43"
}
.gtn-message-2-light::before {
content: "\fa44"
}
.gtn-microphone-light::before {
content: "\fa45"
}
.gtn-money1-light::before {
content: "\fa46"
}
.gtn-money-bag1-light::before {
content: "\fa47"
}
.gtn-monitor1-light::before {
content: "\fa48"
}
.gtn-music1-light::before {
content: "\fa49"
}
.gtn-next-light::before {
content: "\fa4a"
}
.gtn-open-book1-light::before {
content: "\fa4b"
}
.gtn-padlock-light::before {
content: "\fa4c"
}
.gtn-padlock-1-light::before {
content: "\fa4d"
}
.gtn-paint-brush-light::before {
content: "\fa4e"
}
.gtn-pause-light::before {
content: "\fa4f"
}
.gtn-pen-light::before {
content: "\fa50"
}
.gtn-pencil1-light::before {
content: "\fa51"
}
.gtn-percentage-light::before {
content: "\fa52"
}
.gtn-phone-call1-light::before {
content: "\fa53"
}
.gtn-phone-call2-light::before {
content: "\fa54"
}
.gtn-photo-camera1-light::before {
content: "\fa55"
}
.gtn-pie-chart3-light::before {
content: "\fa56"
}
.gtn-pipe-light::before {
content: "\fa57"
}
.gtn-placeholder1-light::before {
content: "\fa58"
}
.gtn-placeholder2-light::before {
content: "\fa59"
}
.gtn-planet-earth-light::before {
content: "\fa5a"
}
.gtn-play-button1-light::before {
content: "\fa5b"
}
.gtn-power-button-light::before {
content: "\fa5c"
}
.gtn-presentation-light::before {
content: "\fa5d"
}
.gtn-presentation1-light::before {
content: "\fa5e"
}
.gtn-printer1-light::before {
content: "\fa5f"
}
.gtn-push-pin-light::before {
content: "\fa60"
}
.gtn-push-pin1-light::before {
content: "\fa61"
}
.gtn-refresh-light::before {
content: "\fa62"
}
.gtn-reload-light::before {
content: "\fa63"
}
.gtn-return-light::before {
content: "\fa64"
}
.gtn-rocket-ship-light::before {
content: "\fa65"
}
.gtn-rss1-light::before {
content: "\fa66"
}
.gtn-safebox-light::before {
content: "\fa67"
}
.gtn-safebox1-light::before {
content: "\fa68"
}
.gtn-settings1-light::before {
content: "\fa69"
}
.gtn-settings-2-light::before {
content: "\fa6b"
}
.gtn-sewing-machine-light::before {
content: "\fa6c"
}
.gtn-share2-light::before {
content: "\fa6d"
}
.gtn-shield1-light::before {
content: "\fa6e"
}
.gtn-shield11-light::before {
content: "\fa6f"
}
.gtn-shopping-light::before {
content: "\fa70"
}
.gtn-shopping-bag-light::before {
content: "\fa71"
}
.gtn-shopping-bag-1-light::before {
content: "\fa72"
}
.gtn-shopping-bag-2-light::before {
content: "\fa73"
}
.gtn-shopping-cart11-light::before {
content: "\fa74"
}
.gtn-shopping-cart2-light::before {
content: "\fa75"
}
.gtn-shopping-cart-1-light::before {
content: "\fa76"
}
.gtn-shopping-cart-2-light::before {
content: "\fa77"
}
.gtn-shopping-cart-3-light::before {
content: "\fa78"
}
.gtn-smartphone2-light::before {
content: "\fa79"
}
.gtn-speaker-light::before {
content: "\fa7a"
}
.gtn-speakers-light::before {
content: "\fa7b"
}
.gtn-stats-light::before {
content: "\fa7c"
}
.gtn-stats-1-light::before {
content: "\fa7d"
}
.gtn-stats-2-light::before {
content: "\fa7e"
}
.gtn-stats-3-light::before {
content: "\fa7f"
}
.gtn-stats-4-light::before {
content: "\fa80"
}
.gtn-stats-5-light::before {
content: "\fa81"
}
.gtn-stats-6-light::before {
content: "\fa82"
}
.gtn-sticky-note-light::before {
content: "\fa83"
}
.gtn-store1-light::before {
content: "\fa84"
}
.gtn-store-1-light::before {
content: "\fa85"
}
.gtn-suitcase-light::before {
content: "\fa86"
}
.gtn-suitcase-1-light::before {
content: "\fa87"
}
.gtn-tag2-light::before {
content: "\fa88"
}
.gtn-target-light::before {
content: "\fa89"
}
.gtn-team2-light::before {
content: "\fa8a"
}
.gtn-tie-light::before {
content: "\fa8b"
}
.gtn-trash1-light::before {
content: "\fa8c"
}
.gtn-trolley-light::before {
content: "\fa8d"
}
.gtn-trolley-1-light::before {
content: "\fa8e"
}
.gtn-trolley-2-light::before {
content: "\fa8f"
}
.gtn-trophy1-light::before {
content: "\fa90"
}
.gtn-truck1-light::before {
content: "\fa91"
}
.gtn-truck-1-light::before {
content: "\fa92"
}
.gtn-truck-2-light::before {
content: "\fa93"
}
.gtn-umbrella-light::before {
content: "\fa94"
}
.gtn-upload1-light::before {
content: "\fa95"
}
.gtn-user1-light::before {
content: "\fa96"
}
.gtn-user-1-light::before {
content: "\fa97"
}
.gtn-user-2-light::before {
content: "\fa98"
}
.gtn-user-3-light::before {
content: "\fa99"
}
.gtn-users2-light::before {
content: "\fa9a"
}
.gtn-video-camera-light::before {
content: "\fa9b"
}
.gtn-voucher-light::before {
content: "\fa9c"
}
.gtn-voucher-1-light::before {
content: "\fa9d"
}
.gtn-voucher-2-light::before {
content: "\fa9e"
}
.gtn-voucher-3-light::before {
content: "\fa9f"
}
.gtn-voucher-4-light::before {
content: "\faa0"
}
.gtn-wallet-light::before {
content: "\faa1"
}
.gtn-wallet1-light::before {
content: "\faa2"
}
.gtn-wifi-light::before {
content: "\faa3"
}
.gtn-worker-light::before {
content: "\faa4"
}
.gtn-zoom-in-light::before {
content: "\faa5"
}
.gtn-zoom-out-light::before {
content: "\faa6"
}
.gtn-burger-menu-light::before {
content: "\fab8"
}
.gtn-squares-light::before {
content: "\faa7"
}
.gtn-options-light::before {
content: "\faa8"
}
.gtn-apps-light::before {
content: "\faa9"
}
.gtn-menu-11-light::before {
content: "\faaa"
}
.gtn-menu11-light::before {
content: "\faab"
}
.gtn-back_up-light::before {
content: "\faad"
}
.gtn-cart11-light::before {
content: "\faae"
}
.gtn-checkmark-light::before {
content: "\fab0"
}
.gtn-dollar-light::before {
content: "\fab1"
}
.gtn-domian-light::before {
content: "\fab2"
}
.gtn-hosting1-light::before {
content: "\fab3"
}
.gtn-key2-light::before {
content: "\fab4"
}
.gtn-migration-light::before {
content: "\fab5"
}
.gtn-play1-light::before {
content: "\fab6"
}
.gtn-quote2-light::before {
content: "\fab7"
}
.gtn-api_setup-light::before {
content: "\fab9"
}
.gtn-coin-light::before {
content: "\faba"
}
.gtn-hand_shake-light::before {
content: "\fabb"
}
.gtn-idea_generate-light::before {
content: "\fabc"
}
.gtn-page_search-light::before {
content: "\fabd"
}
.gtn-pen_shape-light::before {
content: "\fabe"
}
.gtn-pencil_art-light::before {
content: "\fabf"
}
.gtn-review-light::before {
content: "\fac0"
}
.gtn-star-light::before {
content: "\fac1"
}
.gtn-timing-light::before {
content: "\fac2"
}
.gtn-trophy-light::before {
content: "\fac3"
}
.gtn-communication-light::before {
content: "\fac4"
}
.gtn-money-bag2-light::before {
content: "\fac5"
}
.gtn-dentist-light::before {
content: "\fac6"
}
.gtn-bill-light::before {
content: "\fac7"
}
.gtn-label-light::before {
content: "\fac8"
}
.gtn-money-light::before {
content: "\fac9"
}
.gtn-shield-light::before {
content: "\faca"
}
.gtn-support-light::before {
content: "\facb"
}
.gtn-one-light::before {
content: "\facc"
}
.gtn-clock-light::before {
content: "\facd"
}
.gtn-cart-light::before {
content: "\face"
}
.gtn-globe-light::before {
content: "\facf"
}
.gtn-tooth-light::before {
content: "\fad0"
}
.gtn-tooth-1-light::before {
content: "\fad1"
}
.gtn-tooth-2-light::before {
content: "\fad2"
}
.gtn-brain-light::before {
content: "\fad3"
}
.gtn-view-light::before {
content: "\fad4"
}
.gtn-doctor-light::before {
content: "\fad5"
}
.gtn-heart-light::before {
content: "\fad6"
}
.gtn-medicine-light::before {
content: "\fad7"
}
.gtn-stethoscope-light::before {
content: "\fad8"
}
.gtn-hospital-light::before {
content: "\fad9"
}
.gtn-clipboard-light::before {
content: "\fada"
}
.gtn-medicine-1-light::before {
content: "\fadb"
}
.gtn-hospital-1-light::before {
content: "\fadc"
}
.gtn-customer-support-light::before {
content: "\fadd"
}
.gtn-brickwall-light::before {
content: "\fade"
}
.gtn-crane2-light::before {
content: "\fadf"
}
.gtn-valve-light::before {
content: "\fae1"
}
.gtn-safety-light::before {
content: "\fae2"
}
.gtn-energy-saving-light::before {
content: "\fae3"
}
.gtn-paint-roller-light::before {
content: "\fae4"
}
.gtn-paint-brushes-light::before {
content: "\fae5"
}
.gtn-construction-tool-vehicle-with-crane-lifting-materials-light::before {
content: "\fae6"
}
.gtn-trowel-light::before {
content: "\fae7"
}
.gtn-bucket-light::before {
content: "\fae8"
}
.gtn-smart-light::before {
content: "\fae9"
}
.gtn-repair-light::before {
content: "\faea"
}
.gtn-saw-light::before {
content: "\faeb"
}
.gtn-cutter-light::before {
content: "\faec"
}
.gtn-plier-light::before {
content: "\faed"
}
.gtn-drill-light::before {
content: "\faee"
}
.gtn-save-money-light::before {
content: "\faef"
}
.gtn-planting-light::before {
content: "\faf0"
}
.gtn-line-chart-light::before {
content: "\faf1"
}
.gtn-open-book-light::before {
content: "\faf2"
}
.gtn-money-bag3-light::before {
content: "\faf3"
}
.gtn-server-light::before {
content: "\faf4"
}
.gtn-server-1-light::before {
content: "\faf5"
}
.gtn-server-2-light::before {
content: "\faf6"
}
.gtn-cloud-computing-light::before {
content: "\faf7"
}
.gtn-cloud-light::before {
content: "\faf8"
}
.gtn-database-light::before {
content: "\faf9"
}
.gtn-computer-light::before {
content: "\fafa"
}
.gtn-server-3-light::before {
content: "\fafb"
}
.gtn-server-4-light::before {
content: "\fafc"
}
.gtn-server-5-light::before {
content: "\fafd"
}
.gtn-server-6-light::before {
content: "\fafe"
}
.gtn-server-7-light::before {
content: "\faff"
}
.gtn-cloud-1-light::before {
content: "\fb00"
}
.gtn-server-8-light::before {
content: "\fb01"
}
.gtn-business-and-finance-light::before {
content: "\fb02"
}
.gtn-cloud-2-light::before {
content: "\fb03"
}
.gtn-server-9-light::before {
content: "\fb04"
}
.gtn-hosting-light::before {
content: "\fb05"
}
.gtn-car-light::before {
content: "\fb06"
}
.gtn-car-frontal-view-light::before {
content: "\fb07"
}
.gtn-car-1-light::before {
content: "\fb08"
}
.gtn-racing-light::before {
content: "\fb09"
}
.gtn-car-wheel-light::before {
content: "\fb0a"
}
.gtn-steering-wheel-light::before {
content: "\fb0b"
}
.gtn-frontal-taxi-cab-light::before {
content: "\fb0c"
}
.gtn-taxi-light::before {
content: "\fb0d"
}
.gtn-cosmetics-light::before {
content: "\fb0e"
}
.gtn-flower-light::before {
content: "\fb0f"
}
.gtn-mirror-light::before {
content: "\fb10"
}
.gtn-itunes-light::before {
content: "\fb6b"
}
.gtn-salon-light::before {
content: "\fb11"
}
.gtn-hair-dryer-light::before {
content: "\fb12"
}
.gtn-shampoo-light::before {
content: "\fb13"
}
.gtn-download-button-light::before {
content: "\f90b"
}
.gtn-list-light::before {
content: "\fb14"
}
.gtn-loupe-light::before {
content: "\fb15"
}
.gtn-search-light::before {
content: "\fb16"
}
.gtn-search-1-light::before {
content: "\fb17"
}
.gtn-shopping-cart-light::before {
content: "\fb18"
}
.gtn-menu-light::before {
content: "\fb19"
}
.gtn-menu-1-light::before {
content: "\fb1a"
}
.gtn-menu-button-of-three-horizontal-lines-light::before {
content: "\fb1b"
}
.gtn-menu-2-light::before {
content: "\fb1c"
}
.gtn-menu-3-light::before {
content: "\fb1d"
}
.gtn-menu-5-light::before {
content: "\fb1f"
}
.gtn-menu-button-light::before {
content: "\fb20"
}
.gtn-list-1-light::before {
content: "\fb21"
}
.gtn-menu-6-light::before {
content: "\fb22"
}
.gtn-menu-7-light::before {
content: "\fb23"
}
.gtn-menu-8-light::before {
content: "\fb24"
}
.gtn-list-2-light::before {
content: "\fb25"
}
.gtn-dot-light::before {
content: "\fb26"
}
.gtn-menu-9-light::before {
content: "\fb27"
}
.gtn-search11-light::before {
content: "\fb28"
}
.gtn-search-minus-light::before {
content: "\fb29"
}
.gtn-search-11-light::before {
content: "\fb2a"
}
.gtn-search-2-light::before {
content: "\fb2b"
}
.gtn-search-3-light::before {
content: "\fb2c"
}
.gtn-magnifying-glass-search-light::before {
content: "\fb2d"
}
.gtn-loupe1-light::before {
content: "\fb2e"
}
.gtn-speed-light::before {
content: "\fb2f"
}
.gtn-search21-light::before {
content: "\fb30"
}
.gtn-search-4-light::before {
content: "\fb31"
}
.gtn-search-5-light::before {
content: "\fb32"
}
.gtn-detective-light::before {
content: "\fb33"
}
.gtn-cart1-light::before {
content: "\fb34"
}
.gtn-buying-on-smartphone-light::before {
content: "\fb35"
}
.gtn-badge-light::before {
content: "\fb36"
}
.gtn-basket1-light::before {
content: "\fb37"
}
.gtn-commerce-and-shopping-light::before {
content: "\fb38"
}
.gtn-comment-light::before {
content: "\fb39"
}
.gtn-comment-1-light::before {
content: "\fb3a"
}
.gtn-share-light::before {
content: "\fb3b"
}
.gtn-share-1-light::before {
content: "\fb3c"
}
.gtn-share-2-light::before {
content: "\fb3d"
}
.gtn-share-3-light::before {
content: "\fb3e"
}
.gtn-comment1-light::before {
content: "\fb3f"
}
.gtn-favorite-light::before {
content: "\fb40"
}
.gtn-retweet-light::before {
content: "\fb41"
}
.gtn-share1-light::before {
content: "\fb42"
}
.gtn-facebook-light::before {
content: "\fb43"
}
.gtn-twitter-light::before {
content: "\fb44"
}
.gtn-linkedin-light::before {
content: "\fb45"
}
.gtn-whatsapp-1-light::before {
content: "\fb46"
}
.gtn-dribbble-light::before {
content: "\fb47"
}
.gtn-facebook-2-light::before {
content: "\fb48"
}
.gtn-twitter1-light::before {
content: "\fb49"
}
.gtn-vk-light::before {
content: "\fb4a"
}
.gtn-youtube-v-light::before {
content: "\fb4b"
}
.gtn-vimeo-light::before {
content: "\fae0"
}
.gtn-youtube-light::before {
content: "\fb4c"
}
.gtn-snapchat-1-light::before {
content: "\fb4d"
}
.gtn-behance-light::before {
content: "\fb4e"
}
.gtn-github-light::before {
content: "\fb4f"
}
.gtn-pinterest-light::before {
content: "\fb50"
}
.gtn-spotify-light::before {
content: "\fb51"
}
.gtn-soundcloud-1-light::before {
content: "\fb52"
}
.gtn-skype-1-light::before {
content: "\fb53"
}
.gtn-rss-light::before {
content: "\fb54"
}
.gtn-reddit-1-light::before {
content: "\fb55"
}
.gtn-dribbble-1-light::before {
content: "\fb56"
}
.gtn-wordpress-1-light::before {
content: "\fb57"
}
.gtn-logo-light::before {
content: "\fb58"
}
.gtn-dropbox-1-light::before {
content: "\fb59"
}
.gtn-blogger-1-light::before {
content: "\fb5a"
}
.gtn-photo-light::before {
content: "\fb5b"
}
.gtn-hangouts-light::before {
content: "\fb5c"
}
.gtn-xing-light::before {
content: "\fb5d"
}
.gtn-myspace-light::before {
content: "\fb5e"
}
.gtn-flickr-1-light::before {
content: "\fb5f"
}
.gtn-envato-light::before {
content: "\fb60"
}
.gtn-picasa-1-light::before {
content: "\fb61"
}
.gtn-wattpad-light::before {
content: "\fb62"
}
.gtn-emoji-light::before {
content: "\fb63"
}
.gtn-deviantart-1-light::before {
content: "\fb64"
}
.gtn-yahoo-1-light::before {
content: "\fb65"
}
.gtn-vine-1-light::before {
content: "\fb66"
}
.gtn-delicious-light::before {
content: "\fb67"
}
.gtn-kickstarter-1-light::before {
content: "\fb68"
}
.gtn-stumbleupon-1-light::before {
content: "\fb69"
}
.gtn-brands-and-logotypes-light::before {
content: "\fb6a"
}
.gtn-instagram-1-light::before {
content: "\fb6c"
}
.gtn-facebook-1-light::before {
content: "\fb6d"
}
.gtn-instagram-2-light::before {
content: "\fb6e"
}
.gtn-twitter-1-light::before {
content: "\fb6f"
}
.gtn-whatsapp-2-light::before {
content: "\fb70"
}
.gtn-youtube-1-light::before {
content: "\fb71"
}
.gtn-linkedin-1-light::before {
content: "\fb72"
}
.gtn-telegram-light::before {
content: "\fb73"
}
.gtn-github-1-light::before {
content: "\fb74"
}
.gtn-vk-1-light::before {
content: "\fb75"
}
.gtn-pinterest-1-light::before {
content: "\fb76"
}
.gtn-rss-1-light::before {
content: "\fb77"
}
.gtn-twitch-light::before {
content: "\fb78"
}
.gtn-snapchat-2-light::before {
content: "\fb79"
}
.gtn-skype-2-light::before {
content: "\fb7a"
}
.gtn-behance-2-light::before {
content: "\fb7b"
}
.gtn-spotify-1-light::before {
content: "\fb7c"
}
.gtn-periscope-light::before {
content: "\fb7d"
}
.gtn-dribbble-2-light::before {
content: "\fb7e"
}
.gtn-tumblr-1-light::before {
content: "\fb7f"
}
.gtn-soundcloud-2-light::before {
content: "\fb80"
}
.gtn-google-drive-1-light::before {
content: "\fb81"
}
.gtn-dropbox-2-light::before {
content: "\fb82"
}
.gtn-reddit-2-light::before {
content: "\fb83"
}
.gtn-html-light::before {
content: "\fb84"
}
.gtn-vimeo-1-light::before {
content: "\fb85"
}
.gtn-hangout-light::before {
content: "\fb86"
}
.gtn-blogger-2-light::before {
content: "\fb87"
}
.gtn-yahoo-2-light::before {
content: "\fb88"
}
.gtn-path-light::before {
content: "\fb89"
}
.gtn-yelp-1-light::before {
content: "\fb8a"
}
.gtn-slideshare-light::before {
content: "\fb8b"
}
.gtn-picasa-2-light::before {
content: "\fb8c"
}
.gtn-myspace-1-light::before {
content: "\fb8d"
}
.gtn-flickr-2-light::before {
content: "\fb8e"
}
.gtn-xing-1-light::before {
content: "\fb8f"
}
.gtn-envato-1-light::before {
content: "\fb90"
}
.gtn-swarm-light::before {
content: "\fb91"
}
.gtn-wattpad-1-light::before {
content: "\fb92"
}
.gtn-foursquare-light::before {
content: "\fb93"
}
.gtn-deviantart-2-light::before {
content: "\fb94"
}
.gtn-kickstarter-2-light::before {
content: "\fb95"
}
.gtn-delicious-1-light::before {
content: "\fb96"
}
.gtn-vine-2-light::before {
content: "\fb97"
}
.gtn-digg-light::before {
content: "\fb98"
}
.gtn-bebo-light::before {
content: "\fb99"
}
.gtn-stumbleupon-2-light::before {
content: "\fb9a"
}
.gtn-forrst-light::before {
content: "\fb9b"
}
.gtn-eye3-light::before {
content: "\fb9d"
}
.gtn-microscope-light::before {
content: "\fb9e"
}
.gtn-Anti-Lock-light::before {
content: "\fb9f"
}
.gtn-apartment-light::before {
content: "\fba0"
}
.gtn-app-light::before {
content: "\fba2"
}
.gtn-Aroma-light::before {
content: "\fba3"
}
.gtn-bamboo-Leaf-light::before {
content: "\fba5"
}
.gtn-basket-light::before {
content: "\fba6"
}
.gtn-Battery-light::before {
content: "\fba7"
}
.gtn-Bettery-light::before {
content: "\fba8"
}
.gtn-building-light::before {
content: "\fba9"
}
.gtn-car-2-light::before {
content: "\fbaa"
}
.gtn-Car-light::before {
content: "\fbab"
}
.gtn-Child-light::before {
content: "\fbac"
}
.gtn-cityscape-light::before {
content: "\fbad"
}
.gtn-cleaner-light::before {
content: "\fbae"
}
.gtn-Coffee-cup-light::before {
content: "\fbaf"
}
.gtn-coins-light::before {
content: "\fbb0"
}
.gtn-Computer-light::before {
content: "\fbb1"
}
.gtn-Consultancy-light::before {
content: "\fbb2"
}
.gtn-cottage-light::before {
content: "\fbb3"
}
.gtn-crane-light::before {
content: "\fbb4"
}
.gtn-Custom-api-light::before {
content: "\fbb5"
}
.gtn-customer-support-2-light::before {
content: "\fbb6"
}
.gtn-Design-2-light::before {
content: "\fbb7"
}
.gtn-Design-3-light::before {
content: "\fbb8"
}
.gtn-design-light::before {
content: "\fbb9"
}
.gtn-diamond-light::before {
content: "\fbba"
}
.gtn-diploma-light::before {
content: "\fbbb"
}
.gtn-Document-Search-light::before {
content: "\fbbc"
}
.gtn-Download-light::before {
content: "\fbbd"
}
.gtn-drilling-light::before {
content: "\fbbe"
}
.gtn-engine-light::before {
content: "\fbbf"
}
.gtn-engineer-light::before {
content: "\fbc0"
}
.gtn-envelope-light::before {
content: "\fbc1"
}
.gtn-Family-light::before {
content: "\fbc2"
}
.gtn-friendship-light::before {
content: "\fbc3"
}
.gtn-gift-light::before {
content: "\fbc4"
}
.gtn-graph-2-light::before {
content: "\fbc5"
}
.gtn-graph-light::before {
content: "\fbc6"
}
.gtn-hamburger-2-light::before {
content: "\fbc7"
}
.gtn-handshake-light::before {
content: "\fbc8"
}
.gtn-Helmet-light::before {
content: "\fbc9"
}
.gtn-hot-Stone-2-light::before {
content: "\fbca"
}
.gtn-hot-stone-light::before {
content: "\fbcb"
}
.gtn-idea-light::before {
content: "\fbcc"
}
.gtn-Leaf-light::before {
content: "\fbcd"
}
.gtn-management-light::before {
content: "\fbce"
}
.gtn-Massage-table-light::before {
content: "\fbcf"
}
.gtn-Mechanic-light::before {
content: "\fbd0"
}
.gtn-Money-2-light::before {
content: "\fbd2"
}
.gtn-money-bag-light::before {
content: "\fbd3"
}
.gtn-Money-light::before {
content: "\fbd4"
}
.gtn-oil-bottle-light::before {
content: "\fbd5"
}
.gtn-Physiotherapy-light::before {
content: "\fbd6"
}
.gtn-Profile-light::before {
content: "\fbd7"
}
.gtn-Rating-light::before {
content: "\fbd8"
}
.gtn-right-mark-light::before {
content: "\fbd9"
}
.gtn-rings-light::before {
content: "\fbda"
}
.gtn-Safe-house-light::before {
content: "\fbdb"
}
.gtn-Scan-light::before {
content: "\fbdc"
}
.gtn-social-care-light::before {
content: "\fbdd"
}
.gtn-Speed-Clock-light::before {
content: "\fbde"
}
.gtn-stopwatch-light::before {
content: "\fbdf"
}
.gtn-Support-2-light::before {
content: "\fbe0"
}
.gtn-target-2-light::before {
content: "\fbe1"
}
.gtn-Target-light::before {
content: "\fbe2"
}
.gtn-tripod-light::before {
content: "\fbe3"
}
.gtn-truck-light::before {
content: "\fbe4"
}
.gtn-university-light::before {
content: "\fbe5"
}
.gtn-User-light::before {
content: "\fbe6"
}
.gtn-Web-Portals-light::before {
content: "\fbe7"
}
.gtn-window-light::before {
content: "\fbe8"
}
.gtn-ek_line_icon-light::before {
content: "\fbe9"
}
.gtn-ek_stroke_icon-light::before {
content: "\fba1"
}
.gtn-ekit-light::before {
content: "\f947"
}
.gtn-elements-kit-logo-light::before {
content: "\f90d"
}
.gtn-degree-image-light::before {
content: "\f900"
}
.gtn-accordion-light::before {
content: "\f901"
}
.gtn-animated-flip-box-light::before {
content: "\f902"
}
.gtn-animated-text-light::before {
content: "\f903"
}
.gtn-brands-light::before {
content: "\f904"
}
.gtn-business-hour-light::before {
content: "\f905"
}
.gtn-button-light::before {
content: "\f906"
}
.gtn-carousel-light::before {
content: "\f907"
}
.gtn-Circle-progress-light::before {
content: "\f908"
}
.gtn-contact-form-light::before {
content: "\f909"
}
.gtn-countdown-timer-light::before {
content: "\f90a"
}
.gtn-dropbar-light::before {
content: "\f90c"
}
.gtn-faq-light::before {
content: "\f90e"
}
.gtn-full-width-scroll-light::before {
content: "\f90f"
}
.gtn-google-map-light::before {
content: "\f910"
}
.gtn-heading-style-light::before {
content: "\f911"
}
.gtn-help-desk-light::before {
content: "\f912"
}
.gtn-horizontal-timeline-light::before {
content: "\f913"
}
.gtn-iframe-light::before {
content: "\f914"
}
.gtn-image-comparison-light::before {
content: "\f915"
}
.gtn-image-gallery-light::before {
content: "\f916"
}
.gtn-image-justify-light::before {
content: "\f917"
}
.gtn-image-magnifier-light::before {
content: "\f918"
}
.gtn-image-masonry-light::before {
content: "\f919"
}
.gtn-inline-svg-light::before {
content: "\f91a"
}
.gtn-instagram-light::before {
content: "\f91b"
}
.gtn-listing-light::before {
content: "\f91c"
}
.gtn-music-player-light::before {
content: "\f91d"
}
.gtn-news-ticker-light::before {
content: "\f91e"
}
.gtn-off-canvus-menu-light::before {
content: "\f91f"
}
.gtn-parallax-light::before {
content: "\f920"
}
.gtn-portfolio-light::before {
content: "\f921"
}
.gtn-post-banner-light::before {
content: "\f922"
}
.gtn-post-carousel-light::before {
content: "\f923"
}
.gtn-post-grid-light::before {
content: "\f924"
}
.gtn-post-slider-light::before {
content: "\f925"
}
.gtn-pricing-list-light::before {
content: "\f926"
}
.gtn-pricing-table-light::before {
content: "\f927"
}
.gtn-product-featured-light::before {
content: "\f928"
}
.gtn-product-image-light::before {
content: "\f929"
}
.gtn-product-recent-light::before {
content: "\f92a"
}
.gtn-product-sale-light::before {
content: "\f92b"
}
.gtn-product-top-rated-light::before {
content: "\f92c"
}
.gtn-product-top-seller-light::before {
content: "\f92d"
}
.gtn-progress-bar-light::before {
content: "\f92e"
}
.gtn-protected-content-v2-light::before {
content: "\f92f"
}
.gtn-protected-content-v3-light::before {
content: "\f930"
}
.gtn-protected-content-light::before {
content: "\f931"
}
.gtn-qr_code-light::before {
content: "\f932"
}
.gtn-scroll-button-light::before {
content: "\f933"
}
.gtn-search1-light::before {
content: "\f934"
}
.gtn-service-light::before {
content: "\f935"
}
.gtn-slider-image-light::before {
content: "\f936"
}
.gtn-social-share-light::before {
content: "\f937"
}
.gtn-subscribe-light::before {
content: "\f938"
}
.gtn-tab-light::before {
content: "\f939"
}
.gtn-table-light::before {
content: "\f93a"
}
.gtn-team-join-light::before {
content: "\f93b"
}
.gtn-team-member-light::before {
content: "\f93c"
}
.gtn-testimonial-carousel-light::before {
content: "\f93d"
}
.gtn-testimonial-grid-light::before {
content: "\f93e"
}
.gtn-testimonial-quote-light::before {
content: "\f93f"
}
.gtn-testimonial-slider-light::before {
content: "\f940"
}
.gtn-toggle-light::before {
content: "\f941"
}
.gtn-user-login-light::before {
content: "\f942"
}
.gtn-user-registration-light::before {
content: "\f943"
}
.gtn-vertical-timeline-light::before {
content: "\f944"
}
.gtn-video-player-light::before {
content: "\f945"
}
.gtn-weather-light::before {
content: "\f946"
}
.gtn-badge:before {
content: "\f100";
}
.gtn-balance-scale:before {
content: "\f101";
}
.gtn-diagonal-arrow-1:before {
content: "\f102";
}
.gtn-diagonal-arrow-2:before {
content: "\f103";
}
.gtn-diagonal-arrow-3:before {
content: "\f104";
}
.gtn-diagonal-arrow-4:before {
content: "\f105";
}
.gtn-diagonal-arrow-5:before {
content: "\f106";
}
.gtn-diagonal-arrow-6:before {
content: "\f107";
}
.gtn-diagonal-arrow-7:before {
content: "\f108";
}
.gtn-diagonal-arrow-8:before {
content: "\f109";
}
.gtn-diagonal-arrow-9:before {
content: "\f10a";
}
.gtn-diagonal-arrow-10:before {
content: "\f10b";
}
.gtn-diagonal-arrow-11:before {
content: "\f10c";
}
.gtn-diagonal-arrow-12:before {
content: "\f10d";
}
.gtn-diagonal-arrow-13:before {
content: "\f10e";
}
.gtn-diagonal-arrow-14:before {
content: "\f10f";
}
.gtn-diagonal-arrow-15:before {
content: "\f110";
}
.gtn-diagonal-arrow:before {
content: "\f111";
}
.gtn-down-arrow-1:before {
content: "\f112";
}
.gtn-down-arrow-2:before {
content: "\f113";
}
.gtn-down-arrow-3:before {
content: "\f114";
}
.gtn-down-arrow-4:before {
content: "\f115";
}
.gtn-down-arrow-5:before {
content: "\f116";
}
.gtn-down-arrow-6:before {
content: "\f117";
}
.gtn-down-arrow-7:before {
content: "\f118";
}
.gtn-down-arrow-8:before {
content: "\f119";
}
.gtn-down-arrow-9:before {
content: "\f11a";
}
.gtn-down-arrow-10:before {
content: "\f11b";
}
.gtn-down-arrow-11:before {
content: "\f11c";
}
.gtn-down-arrow:before {
content: "\f11d";
}
.gtn-left-arrow-1:before {
content: "\f11e";
}
.gtn-left-arrow-2:before {
content: "\f11f";
}
.gtn-left-arrow-3:before {
content: "\f120";
}
.gtn-left-arrow-4:before {
content: "\f121";
}
.gtn-left-arrow-5:before {
content: "\f122";
}
.gtn-left-arrow-6:before {
content: "\f123";
}
.gtn-left-arrow-7:before {
content: "\f124";
}
.gtn-left-arrow-8:before {
content: "\f125";
}
.gtn-left-arrow-9:before {
content: "\f126";
}
.gtn-left-arrow-10:before {
content: "\f127";
}
.gtn-left-arrow-11:before {
content: "\f128";
}
.gtn-left-arrow-12:before {
content: "\f129";
}
.gtn-left-arrow-13:before {
content: "\f12a";
}
.gtn-left-arrow-14:before {
content: "\f12b";
}
.gtn-left-arrow:before {
content: "\f12c";
}
.gtn-medal:before {
content: "\f12d";
}
.gtn-play-button:before {
content: "\f12e";
}
.gtn-play:before {
content: "\f12f";
}
.gtn-right-arrow-1:before {
content: "\f130";
}
.gtn-right-arrow-2:before {
content: "\f131";
}
.gtn-right-arrow-3:before {
content: "\f132";
}
.gtn-right-arrow-4:before {
content: "\f133";
}
.gtn-right-arrow-5:before {
content: "\f134";
}
.gtn-right-arrow-6:before {
content: "\f135";
}
.gtn-right-arrow-7:before {
content: "\f136";
}
.gtn-right-arrow-8:before {
content: "\f137";
}
.gtn-right-arrow-9:before {
content: "\f138";
}
.gtn-right-arrow-10:before {
content: "\f139";
}
.gtn-right-arrow-11:before {
content: "\f13a";
}
.gtn-right-arrow-12:before {
content: "\f13b";
}
.gtn-right-arrow-13:before {
content: "\f13c";
}
.gtn-right-arrow-14:before {
content: "\f13d";
}
.gtn-right-arrow:before {
content: "\f13e";
}
.gtn-suitcase:before {
content: "\f13f";
}
.gtn-up-arrow-1:before {
content: "\f140";
}
.gtn-up-arrow-2:before {
content: "\f141";
}
.gtn-up-arrow-3:before {
content: "\f142";
}
.gtn-up-arrow-4:before {
content: "\f143";
}
.gtn-up-arrow-5:before {
content: "\f144";
}
.gtn-up-arrow-6:before {
content: "\f145";
}
.gtn-up-arrow-7:before {
content: "\f146";
}
.gtn-up-arrow-8:before {
content: "\f147";
}
.gtn-up-arrow-9:before {
content: "\f148";
}
.gtn-up-arrow-10:before {
content: "\f149";
}
.gtn-up-arrow-11:before {
content: "\f14a";
}
.gtn-up-arrow:before {
content: "\f14b";
}
.editor-styles-wrapper {
}body{--guten-base-color: #181D23;--guten-base-lighter-color: #2D3137;--guten-bg-color: #ffffff;--guten-border-color: #eaeaeb;--guten-txt-color: #575A5F;--guten-txt-h-color: #181D23;--guten-txt-a-color: #0058E6;--guten-txt-m-color: #96989B;--guten-txt-alt-color: #ffffff;--guten-form-border-color: #D5D5D7;--guten-form-bg-color: transparent;--guten-form-txt-color: #181D23;--guten-form-font-size: 15px;--guten-form-border-focus: #b7b7b7;--guten-switch-active: #3557DC;--guten-switch-shadow: #2E384D;--guten-form-placeholder-color: #96989B;--guten-btn-txt-color: #ffffff;--guten-btn-bg-color: #0058E6;--guten-btn-bg-info: #5bc0de;--guten-btn-bg-success: #5cb85c;--guten-btn-bg-warning: #f0ad4e;--guten-btn-bg-danger: #d9534f;--guten-btn-bg-hover-color: #0048bd;--guten-selection-bg-color: #d8a600;--guten-element-bg-color: #80b1ff;--guten-element-darken-bg-color: #0058E6;--guten-element-lighten-bg-color: #e6f0ff;--guten-success-bg-color: #75ffd8;--guten-success-border-color: #007f5b;--guten-error-text-color: #d60000;--guten-error-bg-color: #ffcccc;--guten-error-border-color: #d60000;--guten-wp-color: #007cba}body{--guten-base-color: #181D23;--guten-base-lighter-color: #2D3137;--guten-bg-color: #ffffff;--guten-border-color: #eaeaeb;--guten-txt-color: #575A5F;--guten-txt-h-color: #181D23;--guten-txt-a-color: #0058E6;--guten-txt-m-color: #96989B;--guten-txt-alt-color: #ffffff;--guten-form-border-color: #D5D5D7;--guten-form-bg-color: transparent;--guten-form-txt-color: #181D23;--guten-form-font-size: 15px;--guten-form-border-focus: #b7b7b7;--guten-switch-active: #3557DC;--guten-switch-shadow: #2E384D;--guten-form-placeholder-color: #96989B;--guten-btn-txt-color: #ffffff;--guten-btn-bg-color: #0058E6;--guten-btn-bg-info: #5bc0de;--guten-btn-bg-success: #5cb85c;--guten-btn-bg-warning: #f0ad4e;--guten-btn-bg-danger: #d9534f;--guten-btn-bg-hover-color: #0048bd;--guten-selection-bg-color: #d8a600;--guten-element-bg-color: #80b1ff;--guten-element-darken-bg-color: #0058E6;--guten-element-lighten-bg-color: #e6f0ff;--guten-success-bg-color: #75ffd8;--guten-success-border-color: #007f5b;--guten-error-text-color: #d60000;--guten-error-bg-color: #ffcccc;--guten-error-border-color: #d60000;--guten-wp-color: #007cba}.guten-form-input{padding-top:10px;padding-bottom:10px}.guten-form-input .input-helper{display:block}.guten-form-input .input-label{font-weight:600;color:#181d23;font-size:.8em;line-height:1.5;margin-bottom:5px;text-transform:uppercase;letter-spacing:3px;display:inline-block}.guten-form-input .required-badge{color:#d60000}.guten-form-input .input-helper{font-size:.9em;margin-top:3px;opacity:.7;clear:both;font-weight:400;color:#96989b}.guten-form-input .gutenverse-input{width:100%;max-width:100%;padding:8px;height:auto;border-width:1px;border-style:solid;border-radius:2px;background:0 0;background-color:var(--guten-form-bg-color);border-color:var(--guten-form-border-color);color:var(--guten-form-txt-color);box-shadow:none;box-sizing:border-box;transition:all .25s ease;font-size:var(--guten-form-font-size);line-height:1.5;outline:0}.guten-form-input .gutenverse-input::-moz-placeholder{color:var(--guten-form-placeholder-color)}.guten-form-input .gutenverse-input::placeholder{color:var(--guten-form-placeholder-color)}.guten-form-input .gutenverse-input:focus{box-shadow:none;border-color:var(--guten-form-border-focus)}.guten-form-input.hide-label .label-wrapper{display:none}.guten-form-input.hide-label .main-wrapper{width:100%}.guten-form-input .validation-error{display:none;color:#d60000;font-style:italic;font-size:14px}.guten-form-input.input-invalid input{border-color:#d60000}.guten-form-input.input-invalid .validation-error{display:block}.guten-input-position-left{display:flex}.guten-input-position-left .label-wrapper{width:20%}.guten-input-position-left .main-wrapper{flex-grow:1}.choices{position:relative;overflow:hidden;margin-bottom:24px;font-size:16px}.choices:focus{outline:0}.choices:last-child{margin-bottom:0}.choices.is-open{overflow:initial}.choices.is-disabled .choices__inner,.choices.is-disabled .choices__input{background-color:#eaeaea;cursor:not-allowed;-webkit-user-select:none;-moz-user-select:none;user-select:none}.choices.is-disabled .choices__item{cursor:not-allowed}.choices [hidden]{display:none !important}.choices[data-type*=select-one]{cursor:pointer}.choices[data-type*=select-one] .choices__inner{padding-bottom:7.5px}.choices[data-type*=select-one] .choices__input{display:block;width:100%;padding:10px;border-bottom:1px solid #ddd;background-color:#fff;margin:0}.choices[data-type*=select-one] .choices__button{background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMSAyMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSIjMDAwIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0yLjU5Mi4wNDRsMTguMzY0IDE4LjM2NC0yLjU0OCAyLjU0OEwuMDQ0IDIuNTkyeiIvPjxwYXRoIGQ9Ik0wIDE4LjM2NEwxOC4zNjQgMGwyLjU0OCAyLjU0OEwyLjU0OCAyMC45MTJ6Ii8+PC9nPjwvc3ZnPg==);padding:0;background-size:8px;position:absolute;top:50%;right:0;margin-top:-10px;margin-right:25px;height:20px;width:20px;border-radius:10em;opacity:.25}.choices[data-type*=select-one] .choices__button:focus,.choices[data-type*=select-one] .choices__button:hover{opacity:1}.choices[data-type*=select-one] .choices__button:focus{box-shadow:0 0 0 2px #00bcd4}.choices[data-type*=select-one] .choices__item[data-value=""] .choices__button{display:none}.choices[data-type*=select-one]::after{content:"";height:0;width:0;border-style:solid;border-color:#333 transparent transparent;border-width:5px;position:absolute;right:11.5px;top:50%;margin-top:-2.5px;pointer-events:none}.choices[data-type*=select-one].is-open::after{border-color:transparent transparent #333;margin-top:-7.5px}.choices[data-type*=select-one][dir=rtl]::after{left:11.5px;right:auto}.choices[data-type*=select-one][dir=rtl] .choices__button{right:auto;left:0;margin-left:25px;margin-right:0}.choices[data-type*=select-multiple] .choices__inner,.choices[data-type*=text] .choices__inner{cursor:text}.choices[data-type*=select-multiple] .choices__button,.choices[data-type*=text] .choices__button{position:relative;display:inline-block;margin:0 -4px 0 8px;padding-left:16px;border-left:1px solid #008fa1;background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMSAyMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSIjRkZGIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0yLjU5Mi4wNDRsMTguMzY0IDE4LjM2NC0yLjU0OCAyLjU0OEwuMDQ0IDIuNTkyeiIvPjxwYXRoIGQ9Ik0wIDE4LjM2NEwxOC4zNjQgMGwyLjU0OCAyLjU0OEwyLjU0OCAyMC45MTJ6Ii8+PC9nPjwvc3ZnPg==);background-size:8px;width:8px;line-height:1;opacity:.75;border-radius:0}.choices[data-type*=select-multiple] .choices__button:focus,.choices[data-type*=select-multiple] .choices__button:hover,.choices[data-type*=text] .choices__button:focus,.choices[data-type*=text] .choices__button:hover{opacity:1}.choices__inner{display:inline-block;vertical-align:top;width:100%;background-color:#f9f9f9;padding:7.5px 7.5px 3.75px;border:1px solid #ddd;border-radius:2.5px;font-size:14px;min-height:44px;overflow:hidden}.is-focused .choices__inner,.is-open .choices__inner{border-color:#b7b7b7}.is-open .choices__inner{border-radius:2.5px 2.5px 0 0}.is-flipped.is-open .choices__inner{border-radius:0 0 2.5px 2.5px}.choices__list{margin:0;padding-left:0;list-style:none}.choices__list--single{display:inline-block;padding:4px 16px 4px 4px;width:100%}[dir=rtl] .choices__list--single{padding-right:4px;padding-left:16px}.choices__list--single .choices__item{width:100%}.choices__list--multiple{display:inline}.choices__list--multiple .choices__item{display:inline-block;vertical-align:middle;border-radius:20px;padding:4px 10px;font-size:12px;font-weight:500;margin-right:3.75px;margin-bottom:3.75px;background-color:#00bcd4;border:1px solid #00a5bb;color:#fff;word-break:break-all;box-sizing:border-box}.choices__list--multiple .choices__item[data-deletable]{padding-right:5px}[dir=rtl] .choices__list--multiple .choices__item{margin-right:0;margin-left:3.75px}.choices__list--multiple .choices__item.is-highlighted{background-color:#00a5bb;border:1px solid #008fa1}.is-disabled .choices__list--multiple .choices__item{background-color:#aaa;border:1px solid #919191}.choices__list--dropdown{visibility:hidden;z-index:1;position:absolute;width:100%;background-color:#fff;border:1px solid #ddd;top:100%;margin-top:-1px;border-bottom-left-radius:2.5px;border-bottom-right-radius:2.5px;overflow:hidden;word-break:break-all;will-change:visibility}.choices__list--dropdown.is-active{visibility:visible}.is-open .choices__list--dropdown{border-color:#b7b7b7}.is-flipped .choices__list--dropdown{top:auto;bottom:100%;margin-top:0;margin-bottom:-1px;border-radius:.25rem .25rem 0 0}.choices__list--dropdown .choices__list{position:relative;max-height:300px;overflow:auto;-webkit-overflow-scrolling:touch;will-change:scroll-position}.choices__list--dropdown .choices__item{position:relative;padding:10px;font-size:14px}[dir=rtl] .choices__list--dropdown .choices__item{text-align:right}@media(min-width: 640px){.choices__list--dropdown .choices__item--selectable{padding-right:100px}.choices__list--dropdown .choices__item--selectable::after{content:attr(data-select-text);font-size:12px;opacity:0;position:absolute;right:10px;top:50%;transform:translateY(-50%)}[dir=rtl] .choices__list--dropdown .choices__item--selectable{text-align:right;padding-left:100px;padding-right:10px}[dir=rtl] .choices__list--dropdown .choices__item--selectable::after{right:auto;left:10px}}.choices__list--dropdown .choices__item--selectable.is-highlighted{background-color:#f2f2f2}.choices__list--dropdown .choices__item--selectable.is-highlighted::after{opacity:.5}.choices__item{cursor:default}.choices__item--selectable{cursor:pointer}.choices__item--disabled{cursor:not-allowed;-webkit-user-select:none;-moz-user-select:none;user-select:none;opacity:.5}.choices__heading{font-weight:600;font-size:12px;padding:10px;border-bottom:1px solid #f7f7f7;color:gray}.choices__button{text-indent:-9999px;-webkit-appearance:none;-moz-appearance:none;appearance:none;border:0;background-color:transparent;background-repeat:no-repeat;background-position:center;cursor:pointer}.choices__button:focus,.choices__input:focus{outline:0}.choices__input{display:inline-block;vertical-align:baseline;background-color:#f9f9f9;font-size:14px;margin-bottom:5px;border:0;border-radius:0;max-width:100%;padding:4px 0 4px 2px}[dir=rtl] .choices__input{padding-right:2px;padding-left:0}.choices__placeholder{opacity:.5}[class*=guten] a{text-decoration:none;box-shadow:none}.editor-styles-wrapper .guten-column .wp-block{margin-left:0;margin-right:0}.guten-element .hover-from-left:before,.guten-element .hover-from-right:before,.guten-element .hover-from-top:before,.guten-element .hover-from-bottom:before,.guten-element .hover-from-arise:before{position:absolute;content:"";height:100%;width:100%;background-size:101% 101%;transition:all .6s ease}.guten-element .hover-from-left:before,.guten-element.hover-from-left:before{top:0;left:-101%}.guten-element .hover-from-left:hover:before,.guten-element.hover-from-left:hover:before{left:0}.guten-element .hover-from-right:before,.guten-element.hover-from-right:before{top:0;right:-101%}.guten-element .hover-from-right:hover:before,.guten-element.hover-from-right:hover:before{right:0}.guten-element .hover-from-top:before,.guten-element.hover-from-top:before{top:-101%;left:0}.guten-element .hover-from-top:hover:before,.guten-element.hover-from-top:hover:before{top:0}.guten-element .hover-from-bottom:before,.guten-element.hover-from-bottom:before{bottom:-101%;left:0}.guten-element .hover-from-bottom:hover:before,.guten-element.hover-from-bottom:hover:before{bottom:0}.guten-element .hover-from-arise:before,.guten-element.hover-from-arise:before{top:0;left:0;opacity:0%}.guten-element .hover-from-arise:hover:before,.guten-element.hover-from-arise:hover:before{opacity:100%}.guten-background-overlay{height:100%;width:100%;top:0;left:0;position:absolute;border-radius:inherit}.guten-background-animated{position:absolute;top:0;left:0;height:100%;width:100%;border-radius:inherit;overflow:hidden}.guten-background-animated .animated-layer{position:absolute;top:0;left:0;height:100%;width:100%;border-radius:inherit}.guten-sticky-wrapper{position:relative}.guten-sticky-flag{position:absolute;width:100%;height:200px;top:-210px}.section-wrapper{margin-block-start:0 !important;margin-block-end:0 !important}.guten-section-wrapper.pinned{position:sticky}.guten-section-wrapper.pinned.fixed{position:fixed}.guten-section-wrapper.pinned.sticky-top{top:0}.guten-section-wrapper.pinned.sticky-bottom{bottom:0}section.guten-section{position:relative;display:block}section.guten-section>.guten-container{display:flex;margin-right:auto;margin-left:auto;position:relative;flex-wrap:wrap;align-items:flex-start}section.guten-section>.guten-container .guten-column{margin-left:initial;margin-right:initial}section.guten-section .guten-video-bg-wrapper div{position:relative;padding-bottom:56.25%;padding-top:25px;height:0}section.guten-section .guten-video-bg-wrapper div iframe{position:absolute;top:0;left:0;width:100%;height:100%}section.guten-section .guten-shape-divider{overflow:hidden;position:absolute;left:0;width:100%;line-height:0;direction:ltr}section.guten-section .guten-shape-divider svg{display:block;width:calc(100% + 1.3px);position:relative;left:50%;transform:translateX(-50%)}section.guten-section .guten-shape-divider.guten-shape-divider-top{top:-1px}section.guten-section .guten-shape-divider.guten-shape-divider-top.guten-shape-flip>svg{transform:translateX(-50%) rotateY(180deg)}section.guten-section .guten-shape-divider.guten-shape-divider-top.guten-shape-zindex>svg{z-index:2}section.guten-section .guten-shape-divider.guten-shape-divider-bottom{bottom:-1px;transform:rotate(180deg)}section.guten-section .guten-shape-divider.guten-shape-divider-bottom.guten-shape-flip>svg{transform:translateX(-50%) rotateY(180deg)}section.guten-section .guten-shape-divider.guten-shape-divider-bottom.guten-shape-zindex>svg{z-index:2}section.guten-section .guten-shape-divider .guten-shape-fill{fill:#eee}section.guten-section .guten-shape-divider-animated{overflow:hidden;position:absolute;left:0;width:100%;line-height:0;direction:ltr}section.guten-section .guten-shape-divider-animated svg{display:block;width:calc(100% + 1.3px);position:relative;left:50%;transform:translateX(-50%)}section.guten-section .guten-shape-divider-animated.guten-shape-divider-animated-top{top:-1px;transform:rotate(180deg)}section.guten-section .guten-shape-divider-animated.guten-shape-divider-animated-top.guten-shape-flip>svg{transform:translateX(-50%) rotateY(180deg)}section.guten-section .guten-shape-divider-animated.guten-shape-divider-animated-top.guten-shape-zindex{z-index:2}section.guten-section .guten-shape-divider-animated.guten-shape-divider-animated-bottom{bottom:-1px}section.guten-section .guten-shape-divider-animated.guten-shape-divider-animated-bottom.guten-shape-flip>svg{transform:translateX(-50%) rotateY(180deg)}section.guten-section .guten-shape-divider-animated.guten-shape-divider-animated-bottom.guten-shape-zindex>svg{z-index:2}section.guten-section .guten-shape-divider-animated .guten-shape-fill{fill:#eee}section.guten-section.layout-fullwidth{position:relative;max-width:100vw}section.guten-section.align-top>.guten-container{align-items:flex-start}section.guten-section.align-middle>.guten-container{align-items:center}section.guten-section.align-bottom>.guten-container{align-items:flex-end}section.guten-section.align-stretch>.guten-container{align-items:stretch}section.guten-section.overflow-auto>.guten-container{overflow:auto}section.guten-section.overflow-hidden>.guten-container{overflow:hidden}@media(min-width: 781px){section.guten-section.guten-section-height-full{height:100vh}section.guten-section.guten-section-height-full>.guten-container{height:100%}}.guten-column{padding:10px}.guten-column-gap-no>.guten-column{padding:0}.guten-column-gap-narrow>.guten-column{padding:5px}.guten-column-gap-extended>.guten-column{padding:15px}.guten-column-gap-wide>.guten-column{padding:20px}.guten-column-gap-wider>.guten-column{padding:30px}.guten-column{padding:10px;display:flex;align-content:stretch;align-items:stretch;position:relative;box-sizing:border-box}.guten-column.pinned{position:sticky}.guten-column.pinned.sticky-top{top:0}.guten-column.pinned.sticky-bottom{bottom:0}.guten-column>.sticky-wrapper{width:100%;display:flex;align-content:stretch;align-items:stretch}.guten-column>.sticky-wrapper>.guten-column-wrapper{position:relative;width:100%;display:flex;flex-wrap:wrap;align-items:flex-start;align-content:flex-start}.guten-column>.sticky-wrapper>.guten-column-wrapper>*{max-width:100%}.guten-column>.sticky-wrapper>.guten-column-wrapper>[class*=wp-block-]:not(.guten-element),.guten-column>.sticky-wrapper>.guten-column-wrapper>:not(.guten-element){position:relative}.guten-column>.sticky-wrapper>.guten-column-wrapper:before{content:"";width:100%;height:100%;position:absolute;top:0;left:0;border-radius:inherit}.guten-column>.sticky-wrapper>.guten-column-wrapper>.guten-element:not(.guten-column),.guten-column>.sticky-wrapper>.guten-column-wrapper>.section-wrapper{width:100%}.guten-column.vertical-top-desktop{align-content:flex-start;align-items:flex-start}.guten-column.vertical-middle-desktop{align-content:center;align-items:center}.guten-column.vertical-bottom-desktop{align-content:flex-end;align-items:flex-end}.guten-column.vertical-between-desktop{align-content:space-between}.guten-column.vertical-around-desktop{align-content:space-around}.guten-column.vertical-evenly-desktop{align-content:space-evenly}.guten-column.horizontal-start-desktop{justify-content:flex-start}.guten-column.horizontal-center-desktop{justify-content:center}.guten-column.horizontal-end-desktop{justify-content:flex-end}.guten-column.horizontal-between-desktop{justify-content:space-between}.guten-column.horizontal-around-desktop{justify-content:space-around}.guten-column.horizontal-evenly-desktop{justify-content:space-evenly}@media only screen and (max-width: 780px){.guten-column.vertical-top-tablet{align-content:flex-start;align-items:flex-start}.guten-column.vertical-middle-tablet{align-content:center;align-items:center}.guten-column.vertical-bottom-tablet{align-content:flex-end;align-items:flex-end}.guten-column.vertical-between-tablet{align-content:space-between}.guten-column.vertical-around-tablet{align-content:space-around}.guten-column.vertical-evenly-tablet{align-content:space-evenly}.guten-column.horizontal-start-tablet{justify-content:flex-start}.guten-column.horizontal-center-tablet{justify-content:center}.guten-column.horizontal-end-tablet{justify-content:flex-end}.guten-column.horizontal-between-tablet{justify-content:space-between}.guten-column.horizontal-around-tablet{justify-content:space-around}.guten-column.horizontal-evenly-tablet{justify-content:space-evenly}}@media only screen and (max-width: 425px){.guten-column.vertical-top-mobile{align-content:flex-start;align-items:flex-start}.guten-column.vertical-middle-mobile{align-content:center;align-items:center}.guten-column.vertical-bottom-mobile{align-content:flex-end;align-items:flex-end}.guten-column.vertical-between-mobile{align-content:space-between}.guten-column.vertical-around-mobile{align-content:space-around}.guten-column.vertical-evenly-mobile{align-content:space-evenly}.guten-column.horizontal-start-mobile{justify-content:flex-start}.guten-column.horizontal-center-mobile{justify-content:center}.guten-column.horizontal-end-mobile{justify-content:flex-end}.guten-column.horizontal-between-mobile{justify-content:space-between}.guten-column.horizontal-around-mobile{justify-content:space-around}.guten-column.horizontal-evenly-mobile{justify-content:space-evenly}}.guten-button-wrapper{display:flex;width:100%;height:-moz-fit-content;height:fit-content}.guten-button{margin:0;display:flex;align-items:center;justify-content:center;line-height:1;background-color:var(--guten-wp-color);font-size:15px;padding:12px 24px;border-radius:3px;color:var(--guten-bg-color);fill:var(--guten-bg-color);text-align:center;transition:all .3s;text-decoration:none;border-color:rgba(0,0,0,0);border-width:0;cursor:pointer}.guten-button:focus{box-shadow:none}.guten-button-xs{font-size:13px;padding:10px 20px;border-radius:2px}.guten-button-md{font-size:16px;padding:15px 30px;border-radius:4px}.guten-button-lg{font-size:18px;padding:20px 40px;border-radius:5px}.guten-button-xl{font-size:20px;padding:25px 50px;border-radius:6px}.guten-button-info{background-color:var(--guten-btn-bg-info)}.guten-button-success{background-color:var(--guten-btn-bg-success)}.guten-button-warning{background-color:var(--guten-btn-bg-warning)}.guten-button-danger{background-color:var(--guten-btn-bg-danger)}.guten-buttons{display:flex;flex-wrap:wrap;flex-direction:row;gap:10px}.guten-buttons>.guten-button-wrapper{width:auto}.guten-buttons .wp-block{margin:0}.guten-buttons.horizontal{flex-direction:row}.guten-buttons.vertical{flex-direction:column}.guten-social-icon a{display:inline-flex;align-items:center;justify-content:center;padding:10px;border-radius:5px;text-decoration:none;gap:12px;transition:all .3s}.guten-social-icon a i{font-size:22px;width:1em;height:1em;text-align:center}.guten-social-icon a span{font-size:16px}.guten-social-icons{display:flex;flex-wrap:wrap;flex-direction:row}.guten-social-icons.horizontal>div:not(:first-child){margin-left:10px}.guten-social-icons.vertical>div:not(:first-child){margin-top:10px}.guten-social-icons.vertical{flex-direction:column}.guten-social-icons span{display:none}.guten-social-icons.show-text span{display:flex}.guten-social-icons .wp-block{margin:0}.guten-social-icons.square a{border-radius:0}.guten-social-icons.rounded a{border-radius:5px}.guten-social-icons.circle a{border-radius:100%}.guten-social-icons.fill a{background:#000;color:#fff}.guten-social-icons.fill a:hover{color:#fff}.guten-social-icons.fill .facebook a{background-color:#3b5998}.guten-social-icons.fill .instagram a{background-color:#e6405d}.guten-social-icons.fill .twitter a{background-color:#1da1f2}.guten-social-icons.fill .pinterest a{background-color:#bd081c}.guten-social-icons.fill .android a{background-color:#a4c639}.guten-social-icons.fill .apple a{background-color:#999}.guten-social-icons.fill .behance a{background-color:#1769ff}.guten-social-icons.fill .bitbucket a{background-color:#205081}.guten-social-icons.fill .codepen a{background-color:#000}.guten-social-icons.fill .delicious a{background-color:#39f}.guten-social-icons.fill .deviantart a{background-color:#05cc47}.guten-social-icons.fill .digg a{background-color:#005be2}.guten-social-icons.fill .dribbble a{background-color:#ea4c89}.guten-social-icons.fill .elementor a{background-color:#d30c5c}.guten-social-icons.fill .envelope a{background-color:#ea4335}.guten-social-icons.fill .flickr a{background-color:#0063dc}.guten-social-icons.fill .foursquare a{background-color:#2d5be3}.guten-social-icons.fill .freecodecamp a{background-color:#006400}.guten-social-icons.fill .github a{background-color:#333}.guten-social-icons.fill .gitlab a{background-color:#e24329}.guten-social-icons.fill .globe a{background-color:#818a91}.guten-social-icons.fill .google a{background-color:#dd4b39}.guten-social-icons.fill .houzz a{background-color:#7ac142}.guten-social-icons.fill .jsfiddle a{background-color:#487aa2}.guten-social-icons.fill .link a{background-color:#818a91}.guten-social-icons.fill .linkedin a{background-color:#0077b5}.guten-social-icons.fill .medium a{background-color:#00ab6b}.guten-social-icons.fill .meetup a{background-color:#ec1c40}.guten-social-icons.fill .mixcloud a{background-color:#273a4b}.guten-social-icons.fill .odnoklassniki a{background-color:#f4731c}.guten-social-icons.fill .product-hunt a{background-color:#da552f}.guten-social-icons.fill .reddit a{background-color:#ff4500}.guten-social-icons.fill .rss a{background-color:#f26522}.guten-social-icons.fill .shopping-cart a{background-color:#4caf50}.guten-social-icons.fill .skype a{background-color:#00aff0}.guten-social-icons.fill .slideshare a{background-color:#0077b5}.guten-social-icons.fill .snapchat a{background-color:#fffc00}.guten-social-icons.fill .soundcloud a{background-color:#f80}.guten-social-icons.fill .spotify a{background-color:#2ebd59}.guten-social-icons.fill .stack-overflow a{background-color:#fe7a15}.guten-social-icons.fill .steam a{background-color:#00adee}.guten-social-icons.fill .stumbleupon a{background-color:#eb4924}.guten-social-icons.fill .telegram a{background-color:#2ca5e0}.guten-social-icons.fill .thumb-tack a{background-color:#1aa1d8}.guten-social-icons.fill .tripadvisor a{background-color:#589442}.guten-social-icons.fill .tumblr a{background-color:#35465c}.guten-social-icons.fill .twitch a{background-color:#6441a5}.guten-social-icons.fill .viber a{background-color:#665cac}.guten-social-icons.fill .vimeo a{background-color:#1ab7ea}.guten-social-icons.fill .vk a{background-color:#45668e}.guten-social-icons.fill .weibo a{background-color:#dd2430}.guten-social-icons.fill .weixin a{background-color:#31a918}.guten-social-icons.fill .whatsapp a{background-color:#25d366}.guten-social-icons.fill .wordpress a{background-color:#21759b}.guten-social-icons.fill .xing a{background-color:#026466}.guten-social-icons.fill .yelp a{background-color:#af0606}.guten-social-icons.fill .youtube a{background-color:#cd201f}.guten-social-icons.border a{border:2px solid #000;background:#fff;color:#000}.guten-social-icons.border .facebook a{border-color:#3b5998;color:#3b5998}.guten-social-icons.border .instagram a{border-color:#e6405d;color:#e6405d}.guten-social-icons.border .twitter a{border-color:#1da1f2;color:#1da1f2}.guten-social-icons.border .pinterest a{border-color:#bd081c;color:#bd081c}.guten-social-icons.border .android a{border-color:#a4c639;color:#a4c639}.guten-social-icons.border .apple a{border-color:#999;color:#999}.guten-social-icons.border .behance a{border-color:#1769ff;color:#1769ff}.guten-social-icons.border .bitbucket a{border-color:#205081;color:#205081}.guten-social-icons.border .codepen a{border-color:#000;color:#000}.guten-social-icons.border .delicious a{border-color:#39f;color:#39f}.guten-social-icons.border .deviantart a{border-color:#05cc47;color:#05cc47}.guten-social-icons.border .digg a{border-color:#005be2;color:#005be2}.guten-social-icons.border .dribbble a{border-color:#ea4c89;color:#ea4c89}.guten-social-icons.border .elementor a{border-color:#d30c5c;color:#d30c5c}.guten-social-icons.border .envelope a{border-color:#ea4335;color:#ea4335}.guten-social-icons.border .flickr a{border-color:#0063dc;color:#0063dc}.guten-social-icons.border .foursquare a{border-color:#2d5be3;color:#2d5be3}.guten-social-icons.border .freecodecamp a{border-color:#006400;color:#006400}.guten-social-icons.border .github a{border-color:#333;color:#333}.guten-social-icons.border .gitlab a{border-color:#e24329;color:#e24329}.guten-social-icons.border .globe a{border-color:#818a91;color:#818a91}.guten-social-icons.border .google a{border-color:#dd4b39;color:#dd4b39}.guten-social-icons.border .houzz a{border-color:#7ac142;color:#7ac142}.guten-social-icons.border .jsfiddle a{border-color:#487aa2;color:#487aa2}.guten-social-icons.border .link a{border-color:#818a91;color:#818a91}.guten-social-icons.border .linkedin a{border-color:#0077b5;color:#0077b5}.guten-social-icons.border .medium a{border-color:#00ab6b;color:#00ab6b}.guten-social-icons.border .meetup a{border-color:#ec1c40;color:#ec1c40}.guten-social-icons.border .mixcloud a{border-color:#273a4b;color:#273a4b}.guten-social-icons.border .odnoklassniki a{border-color:#f4731c;color:#f4731c}.guten-social-icons.border .product-hunt a{border-color:#da552f;color:#da552f}.guten-social-icons.border .reddit a{border-color:#ff4500;color:#ff4500}.guten-social-icons.border .rss a{border-color:#f26522;color:#f26522}.guten-social-icons.border .shopping-cart a{border-color:#4caf50;color:#4caf50}.guten-social-icons.border .skype a{border-color:#00aff0;color:#00aff0}.guten-social-icons.border .slideshare a{border-color:#0077b5;color:#0077b5}.guten-social-icons.border .snapchat a{border-color:#fffc00;color:#fffc00}.guten-social-icons.border .soundcloud a{border-color:#f80;color:#f80}.guten-social-icons.border .spotify a{border-color:#2ebd59;color:#2ebd59}.guten-social-icons.border .stack-overflow a{border-color:#fe7a15;color:#fe7a15}.guten-social-icons.border .steam a{border-color:#00adee;color:#00adee}.guten-social-icons.border .stumbleupon a{border-color:#eb4924;color:#eb4924}.guten-social-icons.border .telegram a{border-color:#2ca5e0;color:#2ca5e0}.guten-social-icons.border .thumb-tack a{border-color:#1aa1d8;color:#1aa1d8}.guten-social-icons.border .tripadvisor a{border-color:#589442;color:#589442}.guten-social-icons.border .tumblr a{border-color:#35465c;color:#35465c}.guten-social-icons.border .twitch a{border-color:#6441a5;color:#6441a5}.guten-social-icons.border .viber a{border-color:#665cac;color:#665cac}.guten-social-icons.border .vimeo a{border-color:#1ab7ea;color:#1ab7ea}.guten-social-icons.border .vk a{border-color:#45668e;color:#45668e}.guten-social-icons.border .weibo a{border-color:#dd2430;color:#dd2430}.guten-social-icons.border .weixin a{border-color:#31a918;color:#31a918}.guten-social-icons.border .whatsapp a{border-color:#25d366;color:#25d366}.guten-social-icons.border .wordpress a{border-color:#21759b;color:#21759b}.guten-social-icons.border .xing a{border-color:#026466;color:#026466}.guten-social-icons.border .yelp a{border-color:#af0606;color:#af0606}.guten-social-icons.border .youtube a{border-color:#cd201f;color:#cd201f}.wp-block-gutenverse-divider{display:flex;justify-content:center;--divider-border-style:none;--divider-border-width:1px;--divider-color: var(--guten-base-lighter-color);--divider-icon-size:20px;--divider-element-spacing:10px;--divider-pattern-height:24px;--divider-pattern-size:20px;--divider-pattern-url:none;--divider-pattern-repeat:repeat-x}.wp-block-gutenverse-divider.guten-divider-tribal{--divider-pattern-size: auto}.guten-divider-wrapper{display:flex;align-items:center;min-height:20px;width:50%}.guten-divider-wrapper .guten-divider-style{width:100%;min-height:var(--divider-pattern-height);-webkit-mask-size:var(--divider-pattern-size) 100%;mask-size:var(--divider-pattern-size) 100%;-webkit-mask-repeat:var(--divider-pattern-repeat);mask-repeat:var(--divider-pattern-repeat);background-color:var(--divider-color);-webkit-mask-image:var(--divider-pattern-url);mask-image:var(--divider-pattern-url)}.guten-divider-default{border-bottom:2px solid var(--guten-base-color);width:100%}.guten-divider-double{border-bottom:3px double var(--guten-base-color);width:100%}.guten-divider-dotted{border-bottom:2px dotted var(--guten-base-color);width:100%}.guten-divider-dashed{border-bottom:2px dashed var(--guten-base-color);width:100%}.guten-divider-content{padding:0 10px 0 10px;flex-shrink:0}@media(max-width: 425px){.guten-divider-wrapper{width:100%}}.guten-tabs{overflow:hidden}.guten-tabs .tab-heading{display:flex;flex-direction:row}.guten-tabs .tab-heading .tab-heading-item{padding:20px 25px;border:2px solid rgba(0,0,0,0);position:relative;cursor:pointer}.guten-tabs .tab-heading .tab-heading-item:after,.guten-tabs .tab-heading .tab-heading-item:before{top:100%;height:0;width:999em;border-bottom-style:solid;border-width:2px;border-color:rgba(0,0,0,0);display:block;content:"";position:absolute}.guten-tabs .tab-heading .tab-heading-item:after{left:100%}.guten-tabs .tab-heading .tab-heading-item:before{right:100%}.guten-tabs .tab-heading .tab-heading-item.active{border-color:#ddd;cursor:inherit}.guten-tabs .tab-heading .tab-heading-item.active::after,.guten-tabs .tab-heading .tab-heading-item.active::before{border-color:#ddd}.guten-tabs .tab-heading-mobile{border:2px solid #ddd;text-align:center;display:none;padding:20px;position:relative}.guten-tabs .tab-heading-mobile .tab-title{cursor:pointer;display:flex;align-items:center;justify-content:center}.guten-tabs .tab-heading-mobile .tab-title span{margin-right:20px}.guten-tabs .tab-heading-mobile .tab-title .tab-dropdown-icon:after{content:""}.guten-tabs .tab-heading-mobile .tab-option{display:none;position:absolute;width:80%;background:#fff;border:2px solid #ddd;z-index:999;top:100%;left:50%;transform:translate(-50%, 0);border-top-color:rgba(0,0,0,0) !important}.guten-tabs .tab-heading-mobile .tab-option .tab-option-item{cursor:pointer;line-height:2em;padding:10px 0}.guten-tabs .tab-heading-mobile.open .tab-option{display:block}.guten-tabs .tab-heading-mobile.open .tab-title .tab-dropdown-icon:after{content:""}.guten-tabs .tab-body{border:2px solid #ddd;border-top-style:none;overflow:hidden;padding:20px}.guten-tabs .tab-body .tab-body-item{display:none}.guten-tabs .tab-body .tab-body-item.active{display:block}.guten-tabs.horizontal-center .tab-heading{justify-content:center}.guten-tabs.horizontal-center .tab-heading .tab-heading-item.active{border-bottom-color:rgba(0,0,0,0) !important}.guten-tabs.horizontal-right .tab-heading{justify-content:flex-end}.guten-tabs.horizontal-right .tab-heading .tab-heading-item.active{border-bottom-color:rgba(0,0,0,0) !important}.guten-tabs.horizontal .tab-heading .tab-heading-item.active{border-bottom-color:rgba(0,0,0,0) !important}.guten-tabs.vertical{display:flex}.guten-tabs.vertical .tab-heading{flex-direction:column;width:25%}.guten-tabs.vertical .tab-heading .tab-heading-item{border-right-color:rgba(0,0,0,0) !important}.guten-tabs.vertical .tab-heading .tab-heading-item:after,.guten-tabs.vertical .tab-heading .tab-heading-item:before{right:-2px;bottom:auto;height:999em;width:0;border-right-style:solid;border-bottom-style:none}.guten-tabs.vertical .tab-heading .tab-heading-item:after{top:100%}.guten-tabs.vertical .tab-heading .tab-heading-item:before{bottom:100%;left:100%;top:auto}.guten-tabs.vertical .tab-heading .tab-heading-item.active{border-bottom-color:#ddd}.guten-tabs.vertical .tab-body{flex-grow:1;border-top-style:solid;border-left-style:none;width:75%}@media(max-width: 781px){.guten-tabs{overflow:visible;display:block}.guten-tabs .tab-heading{display:none}.guten-tabs .tab-heading-mobile{display:block}}.guten-accordions .accordion-item{border:1px solid var(--guten-border-color);margin:0}.guten-accordions .accordion-item .accordion-heading{margin:0;padding:15px 20px;font-weight:bold;line-height:1;cursor:pointer;outline:none;display:flex;align-items:center;border-bottom:1px solid var(--guten-border-color)}.guten-accordions .accordion-item .accordion-heading .accordion-text{flex-grow:1}.guten-accordions .accordion-item .accordion-heading>p{margin:0}.guten-accordions .accordion-item .accordion-body{height:0;overflow:hidden}.guten-accordions .accordion-item .accordion-content{padding:15px 20px}.guten-accordions .accordion-item+.accordion-item{border-top:none}.accordion-item .accordion-icon{margin-right:10px}.accordion-item .accordion-icon-open{display:none}.accordion-item .accordion-icon-closed{display:block}.accordion-item.active .accordion-icon-open{display:block}.accordion-item.active .accordion-icon-closed{display:none}.accordion-item.active .expanded{height:auto}.guten-icon-wrapper{display:inline-block;line-height:1;transition:all .3s;text-align:center;padding:25px}.guten-icon-wrapper i{font-size:50px;width:1em;height:1em;color:var(--guten-bg-color)}.guten-icon-wrapper.rounded{border-radius:10%}.guten-icon-wrapper.circle{border-radius:100%}.guten-icon-wrapper.stacked{background-color:var(--guten-wp-color)}.guten-icon-wrapper.framed{border:2px solid var(--guten-wp-color);background-color:var(--guten-bg-color)}.guten-icon-wrapper.framed i{color:var(--guten-wp-color)}.guten-image{text-align:center}.guten-image .guten-caption{display:block}.guten-image img{max-width:100%}.guten-spacer{padding-bottom:100px}.guten-team{position:relative}.guten-team .profile-box{text-align:center}.guten-team .profile-box .profile-card{background-color:var(--guten-bg-color)}.guten-team .profile-box .profile-card .popup{cursor:pointer}.guten-team .profile-box .profile-card.card-default{padding:20px 20px 40px;z-index:1}.guten-team .profile-box .profile-card.card-default .profile-header{display:inline-block;margin-bottom:38px}.guten-team .profile-box .profile-card.card-default .profile-header img{-o-object-fit:cover;object-fit:cover;width:160px;height:160px}.guten-team .profile-box .profile-card.card-default .profile-body{padding-bottom:20px;z-index:2}.guten-team .profile-box .profile-card.card-overlay{width:100%;position:relative;overflow:hidden;display:inline-block}.guten-team .profile-box .profile-card.card-overlay img{width:100%;height:auto;-o-object-fit:cover;object-fit:cover;display:block;margin:0 auto}.guten-team .profile-box .profile-card.card-overlay:before{position:absolute;content:"";top:100%;left:0;height:100%;width:100%;background-color:rgba(0,0,0,.7);transition:all .4s ease;z-index:1;backface-visibility:hidden;opacity:0;visibility:hidden}.guten-team .profile-box .profile-card.card-overlay.scale:before{top:0}.guten-team .profile-box .profile-card.card-overlay.scale:hover:before{transform:scale(0.9)}.guten-team .profile-box .profile-card.card-overlay:hover:before{top:0;opacity:1;visibility:visible}.guten-team .profile-box .profile-card.card-overlay:hover .profile-body{opacity:1;visibility:visible;transform:translateY(-50%)}.guten-team .profile-box .profile-card.card-overlay:hover .profile-body.bottom{transform:translateY(0%)}.guten-team .profile-box .profile-card.card-overlay .profile-body{top:50%;left:0;right:0;transform:translateY(-20%);position:absolute;z-index:2;width:100%;opacity:0;visibility:hidden;transition:all .4s ease;padding:10px}.guten-team .profile-box .profile-card.card-overlay .profile-body .profile-title,.guten-team .profile-box .profile-card.card-overlay .profile-body .profile-sub,.guten-team .profile-box .profile-card.card-overlay .profile-body .profile-desc{color:var(--guten-bg-color)}.guten-team .profile-box .profile-card.card-hover{padding:20px 20px 0;z-index:1}.guten-team .profile-box .profile-card.card-hover:hover .profile-body{transform:translateY(-50px)}.guten-team .profile-box .profile-card.card-hover:hover .profile-body:before{opacity:1}.guten-team .profile-box .profile-card.card-hover:hover .profile-body .social-list,.guten-team .profile-box .profile-card.card-hover:hover .profile-body .guten-social-icons{display:flex;opacity:1}.guten-team .profile-box .profile-card.card-hover .profile-header{display:inline-block;margin-bottom:38px}.guten-team .profile-box .profile-card.card-hover .profile-header img{-o-object-fit:cover;object-fit:cover;width:160px;height:160px}.guten-team .profile-box .profile-card.card-hover .profile-body{padding:30px 20px;position:relative;transition:all .4s ease}.guten-team .profile-box .profile-card.card-hover .profile-body:before{position:absolute;content:"";top:0;left:0;height:100%;width:100%;background-color:#e6f0ff;opacity:0;transition:all .4s ease;z-index:-1;background-size:101% 102%;backface-visibility:hidden}.guten-team .profile-box .profile-card.card-hover .profile-body .profile-title{margin:0px}.guten-team .profile-box .profile-card.card-hover .profile-body .profile-sub{margin:8px 0}.guten-team .profile-box .profile-card.card-hover .profile-body .social-list,.guten-team .profile-box .profile-card.card-hover .profile-body .guten-social-icons{transition:all .4s ease;display:none;opacity:0}.guten-team .border-bottom{position:absolute;overflow:hidden;left:0;right:0;bottom:0;width:100%;height:5px}.guten-team .border-bottom .animated{z-index:3;width:100%;height:5px;background-color:#d8a600}.guten-team .border-bottom .left{animation-name:slideInLeft}.guten-team .border-bottom .right{animation-name:slideInRight}.guten-team:hover .border-bottom .left{animation-name:slideOutRight}.guten-team:hover .border-bottom .right{animation-name:slideOutLeft}.social-list,.editor-styles-wrapper .social-list{list-style:none;padding:0;margin:0}.social-list .social-icon,.editor-styles-wrapper .social-list .social-icon{display:inline-block}.social-list .social-icon a,.editor-styles-wrapper .social-list .social-icon a{display:inline-flex;align-items:center;justify-content:center;padding:10px;text-decoration:none;gap:12px;transition:all .3s;color:var(--guten-bg-color);background-color:#80b1ff;border-radius:50%}.social-list .social-icon a i,.editor-styles-wrapper .social-list .social-icon a i{font-size:16px;width:16px;height:16px}.social-list .social-icon:not(:last-child),.editor-styles-wrapper .social-list .social-icon:not(:last-child){margin-right:10px}.profile-popup{display:none}.profile-popup .guten-social-icons>div:not(.guten-social-icon){display:flex;flex-wrap:wrap;flex-direction:row;gap:10px}.profile-popup.show{display:flex;top:0;right:0;left:0;bottom:0;position:fixed;align-items:center;z-index:997}.profile-popup.show .overlay{width:100%;height:100%;background-color:var(--guten-base-color);opacity:.5;position:absolute;z-index:998}.profile-popup.show .popup{display:flex;position:relative;width:450px;min-height:400px;background-color:var(--guten-bg-color);margin:1.75rem auto;z-index:999;padding:60px 40px}.profile-popup.show .popup .popup-close{top:0;right:0;position:absolute;padding:8px;cursor:pointer}.profile-popup.show .popup img{width:100%}.profile-popup.show .popup .content-1{width:40%;justify-content:center}.profile-popup.show .popup .content-2{margin-left:20px;width:60%}.profile-popup.show .popup .content-2 .profile-desc,.profile-popup.show .popup .content-2 .profile-phone,.profile-popup.show .popup .content-2 .profile-email{margin:0;padding:20px 0}.profile-popup.show .popup .content-2 .profile-title,.profile-popup.show .popup .content-2 .profile-sub{margin:0}.profile-popup.show .popup .content-2 .profile-phone,.profile-popup.show .popup .content-2 .profile-email{border-top:1px solid #ccc}.profile-popup.show .popup .content-2 .social-list{margin-top:20px}.guten-social-share{display:flex;flex-wrap:wrap;flex-direction:row;justify-content:center}.guten-social-share.horizontal>div:not(:first-child){margin-left:10px}.guten-social-share.vertical>div:not(:first-child){margin-top:10px}.guten-social-share.horizontal{flex-direction:row}.guten-social-share.vertical{flex-direction:column}.guten-social-share.vertical div{display:flex}.gutenverse-share-item{display:flex;text-decoration:none;overflow:hidden}.gutenverse-share-item a{display:flex;text-decoration:none;color:var(--guten-bg-color)}.gutenverse-share-item a:active,.gutenverse-share-item a:visited,.gutenverse-share-item a:hover{color:var(--guten-bg-color)}.gutenverse-share-item .gutenverse-share-icon{vertical-align:middle;text-align:center;display:flex;justify-content:center;align-items:center;padding:11px}.gutenverse-share-item .gutenverse-share-icon i{font-size:15px;width:15px}.gutenverse-share-item .gutenverse-share-text{display:flex;justify-content:center;align-items:center;padding:0 15px}.gutenverse-share-item.gutenverse-share-facebook .gutenverse-share-icon{background:#3b5998}.gutenverse-share-item.gutenverse-share-facebook .gutenverse-share-text{background:#263e98}.gutenverse-share-item.gutenverse-share-twitter .gutenverse-share-icon{background:#1090e0}.gutenverse-share-item.gutenverse-share-twitter .gutenverse-share-text{background:#156a9f}.gutenverse-share-item.gutenverse-share-pinterest .gutenverse-share-icon{background:#bd081c}.gutenverse-share-item.gutenverse-share-pinterest .gutenverse-share-text{background:#9e0213}.gutenverse-share-item.gutenverse-share-stumbleupon .gutenverse-share-icon{background:#eb4924}.gutenverse-share-item.gutenverse-share-stumbleupon .gutenverse-share-text{background:#bd3213}.gutenverse-share-item.gutenverse-share-linkedin .gutenverse-share-icon{background:#0077b5}.gutenverse-share-item.gutenverse-share-linkedin .gutenverse-share-text{background:#046090}.gutenverse-share-item.gutenverse-share-reddit .gutenverse-share-icon{background:#ff4500}.gutenverse-share-item.gutenverse-share-reddit .gutenverse-share-text{background:#c13805}.gutenverse-share-item.gutenverse-share-tumblr .gutenverse-share-icon{background:#35465c}.gutenverse-share-item.gutenverse-share-tumblr .gutenverse-share-text{background:#253347}.gutenverse-share-item.gutenverse-share-vk .gutenverse-share-icon{background:#45668e}.gutenverse-share-item.gutenverse-share-vk .gutenverse-share-text{background:#283f5b}.gutenverse-share-item.gutenverse-share-whatsapp .gutenverse-share-icon{background:#17a74d}.gutenverse-share-item.gutenverse-share-whatsapp .gutenverse-share-text{background:#198642}.gutenverse-share-item.gutenverse-share-telegram .gutenverse-share-icon{background:#2ca5e0}.gutenverse-share-item.gutenverse-share-telegram .gutenverse-share-text{background:#207ca9}.gutenverse-share-item.gutenverse-share-wechat .gutenverse-share-icon{background:#5cc928}.gutenverse-share-item.gutenverse-share-wechat .gutenverse-share-text{background:#2f8819}.gutenverse-share-item.gutenverse-share-line .gutenverse-share-icon{background:#00b900}.gutenverse-share-item.gutenverse-share-line .gutenverse-share-text{background:#0e8c0e}.gutenverse-share-item.gutenverse-share-email .gutenverse-share-icon{background:#a53310}.gutenverse-share-item.gutenverse-share-email .gutenverse-share-text{background:#7d280e}.gutenverse-maps{overflow:hidden}.gutenverse-maps iframe{display:block;width:100%;height:400px;transition:.3s}.progress-group{margin-top:10px}.progress-group .progress-skill-bar .skill-bar-content{margin-bottom:7px}.progress-group .progress-skill-bar .skill-bar-content .skill-title{font-weight:700;color:var(--guten-txt-color)}.progress-group .progress-skill-bar .skill-bar{height:3px;background-color:var(--guten-element-lighten-bg-color)}.progress-group .progress-skill-bar .skill-bar .skill-track{width:0;background-color:var(--guten-element-darken-bg-color);display:block;height:100%;overflow:visible !important;position:relative}.progress-group .progress-skill-bar .skill-bar .skill-track .number-percentage-wrapper{position:absolute;right:0;top:-33px;z-index:1}.progress-group .progress-skill-bar .number-percentage{color:var(--guten-txt-color)}.progress-group.inner-content .progress-skill-bar{position:relative}.progress-group.inner-content .progress-skill-bar .skill-bar-content{position:absolute;z-index:1;left:0;top:50%;transform:translateY(-50%);margin-bottom:0;padding-left:30px}.progress-group.inner-content .progress-skill-bar .skill-bar-content .skill-title{color:var(--guten-bg-color)}.progress-group.inner-content .progress-skill-bar .skill-bar{height:35px}.progress-group.inner-content .progress-skill-bar .skill-bar .skill-track .skill-track-icon{position:absolute;right:19px;top:50%;transform:translateY(-50%);color:var(--guten-bg-color)}.progress-group.inner-content .progress-skill-bar .skill-bar .skill-track .skill-track-icon+.number-percentage-wrapper{padding-right:57px}.progress-group.inner-content .progress-skill-bar .skill-bar .skill-track .number-percentage-wrapper{top:50%;transform:translateY(-50%);color:var(--guten-bg-color);padding-right:30px}.progress-group.inner-content .progress-skill-bar .number-percentage{color:var(--guten-bg-color)}.progress-group.bar-shadow .progress-skill-bar .skill-bar{height:30px;background-color:var(--guten-bg-color);padding:10px;box-shadow:0 0 20px 0 rgba(0,0,0,.25);border-radius:15px}.progress-group.bar-shadow .progress-skill-bar .skill-bar .skill-track{height:100%;border-radius:5px}.progress-group.bar-shadow .progress-skill-bar .skill-bar .skill-track .number-percentage-wrapper{top:-39px}.progress-group.tooltip-style .progress-skill-bar .skill-bar .skill-track .number-percentage-wrapper{height:24px;line-height:24px;display:inline-block;color:var(--guten-bg-color);font-size:13px;background-color:var(--guten-txt-color);text-align:center;padding:0 11px;border-radius:4.32px;border-bottom-right-radius:0}.progress-group.tooltip-style .progress-skill-bar .skill-bar .skill-track .number-percentage-wrapper:before{position:absolute;content:"";right:0;bottom:-8px;color:var(--guten-txt-color);border-top:solid currentColor;border-right:solid currentColor;border-left:solid rgba(0,0,0,0);border-bottom:solid rgba(0,0,0,0);border-width:4px}.progress-group.tooltip-style .progress-skill-bar .number-percentage{color:var(--guten-bg-color)}.progress-group.tooltip-box .progress-skill-bar .skill-bar .skill-track .number-percentage-wrapper,.progress-group.tooltip-rounded .progress-skill-bar .skill-bar .skill-track .number-percentage-wrapper{height:22px;padding:0 8px;background-color:var(--guten-txt-color);text-align:center;font-size:13px;color:var(--guten-bg-color);z-index:1;right:-20px;top:-31px}.progress-group.tooltip-box .progress-skill-bar .skill-bar .skill-track .number-percentage-wrapper:before,.progress-group.tooltip-rounded .progress-skill-bar .skill-bar .skill-track .number-percentage-wrapper:before{position:absolute;content:"";bottom:-6px;left:50%;transform:translateX(-50%) rotate(45deg);width:14px;height:14px;background-color:var(--guten-txt-color);z-index:-1}.progress-group.tooltip-box .progress-skill-bar .number-percentage,.progress-group.tooltip-rounded .progress-skill-bar .number-percentage{color:var(--guten-bg-color)}.progress-group.tooltip-rounded .progress-skill-bar .skill-bar .skill-track .number-percentage-wrapper{border-radius:8px}.progress-group.tooltip-circle .progress-skill-bar .skill-bar .skill-track .number-percentage-wrapper{width:35px;height:35px;line-height:35px;border-radius:50%;background-color:var(--guten-txt-color);color:var(--guten-bg-color);text-align:center;font-size:13px;right:calc(0% - 15.5px);top:-39.9px}.progress-group.tooltip-circle .progress-skill-bar .skill-bar .skill-track .number-percentage-wrapper:before{position:absolute;content:"";bottom:-5px;left:50%;transform:translateX(-50%);width:3px;height:5px;background-color:var(--guten-txt-color)}.progress-group.tooltip-circle .progress-skill-bar .number-percentage{color:var(--guten-bg-color)}.progress-group.switch .progress-skill-bar .skill-bar-content{margin-bottom:18px}.progress-group.switch .progress-skill-bar .content-group{width:calc(100% - 50px);display:inline-block}.progress-group.switch .progress-skill-bar .content-group .skill-bar .skill-track:before{position:absolute;content:"";right:0;border-radius:50%;color:var(--guten-txt-color);top:50%;transform:translateY(-50%);width:20px;height:20px;box-shadow:-1.216px 6.894px 15px 0 rgba(0,0,0,.07),inset 0 2px 3px 0 rgba(0,0,0,.2);background-color:var(--guten-bg-color);border:1px solid var(--guten-txt-color)}.progress-group.switch .progress-skill-bar .number-percentage-wrapper{float:right;position:relative;top:31px}.progress-group.ribbon .skill-bar .skill-track .number-percentage-wrapper{height:35px;line-height:35px;color:var(--guten-bg-color);background-color:var(--guten-txt-color);text-align:center;padding:0 8px;top:-10px;z-index:1}.progress-group.ribbon .skill-bar .skill-track .number-percentage-wrapper:before{position:absolute;content:"";top:0;left:-10px;color:#1a1a1a;border-top:solid rgba(0,0,0,0);border-left:solid rgba(0,0,0,0);border-right:solid var(--guten-txt-color);border-bottom:solid var(--guten-txt-color);border-width:5px}.progress-group.ribbon .number-percentage{color:var(--guten-bg-color)}.guten-fun-fact{transition:all .4s ease;backface-visibility:hidden;position:relative;z-index:2;background-repeat:no-repeat;background-size:cover;background-position:center center;text-align:center;overflow:hidden}.guten-fun-fact:before{position:absolute;content:"";height:100%;width:100%;transition:all .6s ease;background-size:101% 101%;z-index:1}.guten-fun-fact .fun-fact-inner{position:relative;z-index:2}.guten-fun-fact .fun-fact-inner>.icon{margin-bottom:15px;padding:15px;font-size:40px;color:var(--guten-txt-color);display:inline-block}.guten-fun-fact .fun-fact-inner>.icon i{display:block}.guten-fun-fact .fun-fact-inner .content .number-wrapper{font-size:28px;font-weight:700;color:var(--guten-txt-color)}.guten-fun-fact .fun-fact-inner .content .number-wrapper .super{top:-5px;left:0px;vertical-align:super;font-size:22px;color:var(--guten-txt-color);position:relative}.guten-fun-fact .fun-fact-inner .content .title{margin:0;color:var(--guten-txt-color)}.guten-fun-fact .border-bottom{position:absolute;left:0;right:0;bottom:0;overflow:hidden;width:100%;height:5px}.guten-fun-fact .border-bottom .animated{z-index:3;width:100%;height:5px;background-color:#d8a600}.guten-fun-fact .border-bottom .left{animation-name:slideInLeft}.guten-fun-fact .border-bottom .right{animation-name:slideInRight}.guten-fun-fact:hover .border-bottom .left{animation-name:slideOutRight}.guten-fun-fact:hover .border-bottom .right{animation-name:slideOutLeft}.guten-icon-box .guten-icon-box-wrapper{position:relative;padding:50px 40px 50px 40px;text-align:center;justify-content:center;border:1px solid var(--guten-border-color);border-radius:5px;transition:all .4s ease;overflow:hidden;background-repeat:no-repeat;background-size:cover;background-position:center center}.guten-icon-box>a{text-decoration:none}.guten-icon-box .icon-box-link{color:unset}.guten-icon-box .guten-background-filter{background-color:var(--guten-bg-color)}.guten-icon-box.icon-position-left .guten-icon-box-wrapper{display:flex;align-items:flex-start}.guten-icon-box.icon-position-left .guten-icon-box-wrapper .icon-box.icon-box-header{margin-right:15px}.guten-icon-box.icon-position-right .guten-icon-box-wrapper{display:flex;flex-direction:row-reverse}.guten-icon-box.icon-position-right .guten-icon-box-wrapper .icon-box.icon-box-header{margin-left:15px}.guten-icon-box .icon-box.icon-box-header{position:relative;z-index:2;line-height:0}.guten-icon-box .icon-box.icon-box-header .icon{display:inline-block;margin-bottom:13px;color:var(--guten-txt-color);transition:all .4s ease}.guten-icon-box .icon-box.icon-box-header .icon.style-gradient{background-image:linear-gradient(180deg, var(--guten-bg-color) 0, var(--guten-base-color) 100%);-webkit-text-fill-color:rgba(0,0,0,0);background-clip:text;-webkit-background-clip:text}.guten-icon-box .icon-box.icon-box-header .icon i{font-size:40px;width:1em;height:1em}.guten-icon-box .icon-box.icon-box-header .icon img{height:auto;max-width:100%;-o-object-fit:cover;object-fit:cover}.guten-icon-box .icon-box.icon-box-body{position:relative;z-index:2}.guten-icon-box .icon-box.icon-box-body .title{padding:0px 0px 0px 0px;color:var(--guten-txt-color);font-size:23px}.guten-icon-box .icon-box.icon-box-body .icon-box-button{position:relative;z-index:2}.guten-icon-box .icon-box.icon-box-body .icon-box-button .btn-wrapper{position:relative;z-index:2}.guten-icon-box .icon-box.icon-box-body .icon-box-button .btn-wrapper .icon-box-link{border-radius:5px;font-size:15px;padding:15px 30px;display:inline-block;color:var(--guten-bg-color);position:relative;display:inline-block;line-height:1;white-space:nowrap;vertical-align:middle;text-align:center;background-color:var(--guten-btn-bg-color);transition:all .4s ease}.guten-icon-box .icon-box.icon-box-body .icon-box-button .btn-wrapper .icon-box-link:hover{background-color:var(--guten-btn-bg-hover-color)}.guten-icon-box .icon-box.icon-box-body .icon-box-button.hover .btn-wrapper .icon-box-link{opacity:0}.guten-icon-box .icon-box.icon-box-body .icon-box-description{color:var(--guten-txt-color)}.guten-icon-box:hover .icon-box.icon-box-body .icon-box-button.hover .btn-wrapper .icon-box-link{opacity:100}.guten-icon-box:hover .hover-watermark{bottom:0;opacity:100}.guten-icon-box .hover-watermark{position:absolute;bottom:-50px;right:0;opacity:0;transition:all .4s ease;z-index:1}.guten-icon-box .hover-watermark i{font-size:100px}.guten-icon-box .icon-box-badge{position:absolute;line-height:1;z-index:2}.guten-icon-box .icon-box-badge.topleft{top:0;left:0}.guten-icon-box .icon-box-badge.topcenter{top:0;left:50%;transform:translateX(-50%)}.guten-icon-box .icon-box-badge.topright{top:0;right:0}.guten-icon-box .icon-box-badge.bottomleft{left:0;bottom:0}.guten-icon-box .icon-box-badge.bottomcenter{bottom:0;left:50%;transform:translateX(-50%)}.guten-icon-box .icon-box-badge.bottomright{bottom:0;right:0}.guten-icon-box .icon-box-badge .badge-text{padding:10px 10px 10px 10px;border-radius:0px 0px 0px 0px;background-color:var(--guten-selection-bg-color);font-size:.70588rem;color:var(--guten-bg-color);font-weight:500;display:inline-block}.gutenverse-text-editor .text-content-inner{word-break:break-word}.gutenverse-text-editor.dropcap>div>p:first-child:first-letter{float:left;font-size:6rem;line-height:.65;padding:10px;margin:10px}.guten-icon-list{list-style:none}.guten-icon-list.inline-icon-list{display:flex;flex-wrap:wrap}.guten-icon-list .guten-icon-list-item .list-text.no-icon{padding-left:0;padding-right:0}.guten-icon-list a{color:var(--guten-txt-color);display:flex;align-items:center}.guten-icon-list-item{margin-left:0;margin-right:0}.guten-icon-list-item .list-text{padding-left:6px}.guten-star-rating .rating-title{margin-right:4px}.guten-star-rating .rating-wrapper{display:flex;align-items:center}.guten-star-rating .rating-wrapper i{padding:1px}.guten-star-rating .rating-wrapper i.full{color:#f0ad4e}.guten-star-rating .rating-wrapper i.empty{color:#999}.guten-star-rating .rating-wrapper i.fas.fa-thumbs-down{transform:translateY(25%)}.gutenverse-image-box{transition:all .4s ease;text-align:center}.gutenverse-image-box .image-box-header{transition:all .4s ease;position:relative;overflow:hidden;line-height:0}.gutenverse-image-box .image-box-header img{transition:all .4s ease;backface-visibility:hidden;width:-webkit-fill-available;height:auto;margin:0;-o-object-fit:cover;object-fit:cover}.gutenverse-image-box .image-box-body{margin:0 auto}.gutenverse-image-box .body-inner{padding:30px 35px;position:relative;overflow:hidden;background:var(--jkit-bg-color);-o-box-shadow:0 0 20px 0 rgba(0,0,0,.25);box-shadow:0 0 20px 0 rgba(0,0,0,.25)}.gutenverse-image-box .body-title{font-size:18px;margin-bottom:20px;color:var(--jkit-txt-h-color);font-weight:700}.gutenverse-image-box .body-title a{text-decoration:none;color:var(--jkit-txt-h-color)}.gutenverse-image-box.style-floating .body-inner{background-color:#fff;-o-box-shadow:0 2px 4px rgba(0,0,0,.08);box-shadow:0 2px 4px rgba(0,0,0,.08);transition:all .4s ease;height:90px;position:relative;margin-left:auto;margin-right:auto;margin-top:-50px}.gutenverse-image-box.style-floating .body-inner .body-description,.gutenverse-image-box.style-floating .body-inner .guten-button{transition:all .4s ease;opacity:0;visibility:hidden}.gutenverse-image-box.style-floating:hover .body-inner{height:220px}.gutenverse-image-box.style-floating:hover .body-inner .body-description,.gutenverse-image-box.style-floating:hover .body-inner .guten-button{opacity:1;visibility:visible}.gutenverse-image-box .border-bottom{position:absolute;left:0;right:0;bottom:0;overflow:hidden;width:100%;height:5px}.gutenverse-image-box .border-bottom .animated{z-index:3;width:100%;height:5px;background-color:#d8a600}.gutenverse-image-box .border-bottom .left{animation-name:slideInLeft}.gutenverse-image-box .border-bottom .right{animation-name:slideInRight}.gutenverse-image-box:hover .border-bottom .left{animation-name:slideOutRight}.gutenverse-image-box:hover .border-bottom .right{animation-name:slideOutLeft}.guten-nav-menu .gutenverse-hamburger-wrapper{display:flex}.guten-nav-menu .gutenverse-hamburger-menu{display:none;color:var(--guten-base-color);border:solid 1px var(--guten-border-color);background-color:var(--guten-border-color);padding:25px 40px 25px 40px;cursor:pointer;z-index:100}.guten-nav-menu .gutenverse-menu-wrapper{z-index:1000}.guten-nav-menu .gutenverse-menu-wrapper .gutenverse-nav-identity-panel .gutenverse-nav-site-title{display:none}.guten-nav-menu .gutenverse-menu-wrapper .gutenverse-nav-identity-panel .gutenverse-nav-site-title .gutenverse-nav-logo{margin:5px 0px 5px 0px;padding:5px 5px 5px 5px;display:block}.guten-nav-menu .gutenverse-menu-wrapper .gutenverse-nav-identity-panel .gutenverse-nav-site-title .gutenverse-nav-logo img{max-width:120px;height:auto}.guten-nav-menu .gutenverse-menu-wrapper .gutenverse-nav-identity-panel .gutenverse-close-menu{float:right;display:none;color:var(--guten-base-color);border:solid 1px var(--guten-border-color);background:var(--guten-border-color);padding:8px 8px 8px 8px;margin:12px 12px 12px 12px;width:45px;border-radius:3px;position:relative;z-index:10;cursor:pointer}.guten-nav-menu .gutenverse-menu-wrapper .gutenverse-menu,.guten-nav-menu .gutenverse-menu-wrapper .gutenverse-menu>ul{display:flex;padding-left:0;margin-bottom:0;list-style:none;margin-left:0;margin:0;align-items:center}.guten-nav-menu .gutenverse-menu-wrapper .gutenverse-menu>li,.guten-nav-menu .gutenverse-menu-wrapper .gutenverse-menu>ul>li{margin:0;padding:0;list-style:none}.guten-nav-menu .gutenverse-menu-wrapper .gutenverse-menu>li>a,.guten-nav-menu .gutenverse-menu-wrapper .gutenverse-menu>ul>li>a{color:#707070;padding:0px 15px 0px 15px;font-size:15px;transition:all .4s ease;text-transform:none;font-weight:500;letter-spacing:normal;display:flex;align-items:center;text-decoration:none}.guten-nav-menu .gutenverse-menu-wrapper .gutenverse-menu li,.guten-nav-menu .gutenverse-menu-wrapper .gutenverse-menu>ul li{position:relative;display:flex}.guten-nav-menu .gutenverse-menu-wrapper .gutenverse-menu li a,.guten-nav-menu .gutenverse-menu-wrapper .gutenverse-menu>ul li a{padding:15px 15px 15px 15px;color:#000;font-size:14px;font-weight:400;width:100%}.guten-nav-menu .gutenverse-menu-wrapper .gutenverse-menu li.menu-item-has-children .sub-menu,.guten-nav-menu .gutenverse-menu-wrapper .gutenverse-menu>ul li.menu-item-has-children .sub-menu{box-shadow:0 10px 30px 0 rgba(45,45,45,.2);background:var(--guten-bg-color);position:absolute;top:100%;left:0;max-height:none;margin:0px}.guten-nav-menu .gutenverse-menu-wrapper .gutenverse-menu li.menu-item-has-children:hover>.sub-menu,.guten-nav-menu .gutenverse-menu-wrapper .gutenverse-menu>ul li.menu-item-has-children:hover>.sub-menu{opacity:1;visibility:visible}.guten-nav-menu .gutenverse-menu-wrapper .gutenverse-menu li.menu-item-has-children>a i,.guten-nav-menu .gutenverse-menu-wrapper .gutenverse-menu>ul li.menu-item-has-children>a i{margin-left:5px}.guten-nav-menu .gutenverse-menu-wrapper .gutenverse-menu .sub-menu,.guten-nav-menu .gutenverse-menu-wrapper .gutenverse-menu>ul .sub-menu{border-radius:0px 0px 0px 0px;padding:0px 0px 0px 0px;list-style:none;transition:all .4s ease;opacity:0;visibility:hidden;z-index:1000}.guten-nav-menu .gutenverse-menu-wrapper .gutenverse-menu .sub-menu>li>.sub-menu,.guten-nav-menu .gutenverse-menu-wrapper .gutenverse-menu>ul .sub-menu>li>.sub-menu{left:100%;top:0}@media screen and (max-width: 780px){.guten-nav-menu.break-point-tablet .gutenverse-hamburger-menu{display:block}.guten-nav-menu.break-point-tablet .gutenverse-menu-wrapper{width:100%;max-width:360px;border-radius:0px 0px 0px 0px;background-color:#f7f7f7;width:100%;position:fixed;top:0;left:-110%;height:100% !important;box-shadow:0 10px 30px 0 rgba(255,165,0,0);overflow-y:auto;overflow-x:hidden;display:flex;flex-direction:column-reverse;justify-content:flex-end;transition:left .6s cubic-bezier(0.6, 0.1, 0.68, 0.53)}.guten-nav-menu.break-point-tablet .gutenverse-menu-wrapper.active{left:0}.guten-nav-menu.break-point-tablet .gutenverse-menu-wrapper .gutenverse-menu-container{overflow-y:scroll}.guten-nav-menu.break-point-tablet .gutenverse-menu-wrapper .gutenverse-nav-identity-panel{padding:10px 0px 10px 0px;display:block;position:relative;z-index:5;width:100%}.guten-nav-menu.break-point-tablet .gutenverse-menu-wrapper .gutenverse-nav-identity-panel .gutenverse-nav-site-title{display:inline-block}.guten-nav-menu.break-point-tablet .gutenverse-menu-wrapper .gutenverse-nav-identity-panel .gutenverse-close-menu{display:block}.guten-nav-menu.break-point-tablet .gutenverse-menu-wrapper .gutenverse-menu,.guten-nav-menu.break-point-tablet .gutenverse-menu-wrapper .gutenverse-menu>ul{display:block;overflow-y:auto}.guten-nav-menu.break-point-tablet .gutenverse-menu-wrapper .gutenverse-menu li.menu-item-has-children>a i,.guten-nav-menu.break-point-tablet .gutenverse-menu-wrapper .gutenverse-menu>ul li.menu-item-has-children>a i{margin-left:auto;padding:4px 15px;border:1px solid var(--guten-border-color);border-radius:3px}.guten-nav-menu.break-point-tablet .gutenverse-menu-wrapper .gutenverse-menu li.menu-item-has-children .sub-menu,.guten-nav-menu.break-point-tablet .gutenverse-menu-wrapper .gutenverse-menu>ul li.menu-item-has-children .sub-menu{position:inherit;box-shadow:none !important;background:none}.guten-nav-menu.break-point-tablet .gutenverse-menu-wrapper .gutenverse-menu li,.guten-nav-menu.break-point-tablet .gutenverse-menu-wrapper .gutenverse-menu>ul li{display:block;width:100%;position:inherit}.guten-nav-menu.break-point-tablet .gutenverse-menu-wrapper .gutenverse-menu li .sub-menu,.guten-nav-menu.break-point-tablet .gutenverse-menu-wrapper .gutenverse-menu>ul li .sub-menu{display:none;max-height:2500px;opacity:0;visibility:hidden;transition:max-height 5s ease-out}.guten-nav-menu.break-point-tablet .gutenverse-menu-wrapper .gutenverse-menu li .sub-menu.dropdown-open,.guten-nav-menu.break-point-tablet .gutenverse-menu-wrapper .gutenverse-menu>ul li .sub-menu.dropdown-open{display:block;opacity:1;visibility:visible}.guten-nav-menu.break-point-tablet .gutenverse-menu-wrapper .gutenverse-menu li a,.guten-nav-menu.break-point-tablet .gutenverse-menu-wrapper .gutenverse-menu>ul li a{display:block}.guten-nav-menu.break-point-tablet .gutenverse-menu-wrapper .gutenverse-menu li a i,.guten-nav-menu.break-point-tablet .gutenverse-menu-wrapper .gutenverse-menu>ul li a i{float:right}}@media screen and (min-width: 781px){.guten-nav-menu.break-point-tablet .gutenverse-menu-wrapper .gutenverse-menu-container{height:auto}}@media screen and (max-width: 425px){.guten-nav-menu.break-point-mobile .gutenverse-hamburger-menu{display:block}.guten-nav-menu.break-point-mobile .gutenverse-menu-wrapper{width:100%;max-width:360px;border-radius:0px 0px 0px 0px;background-color:#f7f7f7;position:fixed;top:0;left:-110%;height:100% !important;box-shadow:0 10px 30px 0 rgba(255,165,0,0);overflow-y:auto;overflow-x:hidden;display:flex;flex-direction:column-reverse;justify-content:flex-end;transition:left .6s cubic-bezier(0.6, 0.1, 0.68, 0.53)}.guten-nav-menu.break-point-mobile .gutenverse-menu-wrapper.active{left:0}.guten-nav-menu.break-point-mobile .gutenverse-menu-wrapper .gutenverse-menu-container{overflow-y:scroll}.guten-nav-menu.break-point-mobile .gutenverse-menu-wrapper .gutenverse-nav-identity-panel{padding:10px 0px 10px 0px;display:block;position:relative;z-index:5;width:100%}.guten-nav-menu.break-point-mobile .gutenverse-menu-wrapper .gutenverse-nav-identity-panel .gutenverse-nav-site-title{display:inline-block}.guten-nav-menu.break-point-mobile .gutenverse-menu-wrapper .gutenverse-nav-identity-panel .gutenverse-close-menu{display:block}.guten-nav-menu.break-point-mobile .gutenverse-menu-wrapper .gutenverse-menu,.guten-nav-menu.break-point-mobile .gutenverse-menu-wrapper .gutenverse-menu>ul{display:block;overflow-y:auto}.guten-nav-menu.break-point-mobile .gutenverse-menu-wrapper .gutenverse-menu li.menu-item-has-children>a i,.guten-nav-menu.break-point-mobile .gutenverse-menu-wrapper .gutenverse-menu>ul li.menu-item-has-children>a i{margin-left:auto;padding:4px 15px;border:1px solid var(--guten-border-color);border-radius:3px}.guten-nav-menu.break-point-mobile .gutenverse-menu-wrapper .gutenverse-menu li.menu-item-has-children .sub-menu,.guten-nav-menu.break-point-mobile .gutenverse-menu-wrapper .gutenverse-menu>ul li.menu-item-has-children .sub-menu{position:inherit;box-shadow:none;background:none}.guten-nav-menu.break-point-mobile .gutenverse-menu-wrapper .gutenverse-menu li,.guten-nav-menu.break-point-mobile .gutenverse-menu-wrapper .gutenverse-menu>ul li{display:block;width:100%;position:inherit}.guten-nav-menu.break-point-mobile .gutenverse-menu-wrapper .gutenverse-menu li .sub-menu,.guten-nav-menu.break-point-mobile .gutenverse-menu-wrapper .gutenverse-menu>ul li .sub-menu{display:none;max-height:2500px;opacity:0;visibility:hidden;transition:max-height 5s ease-out}.guten-nav-menu.break-point-mobile .gutenverse-menu-wrapper .gutenverse-menu li .sub-menu.dropdown-open,.guten-nav-menu.break-point-mobile .gutenverse-menu-wrapper .gutenverse-menu>ul li .sub-menu.dropdown-open{display:block;opacity:1;visibility:visible}.guten-nav-menu.break-point-mobile .gutenverse-menu-wrapper .gutenverse-menu li a,.guten-nav-menu.break-point-mobile .gutenverse-menu-wrapper .gutenverse-menu>ul li a{display:block}.guten-nav-menu.break-point-mobile .gutenverse-menu-wrapper .gutenverse-menu li a i,.guten-nav-menu.break-point-mobile .gutenverse-menu-wrapper .gutenverse-menu>ul li a i{float:right}}@media screen and (min-width: 425px){.guten-nav-menu.break-point-mobile .gutenverse-menu-wrapper .gutenverse-menu-container{height:auto}}.guten-testimonials{line-height:1.4em}.guten-testimonials .swiper-container{padding:20px 5px;width:calc(100% + 10px);margin-left:-10px;overflow:hidden}.guten-testimonials .swiper-wrapper{height:auto}.guten-testimonials .icon-content,.guten-testimonials .comment-bio,.guten-testimonials .comment-content,.guten-testimonials .profile-info,.guten-testimonials .rating-stars{position:relative;z-index:2}.guten-testimonials.guten-element p{margin-top:10px}.guten-testimonials .tns-nav{text-align:center}.guten-testimonials .tns-nav button{width:9px;height:9px;padding:0;margin:0 5px;border-radius:50%;background:var(--guten-txt-m-color);border:0}.guten-testimonials .tns-nav button.tns-nav-active{background:var(--guten-txt-color)}.guten-testimonials .tns-controls button{color:var(--guten-txt-color);border:0px;background:none}.guten-testimonials .tns-controls button i{transition:all .25s ease}.guten-testimonials.arrow-bottom-middle .tns-controls{text-align:center}.guten-testimonials.arrow-bottom-middle .tns-controls button[data-controls=prev],.guten-testimonials.arrow-bottom-middle .tns-controls button[data-controls=next]{color:var(--guten-txt-color);display:inline-block;margin:0;padding:0}.guten-testimonials.arrow-bottom-edge .tns-controls button[data-controls=next]{display:inline-block;position:absolute;right:0}.guten-testimonials.arrow-middle-edge .tns-controls button{display:inline-block;position:absolute;top:50%;transform:translate(0%, -50%);z-index:2}.guten-testimonials.arrow-middle-edge .tns-controls button[data-controls=prev]{left:0}.guten-testimonials.arrow-middle-edge .tns-controls button[data-controls=next]{right:0}.guten-testimonials.arrow-top-right .tns-controls{text-align:right}.guten-testimonials.arrow-top-right .tns-controls button[data-controls=prev],.guten-testimonials.arrow-top-right .tns-controls button[data-controls=next]{color:var(--guten-txt-color);display:inline-block;margin:0;padding:0}.guten-testimonials.arrow-top-left .tns-controls{text-align:left}.guten-testimonials.arrow-top-left .tns-controls button[data-controls=prev],.guten-testimonials.arrow-top-left .tns-controls button[data-controls=next]{color:var(--guten-txt-color);display:inline-block;margin:0;padding:0}.guten-testimonials.style-1 .testimonial-box{padding:40px 40px 20px 40px;box-shadow:0px 3px 10px 0px rgba(0,0,0,.16);border-radius:10px;position:relative;margin-top:25px;margin-bottom:105px;margin-left:3px;margin-right:3px}.guten-testimonials.style-1 .testimonial-slider{overflow:hidden}.guten-testimonials.style-1 .testimonial-slider.hover-from-bottom:before,.guten-testimonials.style-1 .testimonial-slider.hover-from-top:before,.guten-testimonials.style-1 .testimonial-slider.hover-from-left:before,.guten-testimonials.style-1 .testimonial-slider.hover-from-right:before{left:0;bottom:0;right:0;top:0}.guten-testimonials.style-1 .testimonial-slider.hover-from-bottom:before,.guten-testimonials.style-1 .testimonial-slider.hover-from-top:before{transform:scaleY(0)}.guten-testimonials.style-1 .testimonial-slider.hover-from-left:before,.guten-testimonials.style-1 .testimonial-slider.hover-from-right:before{transform:scaleX(0)}.guten-testimonials.style-1 .testimonial-slider.hover-from-top:before{transform-origin:top}.guten-testimonials.style-1 .testimonial-slider.hover-from-bottom:before{transform-origin:bottom}.guten-testimonials.style-1 .testimonial-slider.hover-from-left:before{transform-origin:left}.guten-testimonials.style-1 .testimonial-slider.hover-from-right:before{transform-origin:right}.guten-testimonials.style-1 .testimonial-slider.hover-from-bottom:hover:before,.guten-testimonials.style-1 .testimonial-slider.hover-from-top:hover:before{transform:scaleY(1)}.guten-testimonials.style-1 .testimonial-slider.hover-from-left:hover:before,.guten-testimonials.style-1 .testimonial-slider.hover-from-right:hover:before{transform:scaleX(1)}.guten-testimonials.style-1 .icon-content{position:static;font-size:40px;color:var(--guten-txt-m-color);display:inline-flex}.guten-testimonials.style-1 .icon-content.quote-override{position:absolute !important;top:0;left:0}.guten-testimonials.style-1 p{color:var(--guten-txt-m-color);font-size:15px;margin-bottom:35px;position:relative;z-index:2}.guten-testimonials.style-1 .comment-bio{position:absolute;left:0;bottom:-120px;width:100%;text-align:center;z-index:5}.guten-testimonials.style-1 .profile-image{display:inline-flex;border-radius:50%}.guten-testimonials.style-1 .profile-image img{max-width:100%;border-radius:inherit;width:60px;height:60px;-o-object-fit:cover;object-fit:cover}.guten-testimonials.style-1 .profile-name{display:block;color:var(--guten-txt-h-color)}.guten-testimonials.style-1 .profile-des{color:var(--guten-txt-m-color);font-size:.75rem}.guten-testimonials.style-1 .rating-stars{margin:0px;padding:0px}.guten-testimonials.style-1 .rating-stars li{display:inline-block;color:#ffc402}.guten-testimonials.style-1 .rating-stars li:not(:last-child){margin-right:5px}.guten-testimonials.style-2 .testimonial-box{padding:40px 40px 20px 40px;box-shadow:0px 3px 10px 0px rgba(0,0,0,.16);border-radius:10px;position:relative}.guten-testimonials.style-2 .bio-details{display:flex;align-items:flex-start}.guten-testimonials.style-2 .comment-header{display:flex;align-items:center;justify-content:space-between}.guten-testimonials.style-2 .comment-header .rating-stars{margin:0px;margin-bottom:15px;padding:0px}.guten-testimonials.style-2 .comment-header .rating-stars li{display:inline-block;color:#ffc402}.guten-testimonials.style-2 .comment-header .rating-stars li:not(:last-child){margin-right:5px}.guten-testimonials.style-2 .comment-bio{display:flex;justify-content:space-between;align-items:center;display:flex;justify-content:space-between}.guten-testimonials.style-2 .profile-image{margin-right:20px;margin-bottom:0px;display:inline-flex;border-radius:50%}.guten-testimonials.style-2 .profile-image img{max-width:100%;border-radius:inherit;width:60px;height:60px;-o-object-fit:cover;object-fit:cover}.guten-testimonials.style-2 .profile-info{text-align:left}.guten-testimonials.style-2 .profile-name{display:block;font-size:15px;color:var(--guten-txt-h-color)}.guten-testimonials.style-2 .profile-des{color:var(--guten-txt-m-color);font-size:.75rem}.guten-testimonials.style-2 .icon-content{position:static;font-size:40px;color:#d5d5d7;line-height:1;display:inline-flex}.guten-testimonials.style-2 .icon-content.quote-override{position:absolute !important;top:0;left:0}.guten-testimonials.style-2 .comment-content{position:relative;margin-top:30px;margin-bottom:30px;z-index:2}.guten-testimonials.style-2 .comment-content p{color:var(--guten-txt-m-color)}.guten-testimonials.style-3 .testimonial-box{padding:40px 40px 20px 40px;box-shadow:0px 3px 10px 0px rgba(0,0,0,.16);border-radius:10px;position:relative}.guten-testimonials.style-3 .icon-content{margin-bottom:23px;position:absolute;right:20px;top:20px;font-size:40px;color:var(--guten-txt-m-color);line-height:1;z-index:1;display:inline-flex}.guten-testimonials.style-3 .icon-content.quote-override{position:absolute !important;top:0;left:0}.guten-testimonials.style-3 .comment-bio{text-align:center;margin-bottom:20px}.guten-testimonials.style-3 .profile-image{display:inline-flex;border-radius:50%}.guten-testimonials.style-3 .profile-image img{max-width:100%;border-radius:inherit;width:60px;height:60px;-o-object-fit:cover;object-fit:cover}.guten-testimonials.style-3 .comment-content p{margin-bottom:35px;color:rgba(0,0,0,.5);font-size:15px}.guten-testimonials.style-3 .profile-name{display:block;font-size:15px;color:var(--guten-txt-h-color)}.guten-testimonials.style-3 .profile-des{color:var(--guten-txt-m-color);font-size:.75rem}.guten-testimonials.style-3 .rating-stars{margin:0px;padding:0px;text-align:center;margin-bottom:15px}.guten-testimonials.style-3 .rating-stars li{display:inline-block;color:#ffc402}.guten-testimonials.style-3 .rating-stars li:not(:last-child){margin-right:5px}.guten-testimonials.style-4 .testimonial-box{padding:40px 40px 20px 40px;box-shadow:0px 3px 10px 0px rgba(0,0,0,.16);border-radius:10px;position:relative}.guten-testimonials.style-4 .icon-content{margin-bottom:23px;position:absolute;right:20px;top:20px;font-size:40px;color:var(--guten-txt-m-color);line-height:1;z-index:1;display:inline-flex}.guten-testimonials.style-4 .icon-content.quote-override{position:absolute !important;top:0;left:0}.guten-testimonials.style-4 .comment-bio{text-align:center;margin-bottom:20px}.guten-testimonials.style-4 .profile-image{display:inline-flex;border-radius:50%}.guten-testimonials.style-4 .profile-image img{max-width:100%;border-radius:inherit;width:60px;height:60px;-o-object-fit:cover;object-fit:cover}.guten-testimonials.style-4 .profile-name{display:block;font-size:15px;color:var(--guten-txt-h-color)}.guten-testimonials.style-4 .profile-des{color:var(--guten-txt-m-color);font-size:.75rem}.guten-testimonials.style-4 .rating-stars{margin:0px;padding:0px;text-align:center;margin-bottom:15px}.guten-testimonials.style-4 .rating-stars li{display:inline-block;color:#ffc402}.guten-testimonials.style-4 .rating-stars li:not(:last-child){margin-right:5px}.guten-testimonials.style-4 .comment-content p{margin-bottom:35px;color:rgba(0,0,0,.5);font-size:15px}.guten-testimonials:not(.style-1) .testimonial-box{overflow:hidden}.guten-video{text-align:center;padding:10px 0;margin:0 auto}.guten-video .guten-caption{display:block}.guten-video video{width:100%}.guten-video .guten-video-background,.guten-video .video{margin:0 auto}.guten-video .title{margin:0}.guten-video .video-url-wrapper{width:100%}.guten-video .video-url-wrapper .back{position:absolute;top:0;left:0;cursor:pointer}.guten-video .video-url-wrapper span,.guten-video .video-url-wrapper button{display:block;margin:20px auto 0}.guten-video .upload-mode{display:flex;justify-content:center;margin-top:10px}.guten-video .upload-mode>div{background-color:var(--guten-wp-color);padding:4px 12px;margin:10px;border-radius:4px;cursor:pointer;color:var(--guten-btn-txt-color)}.guten-video .upload-mode>div i{margin-right:8px}.guten-video .video-icons{display:flex;justify-content:center}.guten-video .video-icons .video-icon{width:48px;height:48px;padding:6px;margin:0 12px;text-align:center}.guten-video .video-icons .video-icon.youtube i{color:#c11}.guten-video .video-icons .video-icon.twitch i{color:#6441a5}.guten-video .video-icons .video-icon i{color:#2271b1;font-size:24px;line-height:12px;transform:translateY(50%)}.guten-client-logo{position:relative;width:100%}.guten-client-logo .swiper-wrapper{height:auto}.guten-client-logo .swiper-container{overflow:hidden}.guten-client-logo .swiper-container .image-list{display:flex;align-items:center;justify-content:center}.guten-client-logo .swiper-container .image-list:hover .content-image .hover-image{opacity:1;transition:opacity .25s ease-in-out 0s}.guten-client-logo .swiper-container .content-image{position:relative;line-height:0;width:100%;text-align:center}.guten-client-logo .swiper-container .content-image .main-image{height:auto;width:100%;box-sizing:border-box}.guten-client-logo .swiper-container .content-image .hover-image{position:absolute;left:0px;top:50%;transform:translateY(-50%);opacity:0;height:auto;width:100%}.guten-client-logo .swiper-container .content-image:hover .main-image{opacity:0;visibility:hidden;transition:all .25s ease}.guten-form-builder.pinned{position:sticky}.guten-form-builder.pinned.fixed{position:fixed}.guten-form-builder.pinned.sticky-top{top:0}.guten-form-builder.pinned.sticky-bottom{bottom:0}.guten-form-builder .form-notification{width:100%}.guten-form-builder .form-notification .notification-body{text-align:center;padding:10px;margin-bottom:10px}.guten-form-builder .form-notification .notification-body.guten-success{color:#4f8a10;background-color:#dff2bf}.guten-form-builder .form-notification .notification-body.guten-error{color:#d8000c;background-color:#ffd2d2}.flatpickr-calendar{background:transparent;opacity:0;display:none;text-align:center;visibility:hidden;padding:0;animation:none;direction:ltr;border:0;font-size:14px;line-height:24px;border-radius:5px;position:absolute;width:307.875px;box-sizing:border-box;touch-action:manipulation;background:#fff;box-shadow:1px 0 0 #e6e6e6,-1px 0 0 #e6e6e6,0 1px 0 #e6e6e6,0 -1px 0 #e6e6e6,0 3px 13px rgba(0, 0, 0, 0.08)}.flatpickr-calendar.open,.flatpickr-calendar.inline{opacity:1;max-height:640px;visibility:visible}.flatpickr-calendar.open{display:inline-block;z-index:99999}.flatpickr-calendar.animate.open{animation:fpFadeInDown 300ms cubic-bezier(0.23, 1, 0.32, 1)}.flatpickr-calendar.inline{display:block;position:relative;top:2px}.flatpickr-calendar.static{position:absolute;top:calc(100% + 2px)}.flatpickr-calendar.static.open{z-index:999;display:block}.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+1) .flatpickr-day.inRange:nth-child(7n+7){box-shadow:none !important}.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+2) .flatpickr-day.inRange:nth-child(7n+1){box-shadow:-2px 0 0 #e6e6e6,5px 0 0 #e6e6e6}.flatpickr-calendar .hasWeeks .dayContainer,.flatpickr-calendar .hasTime .dayContainer{border-bottom:0;border-bottom-right-radius:0;border-bottom-left-radius:0}.flatpickr-calendar .hasWeeks .dayContainer{border-left:0}.flatpickr-calendar.hasTime .flatpickr-time{height:40px;border-top:1px solid #e6e6e6}.flatpickr-calendar.noCalendar.hasTime .flatpickr-time{height:auto}.flatpickr-calendar:before,.flatpickr-calendar:after{position:absolute;display:block;pointer-events:none;border:solid transparent;content:"";height:0;width:0;left:22px}.flatpickr-calendar.rightMost:before,.flatpickr-calendar.arrowRight:before,.flatpickr-calendar.rightMost:after,.flatpickr-calendar.arrowRight:after{left:auto;right:22px}.flatpickr-calendar.arrowCenter:before,.flatpickr-calendar.arrowCenter:after{left:50%;right:50%}.flatpickr-calendar:before{border-width:5px;margin:0 -5px}.flatpickr-calendar:after{border-width:4px;margin:0 -4px}.flatpickr-calendar.arrowTop:before,.flatpickr-calendar.arrowTop:after{bottom:100%}.flatpickr-calendar.arrowTop:before{border-bottom-color:#e6e6e6}.flatpickr-calendar.arrowTop:after{border-bottom-color:#fff}.flatpickr-calendar.arrowBottom:before,.flatpickr-calendar.arrowBottom:after{top:100%}.flatpickr-calendar.arrowBottom:before{border-top-color:#e6e6e6}.flatpickr-calendar.arrowBottom:after{border-top-color:#fff}.flatpickr-calendar:focus{outline:0}.flatpickr-wrapper{position:relative;display:inline-block}.flatpickr-months{display:flex}.flatpickr-months .flatpickr-month{background:transparent;color:rgba(0, 0, 0, 0.9);fill:rgba(0, 0, 0, 0.9);height:34px;line-height:1;text-align:center;position:relative;-webkit-user-select:none;-moz-user-select:none;user-select:none;overflow:hidden;flex:1}.flatpickr-months .flatpickr-prev-month,.flatpickr-months .flatpickr-next-month{-webkit-user-select:none;-moz-user-select:none;user-select:none;text-decoration:none;cursor:pointer;position:absolute;top:0;height:34px;padding:10px;z-index:3;color:rgba(0, 0, 0, 0.9);fill:rgba(0, 0, 0, 0.9)}.flatpickr-months .flatpickr-prev-month.flatpickr-disabled,.flatpickr-months .flatpickr-next-month.flatpickr-disabled{display:none}.flatpickr-months .flatpickr-prev-month i,.flatpickr-months .flatpickr-next-month i{position:relative}.flatpickr-months .flatpickr-prev-month.flatpickr-prev-month,.flatpickr-months .flatpickr-next-month.flatpickr-prev-month{left:0}.flatpickr-months .flatpickr-prev-month.flatpickr-next-month,.flatpickr-months .flatpickr-next-month.flatpickr-next-month{right:0}.flatpickr-months .flatpickr-prev-month:hover,.flatpickr-months .flatpickr-next-month:hover{color:#959ea9}.flatpickr-months .flatpickr-prev-month:hover svg,.flatpickr-months .flatpickr-next-month:hover svg{fill:#f64747}.flatpickr-months .flatpickr-prev-month svg,.flatpickr-months .flatpickr-next-month svg{width:14px;height:14px}.flatpickr-months .flatpickr-prev-month svg path,.flatpickr-months .flatpickr-next-month svg path{transition:fill .1s;fill:inherit}.numInputWrapper{position:relative;height:auto}.numInputWrapper input,.numInputWrapper span{display:inline-block}.numInputWrapper input{width:100%}.numInputWrapper input::-ms-clear{display:none}.numInputWrapper input::-webkit-outer-spin-button,.numInputWrapper input::-webkit-inner-spin-button{margin:0;-webkit-appearance:none}.numInputWrapper span{position:absolute;right:0;width:14px;padding:0 4px 0 2px;height:50%;line-height:50%;opacity:0;cursor:pointer;border:1px solid rgba(57, 57, 57, 0.15);box-sizing:border-box}.numInputWrapper span:hover{background:rgba(0, 0, 0, 0.1)}.numInputWrapper span:active{background:rgba(0, 0, 0, 0.2)}.numInputWrapper span:after{display:block;content:"";position:absolute}.numInputWrapper span.arrowUp{top:0;border-bottom:0}.numInputWrapper span.arrowUp:after{border-left:4px solid transparent;border-right:4px solid transparent;border-bottom:4px solid rgba(57, 57, 57, 0.6);top:26%}.numInputWrapper span.arrowDown{top:50%}.numInputWrapper span.arrowDown:after{border-left:4px solid transparent;border-right:4px solid transparent;border-top:4px solid rgba(57, 57, 57, 0.6);top:40%}.numInputWrapper span svg{width:inherit;height:auto}.numInputWrapper span svg path{fill:rgba(0, 0, 0, 0.5)}.numInputWrapper:hover{background:rgba(0, 0, 0, 0.05)}.numInputWrapper:hover span{opacity:1}.flatpickr-current-month{font-size:135%;line-height:inherit;font-weight:300;color:inherit;position:absolute;width:75%;left:12.5%;padding:7.48px 0 0 0;line-height:1;height:34px;display:inline-block;text-align:center;transform:translate3d(0, 0, 0)}.flatpickr-current-month span.cur-month{font-family:inherit;font-weight:700;color:inherit;display:inline-block;margin-left:.5ch;padding:0}.flatpickr-current-month span.cur-month:hover{background:rgba(0, 0, 0, 0.05)}.flatpickr-current-month .numInputWrapper{width:6ch;width:7ch\0 ;display:inline-block}.flatpickr-current-month .numInputWrapper span.arrowUp:after{border-bottom-color:rgba(0, 0, 0, 0.9)}.flatpickr-current-month .numInputWrapper span.arrowDown:after{border-top-color:rgba(0, 0, 0, 0.9)}.flatpickr-current-month input.cur-year{background:transparent;box-sizing:border-box;color:inherit;cursor:text;padding:0 0 0 .5ch;margin:0;display:inline-block;font-size:inherit;font-family:inherit;font-weight:300;line-height:inherit;height:auto;border:0;border-radius:0;vertical-align:initial;-webkit-appearance:textfield;-moz-appearance:textfield;appearance:textfield}.flatpickr-current-month input.cur-year:focus{outline:0}.flatpickr-current-month input.cur-year[disabled],.flatpickr-current-month input.cur-year[disabled]:hover{font-size:100%;color:rgba(0, 0, 0, 0.5);background:transparent;pointer-events:none}.flatpickr-current-month .flatpickr-monthDropdown-months{appearance:menulist;background:transparent;border:none;border-radius:0;box-sizing:border-box;color:inherit;cursor:pointer;font-size:inherit;font-family:inherit;font-weight:300;height:auto;line-height:inherit;margin:-1px 0 0 0;outline:none;padding:0 0 0 .5ch;position:relative;vertical-align:initial;-webkit-box-sizing:border-box;-webkit-appearance:menulist;-moz-appearance:menulist;width:auto}.flatpickr-current-month .flatpickr-monthDropdown-months:focus,.flatpickr-current-month .flatpickr-monthDropdown-months:active{outline:none}.flatpickr-current-month .flatpickr-monthDropdown-months:hover{background:rgba(0, 0, 0, 0.05)}.flatpickr-current-month .flatpickr-monthDropdown-months .flatpickr-monthDropdown-month{background-color:transparent;outline:none;padding:0}.flatpickr-weekdays{background:transparent;text-align:center;overflow:hidden;width:100%;display:flex;align-items:center;height:28px}.flatpickr-weekdays .flatpickr-weekdaycontainer{display:flex;flex:1}span.flatpickr-weekday{cursor:default;font-size:90%;background:transparent;color:rgba(0, 0, 0, 0.54);line-height:1;margin:0;text-align:center;display:block;flex:1;font-weight:bolder}.dayContainer,.flatpickr-weeks{padding:1px 0 0 0}.flatpickr-days{position:relative;overflow:hidden;display:flex;align-items:flex-start;width:307.875px}.flatpickr-days:focus{outline:0}.dayContainer{padding:0;outline:0;text-align:left;width:307.875px;min-width:307.875px;max-width:307.875px;box-sizing:border-box;display:inline-block;display:flex;flex-wrap:wrap;-ms-flex-wrap:wrap;justify-content:space-around;transform:translate3d(0, 0, 0);opacity:1}.dayContainer+.dayContainer{box-shadow:-1px 0 0 #e6e6e6}.flatpickr-day{background:none;border:1px solid transparent;border-radius:150px;box-sizing:border-box;color:#393939;cursor:pointer;font-weight:400;width:14.2857143%;flex-basis:14.2857143%;max-width:39px;height:39px;line-height:39px;margin:0;display:inline-block;position:relative;justify-content:center;text-align:center}.flatpickr-day.inRange,.flatpickr-day.prevMonthDay.inRange,.flatpickr-day.nextMonthDay.inRange,.flatpickr-day.today.inRange,.flatpickr-day.prevMonthDay.today.inRange,.flatpickr-day.nextMonthDay.today.inRange,.flatpickr-day:hover,.flatpickr-day.prevMonthDay:hover,.flatpickr-day.nextMonthDay:hover,.flatpickr-day:focus,.flatpickr-day.prevMonthDay:focus,.flatpickr-day.nextMonthDay:focus{cursor:pointer;outline:0;background:#e6e6e6;border-color:#e6e6e6}.flatpickr-day.today{border-color:#959ea9}.flatpickr-day.today:hover,.flatpickr-day.today:focus{border-color:#959ea9;background:#959ea9;color:#fff}.flatpickr-day.selected,.flatpickr-day.startRange,.flatpickr-day.endRange,.flatpickr-day.selected.inRange,.flatpickr-day.startRange.inRange,.flatpickr-day.endRange.inRange,.flatpickr-day.selected:focus,.flatpickr-day.startRange:focus,.flatpickr-day.endRange:focus,.flatpickr-day.selected:hover,.flatpickr-day.startRange:hover,.flatpickr-day.endRange:hover,.flatpickr-day.selected.prevMonthDay,.flatpickr-day.startRange.prevMonthDay,.flatpickr-day.endRange.prevMonthDay,.flatpickr-day.selected.nextMonthDay,.flatpickr-day.startRange.nextMonthDay,.flatpickr-day.endRange.nextMonthDay{background:#569ff7;box-shadow:none;color:#fff;border-color:#569ff7}.flatpickr-day.selected.startRange,.flatpickr-day.startRange.startRange,.flatpickr-day.endRange.startRange{border-radius:50px 0 0 50px}.flatpickr-day.selected.endRange,.flatpickr-day.startRange.endRange,.flatpickr-day.endRange.endRange{border-radius:0 50px 50px 0}.flatpickr-day.selected.startRange+.endRange:not(:nth-child(7n+1)),.flatpickr-day.startRange.startRange+.endRange:not(:nth-child(7n+1)),.flatpickr-day.endRange.startRange+.endRange:not(:nth-child(7n+1)){box-shadow:-10px 0 0 #569ff7}.flatpickr-day.selected.startRange.endRange,.flatpickr-day.startRange.startRange.endRange,.flatpickr-day.endRange.startRange.endRange{border-radius:50px}.flatpickr-day.inRange{border-radius:0;box-shadow:-5px 0 0 #e6e6e6,5px 0 0 #e6e6e6}.flatpickr-day.flatpickr-disabled,.flatpickr-day.flatpickr-disabled:hover,.flatpickr-day.prevMonthDay,.flatpickr-day.nextMonthDay,.flatpickr-day.notAllowed,.flatpickr-day.notAllowed.prevMonthDay,.flatpickr-day.notAllowed.nextMonthDay{color:rgba(57, 57, 57, 0.3);background:transparent;border-color:transparent;cursor:default}.flatpickr-day.flatpickr-disabled,.flatpickr-day.flatpickr-disabled:hover{cursor:not-allowed;color:rgba(57, 57, 57, 0.1)}.flatpickr-day.week.selected{border-radius:0;box-shadow:-5px 0 0 #569ff7,5px 0 0 #569ff7}.flatpickr-day.hidden{visibility:hidden}.rangeMode .flatpickr-day{margin-top:1px}.flatpickr-weekwrapper{float:left}.flatpickr-weekwrapper .flatpickr-weeks{padding:0 12px;box-shadow:1px 0 0 #e6e6e6}.flatpickr-weekwrapper .flatpickr-weekday{float:none;width:100%;line-height:28px}.flatpickr-weekwrapper span.flatpickr-day,.flatpickr-weekwrapper span.flatpickr-day:hover{display:block;width:100%;max-width:none;color:rgba(57, 57, 57, 0.3);background:transparent;cursor:default;border:none}.flatpickr-innerContainer{display:block;display:flex;box-sizing:border-box;overflow:hidden}.flatpickr-rContainer{display:inline-block;padding:0;box-sizing:border-box}.flatpickr-time{text-align:center;outline:0;display:block;height:0;line-height:40px;max-height:40px;box-sizing:border-box;overflow:hidden;display:flex}.flatpickr-time:after{content:"";display:table;clear:both}.flatpickr-time .numInputWrapper{flex:1;width:40%;height:40px;float:left}.flatpickr-time .numInputWrapper span.arrowUp:after{border-bottom-color:#393939}.flatpickr-time .numInputWrapper span.arrowDown:after{border-top-color:#393939}.flatpickr-time.hasSeconds .numInputWrapper{width:26%}.flatpickr-time.time24hr .numInputWrapper{width:49%}.flatpickr-time input{background:transparent;box-shadow:none;border:0;border-radius:0;text-align:center;margin:0;padding:0;height:inherit;line-height:inherit;color:#393939;font-size:14px;position:relative;box-sizing:border-box;-webkit-appearance:textfield;-moz-appearance:textfield;appearance:textfield}.flatpickr-time input.flatpickr-hour{font-weight:bold}.flatpickr-time input.flatpickr-minute,.flatpickr-time input.flatpickr-second{font-weight:400}.flatpickr-time input:focus{outline:0;border:0}.flatpickr-time .flatpickr-time-separator,.flatpickr-time .flatpickr-am-pm{height:inherit;float:left;line-height:inherit;color:#393939;font-weight:bold;width:2%;-webkit-user-select:none;-moz-user-select:none;user-select:none;align-self:center}.flatpickr-time .flatpickr-am-pm{outline:0;width:18%;cursor:pointer;text-align:center;font-weight:400}.flatpickr-time input:hover,.flatpickr-time .flatpickr-am-pm:hover,.flatpickr-time input:focus,.flatpickr-time .flatpickr-am-pm:focus{background:#eee}.flatpickr-input[readonly]{cursor:pointer}@keyframes fpFadeInDown{from{opacity:0;transform:translate3d(0, -20px, 0)}to{opacity:1;transform:translate3d(0, 0, 0)}}.guten-form-input.input-invalid .choices__inner{border-color:var(--guten-error-text-color)}.guten-form-input .choices__list--multiple .choices__item{color:var(--guten-txt-alt-color)}.guten-form-input .choices{margin-bottom:0}.guten-form-input .choices__inner{background-color:var(--guten-form-bg-color);border-color:var(--guten-form-border-color)}.guten-form-input .choices__input{background-color:var(--guten-form-bg-color);border:none;box-shadow:none;font-size:var(--guten-form-font-size)}.guten-form-input .choices__input:focus{box-shadow:none;border:none}.guten-form-input .choices__input::-moz-placeholder{color:var(--guten-form-placeholder-color)}.guten-form-input .choices__input::placeholder{color:var(--guten-form-placeholder-color)}.guten-form-input .choices__item{color:var(--guten-form-txt-color);font-size:var(--guten-form-font-size)}.guten-form-input .choices__placeholder{color:var(--guten-form-placeholder-color);opacity:1;font-size:var(--guten-form-font-size)}.guten-form-input .choices__button{padding:1px 6px 1px 16px}.guten-form-input .choices__list--single{padding:0}.guten-form-input .gutenverse-input-textarea{height:180px}.guten-form-input.guten-form-input-switch .switch-wrapper input[type=checkbox]{display:none}.guten-form-input.guten-form-input-switch .switch-wrapper .switch{display:inline-block;vertical-align:middle;width:51px;height:24px;border-radius:24px;background:#e4e9f8;position:relative;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;transition:.25s;box-shadow:inset 0 2px 3px rgba(var(--guten-switch-shadow), 0.1)}.guten-form-input.guten-form-input-switch .switch-wrapper input:checked+.switch{background:var(--guten-switch-active)}.guten-form-input.guten-form-input-switch .switch-wrapper .switch::before{content:attr(data-off);font-size:9px;position:absolute;right:7px;top:50%;transform:translate3d(0, -50%, 0);opacity:.6;line-height:1;padding-top:1px}.guten-form-input.guten-form-input-switch .switch-wrapper input:checked+.switch::before{left:11px;right:auto;color:#fff;content:attr(data-on)}.guten-form-input.guten-form-input-switch .switch-wrapper .switch::after{content:"";background:#fff;display:block;width:20px;height:20px;border-radius:50%;position:absolute;top:50%;left:2px;box-shadow:0 1px 3px rgba(var(--guten-switch-shadow), 0.4);transform:translate3d(0, -50%, 0);transition:all 350ms cubic-bezier(0, 0.95, 0.38, 0.98),background 150ms ease}.guten-form-input.guten-form-input-switch .switch-wrapper input:checked+.switch::after{transform:translate3d(27px, -50%, 0)}.guten-form-input-checkbox .main-wrapper .gutenverse-inner-input.default label{display:inline-block}.guten-form-input-checkbox .main-wrapper .gutenverse-inner-input.block label{display:block}.guten-form-input-checkbox .main-wrapper label{display:inline-block;margin-right:15px}.guten-form-input-checkbox .main-wrapper label input[type=checkbox]{display:none}.guten-form-input-checkbox .main-wrapper label .check{display:inline-block;vertical-align:middle;position:relative;cursor:pointer;font-size:15px}.guten-form-input-checkbox .main-wrapper label .check:before{content:"";font-family:"Font Awesome 5 Free" !important;font-size:16px;margin-right:10px}.guten-form-input-checkbox .main-wrapper label input:checked+.check:before{content:"";color:#5f7bff}.guten-form-input-radio .main-wrapper .gutenverse-inner-input.default label{display:inline-block}.guten-form-input-radio .main-wrapper .gutenverse-inner-input.block label{display:block}.guten-form-input-radio .main-wrapper label{display:inline-block;margin-right:15px}.guten-form-input-radio .main-wrapper label input[type=radio]{display:none}.guten-form-input-radio .main-wrapper label .radio{display:inline-block;vertical-align:middle;position:relative;cursor:pointer;font-size:15px}.guten-form-input-radio .main-wrapper label .radio:before{content:"";font-family:"Font Awesome 5 Free" !important;font-size:16px;margin-right:10px}.guten-form-input-radio .main-wrapper label input:checked+.radio:before{content:"";color:#5f7bff}.gutenverse-input-submit-loader,.guten-button.gutenverse-input-submit-loader{display:none}.guten-submit-wrapper{display:flex;flex-wrap:wrap}.guten-form-builder.loading .gutenverse-input-submit{display:none}.guten-form-builder.loading .gutenverse-input-submit-loader,.guten-form-builder.loading .guten-button.gutenverse-input-submit-loader{display:flex}.gutenverse-popup-gallery{position:fixed;height:100%;width:100%;bottom:0;left:0;background-color:rgba(0,0,0,.8);z-index:99999;-webkit-user-select:none;-moz-user-select:none;user-select:none}.gutenverse-popup-gallery.hidden,.gutenverse-popup-gallery .hidden{display:none}.gutenverse-popup-gallery .gallery-header{padding:10px;text-align:right;position:absolute;z-index:100;top:0;left:0;right:0}.gutenverse-popup-gallery .gallery-header svg{cursor:pointer;color:var(--guten-border-color);margin:10px;stroke-width:2}.gutenverse-popup-gallery .gallery-body,.gutenverse-popup-gallery .images,.gutenverse-popup-gallery .swiper-container{height:100%}.gutenverse-popup-gallery .swiper-wrapper{align-items:center}.gutenverse-popup-gallery .swiper-wrapper .swiper-slide{display:flex;align-content:center;align-items:center;justify-content:center}.gutenverse-popup-gallery .swiper-wrapper .swiper-slide .content-image{text-align:center;height:-moz-fit-content;height:fit-content}.gutenverse-popup-gallery .swiper-wrapper .swiper-slide .content-image img{max-height:90vh;max-width:90vw}.gutenverse-popup-gallery .swiper-button-prev:after,.gutenverse-popup-gallery .swiper-button-next:after{font-size:28px;font-weight:bold;color:var(--guten-border-color);padding:10px}.guten-gallery{overflow-wrap:break-word}.guten-gallery.guten-element-hide .gallery-item-wrap{visibility:hidden !important}.guten-gallery:before{content:none}.guten-gallery[data-grid=masonry] .gallery-items .gallery-item-wrap .grid-item .thumbnail-wrap{height:auto}.guten-gallery.layout-card .gallery-items .gallery-item-wrap:hover .grid-item .thumbnail-wrap .style-overlay{visibility:visible}.guten-gallery.layout-card .gallery-items .gallery-item-wrap .grid-item{box-shadow:0px 0px 30px 0px rgba(3,29,60,.05)}.guten-gallery.layout-card .gallery-items .gallery-item-wrap .grid-item .thumbnail-wrap{position:relative}.guten-gallery.layout-card .gallery-items .gallery-item-wrap .grid-item .thumbnail-wrap .style-overlay{visibility:hidden;transition:.5s all ease;display:flex;align-items:center;position:absolute;left:0;top:0;height:100%;width:100%;z-index:10}.guten-gallery .search-filters-wrap{height:55px;border-radius:5px;max-width:600px;margin:15px auto 50px;display:flex;flex-wrap:wrap;align-items:center}.guten-gallery .search-filters-wrap .filter-wrap{position:relative;flex-basis:30%}.guten-gallery .search-filters-wrap .filter-wrap button.search-filter-trigger{color:#7f8995;border:0px solid;border-right:1px solid var(--guten-element-bg-color);width:100%;border-radius:0px;padding:17px 13px;font-size:14px;background:var(--guten-element-lighten-bg-color);height:55px;border-radius:10px 0px 0 10px;outline:none;text-align:center;position:relative}.guten-gallery .search-filters-wrap .filter-wrap ul.search-filter-controls{position:absolute;left:0;background-color:#fff;z-index:999;width:150px;visibility:hidden;opacity:0;transition:300ms;width:100%;border-radius:5px;padding-top:7px;margin:0;padding:0;list-style:none}.guten-gallery .search-filters-wrap .filter-wrap ul.search-filter-controls li:first-child{border-top:0px solid}.guten-gallery .search-filters-wrap .filter-wrap ul.search-filter-controls li{padding:5px 5px 5px 10px;cursor:pointer;transition:300ms;font-size:14px;color:#7f8995;font-weight:normal}.guten-gallery .search-filters-wrap .filter-wrap ul.search-filter-controls li:hover{color:#000}.guten-gallery .search-filters-wrap .filter-wrap ul.search-filter-controls.open-controls{visibility:visible;opacity:1}.guten-gallery .search-filters-wrap .guten-gallery-search-box{background:var(--guten-element-lighten-bg-color);border-radius:0 10px 10px 0;flex-basis:70%;height:100%;margin:0}.guten-gallery .search-filters-wrap .guten-gallery-search-box input[type=text]{width:100%;height:100%;margin:0;padding:15px;font-size:14px;border:0px solid;outline:none;background:none}.guten-gallery .search-filters-wrap .guten-gallery-search-box input[type=text]:focus{border:none;box-shadow:none}.guten-gallery .filter-controls{display:flex;align-items:center;flex-flow:1 1 auto;justify-content:center;flex-flow:row wrap;padding:0px;margin:0px}.guten-gallery .filter-controls ul{margin:0px 0px 20px 0px;padding:0px;text-align:center}.guten-gallery .filter-controls ul li{font-size:13px;line-height:1.8;text-transform:uppercase;letter-spacing:1px;padding:6px 15px;cursor:pointer;margin:0 5px;font-weight:normal;list-style:none;display:inline-block;text-align:center}.guten-gallery .filter-controls ul li.active{background:var(--guten-element-bg-color);border-radius:0px;color:var(--guten-bg-color)}.guten-gallery .gallery-sizer-element{width:8.33333%}.guten-gallery .gallery-items{display:flex;flex-wrap:wrap}.guten-gallery .gallery-items .gallery-item-wrap{width:33.3333333333%}.guten-gallery .gallery-items .gallery-item-wrap.item-hidden{display:none}.guten-gallery .gallery-items .gallery-item-wrap:hover .grid-item .item-hover-bg{background-color:var(--guten-element-darken-bg-color)}.guten-gallery .gallery-items .gallery-item-wrap:hover .grid-item .caption-wrap.style-overlay{visibility:visible;opacity:1}.guten-gallery .gallery-items .gallery-item-wrap:hover .grid-item .caption-wrap.style-overlay.overlay-slide .item-caption-over .item-title,.guten-gallery .gallery-items .gallery-item-wrap:hover .grid-item .caption-wrap.style-overlay.overlay-slide .item-caption-over .item-content,.guten-gallery .gallery-items .gallery-item-wrap:hover .grid-item .caption-wrap.style-overlay.overlay-slide .item-caption-over .item-buttons{transform:translate(0)}.guten-gallery .gallery-items .gallery-item-wrap:hover .grid-item .caption-wrap.style-overlay.overlay-zoom .item-hover-bg,.guten-gallery .gallery-items .gallery-item-wrap:hover .grid-item .caption-wrap.style-overlay.overlay-zoom .item-caption-over{transform:scale(1)}.guten-gallery .gallery-items .gallery-item-wrap:hover .grid-item .caption-wrap.style-overlay.slide-up{animation-name:slideInUp}.guten-gallery .gallery-items .gallery-item-wrap:hover .grid-item .caption-wrap.style-overlay.fade-in{animation-name:fadeIn}@keyframes fadeIn{0%{opacity:0}100%{opacity:1}}.guten-gallery .gallery-items .gallery-item-wrap:hover .grid-item .caption-wrap.style-overlay.zoom-in{animation-name:zoomIn}@keyframes zoomIn{0%{opacity:0;transform:scale3d(0.3, 0.3, 0.3)}50%{opacity:1}}.guten-gallery .gallery-items .gallery-item-wrap:hover .grid-item .caption-wrap.style-overlay.zoom-in .zoomIn{animation-name:zoomIn}.guten-gallery .gallery-items .gallery-item-wrap:hover .grid-item .video-wrap a{font-size:65px;transition:.5s all ease}.guten-gallery .gallery-items .gallery-item-wrap .grid-item{margin:5px;position:relative;overflow:hidden}.guten-gallery .gallery-items .gallery-item-wrap .grid-item .thumbnail-wrap{height:300px;overflow:hidden}.guten-gallery .gallery-items .gallery-item-wrap .grid-item .thumbnail-wrap img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block}.guten-gallery .gallery-items .gallery-item-wrap .grid-item .video-wrap{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);z-index:15}.guten-gallery .gallery-items .gallery-item-wrap .grid-item .video-wrap a{font-size:60px;color:var(--guten-bg-color)}.guten-gallery .gallery-items .gallery-item-wrap .grid-item .caption-category{line-height:normal}.guten-gallery .gallery-items .gallery-item-wrap .grid-item .caption-category span{position:absolute;left:50%;bottom:0;font-size:12px;font-weight:500;transform:translateX(-50%);margin-bottom:15px;border-radius:5px;padding:5px 10px 5px 10px;background-color:var(--guten-selection-bg-color)}.guten-gallery .gallery-items .gallery-item-wrap .grid-item .caption-button{position:absolute;left:50%;top:50%;width:100%;height:auto;text-align:center;transform:translate(-50%, -50%)}.guten-gallery .gallery-items .gallery-item-wrap .grid-item .caption-button .item-buttons .gallery-link{display:inline-block;font-size:16px;margin:0px 7px;cursor:pointer}.guten-gallery .gallery-items .gallery-item-wrap .grid-item .caption-button .item-buttons .gallery-link span{color:var(--guten-element-bg-color);background-color:var(--guten-bg-color);display:block;border-radius:50%;padding:15px;line-height:0}.guten-gallery .gallery-items .gallery-item-wrap .grid-item .caption-wrap{text-align:center}.guten-gallery .gallery-items .gallery-item-wrap .grid-item .caption-wrap .item-caption-over .item-buttons .gallery-link{display:inline-block;font-size:16px;margin:0 7px;cursor:pointer}.guten-gallery .gallery-items .gallery-item-wrap .grid-item .caption-wrap .item-caption-over .item-buttons .gallery-link span{color:var(--guten-element-bg-color);background-color:var(--guten-bg-color);display:block;padding:15px;border-radius:50%;line-height:0}.guten-gallery .gallery-items .gallery-item-wrap .grid-item .caption-wrap .item-hover-bg{position:absolute;left:0;top:0;height:100%;width:100%;content:"";z-index:-1;opacity:.7}.guten-gallery .gallery-items .gallery-item-wrap .grid-item .caption-wrap .caption-head{position:absolute;top:0;left:0;width:100%;display:flex;justify-content:space-between;padding:15px;z-index:3;color:var(--guten-bg-color);font-size:18px;font-weight:700;line-height:normal}.guten-gallery .gallery-items .gallery-item-wrap .grid-item .caption-wrap .caption-head .item-rating li{display:inline-block;list-style:none;margin-right:2px}.guten-gallery .gallery-items .gallery-item-wrap .grid-item .caption-wrap.style-overlay{visibility:hidden;opacity:0;transition:.6s all ease;display:flex;align-items:center;position:absolute;left:0;top:0;height:100%;width:100%;z-index:10}.guten-gallery .gallery-items .gallery-item-wrap .grid-item .caption-wrap.style-overlay.overlay-slide .item-caption-over .item-title{transform:translateY(20px);transition:.5s all ease}.guten-gallery .gallery-items .gallery-item-wrap .grid-item .caption-wrap.style-overlay.overlay-slide .item-caption-over .item-content,.guten-gallery .gallery-items .gallery-item-wrap .grid-item .caption-wrap.style-overlay.overlay-slide .item-caption-over .item-buttons{transform:translateY(40px);transition:.5s all ease}.guten-gallery .gallery-items .gallery-item-wrap .grid-item .caption-wrap.style-overlay.overlay-zoom .item-hover-bg,.guten-gallery .gallery-items .gallery-item-wrap .grid-item .caption-wrap.style-overlay.overlay-zoom .item-caption-over{transform:scale(0.8);transition:.5s all ease}.guten-gallery .gallery-items .gallery-item-wrap .grid-item .caption-wrap.style-overlay.overlay-none .item-hover-bg,.guten-gallery .gallery-items .gallery-item-wrap .grid-item .caption-wrap.style-overlay.overlay-none .item-caption-over{display:none}.guten-gallery .gallery-items .gallery-item-wrap .grid-item .caption-wrap.style-overlay .item-caption-over{width:100%;height:auto}.guten-gallery .gallery-items .gallery-item-wrap .grid-item .caption-wrap.style-overlay .item-caption-over .item-title{color:var(--guten-txt-alt-color);font-size:20px;margin:5px;line-height:1}.guten-gallery .gallery-items .gallery-item-wrap .grid-item .caption-wrap.style-overlay .item-caption-over .item-content{color:var(--guten-txt-alt-color);font-size:12px;font-family:inherit}.guten-gallery .gallery-items .gallery-item-wrap .grid-item .caption-wrap.style-overlay .item-caption-over .item-buttons{color:var(--guten-txt-alt-color);font-size:12px;font-family:inherit}.guten-gallery .gallery-items .gallery-item-wrap .grid-item .caption-wrap.style-card{background-color:var(--guten-element-lighten-bg-color);padding:10px;box-sizing:border-box;font-family:inherit}.guten-gallery .gallery-items .gallery-item-wrap .grid-item .caption-wrap.style-card .item-caption-over .item-title{color:var(--guten-txt-color);font-size:20px;margin:10px 0 10px;line-height:1}.guten-gallery .gallery-items .gallery-item-wrap .grid-item .caption-wrap.style-card .item-caption-over .item-content{color:var(--guten-txt-color);font-size:12px;font-family:inherit}.guten-gallery .load-more-items{display:flex;justify-content:center;text-align:center;margin-top:15px}.guten-gallery .load-more-items a.guten-gallery-load-more{display:flex;align-items:center;align-content:center}.guten-gallery .load-more-items .guten-gallery-load-more{background:var(--guten-btn-bg-color);color:var(--guten-bg-color);padding:10px}.guten-gallery .load-more-items .guten-gallery-load-more .icon-position-before,.guten-gallery .load-more-items .guten-gallery-load-more .icon-position-after{display:flex}@media screen and (min-width: 781px){.guten-gallery.grid-desktop-1 .gallery-items .gallery-item-wrap{width:100%;float:left}}@media screen and (min-width: 781px){.guten-gallery.grid-desktop-2 .gallery-items .gallery-item-wrap{width:50%;float:left}}@media screen and (min-width: 781px){.guten-gallery.grid-desktop-3 .gallery-items .gallery-item-wrap{width:33.3333333333%;float:left}}@media screen and (min-width: 781px){.guten-gallery.grid-desktop-4 .gallery-items .gallery-item-wrap{width:25%;float:left}}@media screen and (min-width: 781px){.guten-gallery.grid-desktop-5 .gallery-items .gallery-item-wrap{width:20%;float:left}}@media screen and (min-width: 781px){.guten-gallery.grid-desktop-6 .gallery-items .gallery-item-wrap{width:16.6666666667%;float:left}}@media screen and (min-width: 426px)and (max-width: 780px){.guten-gallery.grid-tablet-1 .gallery-items .gallery-item-wrap{width:100%;float:left}}@media screen and (min-width: 426px)and (max-width: 780px){.guten-gallery.grid-tablet-2 .gallery-items .gallery-item-wrap{width:50%;float:left}}@media screen and (min-width: 426px)and (max-width: 780px){.guten-gallery.grid-tablet-3 .gallery-items .gallery-item-wrap{width:33.3333333333%;float:left}}@media screen and (min-width: 426px)and (max-width: 780px){.guten-gallery.grid-tablet-4 .gallery-items .gallery-item-wrap{width:25%;float:left}}@media screen and (min-width: 426px)and (max-width: 780px){.guten-gallery.grid-tablet-5 .gallery-items .gallery-item-wrap{width:20%;float:left}}@media screen and (min-width: 426px)and (max-width: 780px){.guten-gallery.grid-tablet-6 .gallery-items .gallery-item-wrap{width:16.6666666667%;float:left}}@media screen and (max-width: 425px){.guten-gallery.grid-mobile-1 .gallery-items .gallery-item-wrap{width:100%;float:left}}@media screen and (max-width: 425px){.guten-gallery.grid-mobile-2 .gallery-items .gallery-item-wrap{width:50%;float:left}}@media screen and (max-width: 425px){.guten-gallery.grid-mobile-3 .gallery-items .gallery-item-wrap{width:33.3333333333%;float:left}}@media screen and (max-width: 425px){.guten-gallery.grid-mobile-4 .gallery-items .gallery-item-wrap{width:25%;float:left}}@media screen and (max-width: 425px){.guten-gallery.grid-mobile-5 .gallery-items .gallery-item-wrap{width:20%;float:left}}@media screen and (max-width: 425px){.guten-gallery.grid-mobile-6 .gallery-items .gallery-item-wrap{width:16.6666666667%;float:left}}.guten-animated-text{display:flex;margin:0}.guten-animated-text .text-content{margin:0}.guten-animated-text.style-zoom .text-content .letter,.guten-animated-text.style-jump .text-content .letter,.guten-animated-text.style-bend .text-content .letter,.guten-animated-text.style-drop .text-content .letter,.guten-animated-text.style-flip .text-content .letter,.guten-animated-text.style-pop .text-content .letter,.guten-animated-text.style-slide .text-content .letter,.guten-animated-text.style-rising .text-content .letter,.guten-animated-text.style-fall .text-content .letter{display:inline-block;line-height:1em}.guten-animated-text.style-jump .text-content,.guten-animated-text.style-bend .text-content,.guten-animated-text.style-drop .text-content,.guten-animated-text.style-flip .text-content{position:relative}.guten-animated-text.style-jump .text-content .text-wrapper,.guten-animated-text.style-bend .text-content .text-wrapper,.guten-animated-text.style-drop .text-content .text-wrapper,.guten-animated-text.style-flip .text-content .text-wrapper{position:relative;display:inline-block;overflow:hidden}.guten-animated-text.style-bend .text-content .letter{transform-origin:0 100%}.guten-animated-text.style-drop .text-content .letter{transform-origin:50% 100%}.guten-animated-text.style-drop .text-content .letter{transform-origin:0 0}.guten-animated-text.style-pop .text-content .text-wrapper{position:relative;display:inline-block;padding-top:.1em;padding-right:.05em;padding-bottom:.15em}.guten-animated-text.style-fall{overflow:hidden}.guten-popup{position:fixed;left:0;right:0;top:0;bottom:0;z-index:99999;visibility:hidden;opacity:0}.guten-popup ::-webkit-scrollbar{width:0px}.guten-popup.show{visibility:visible;opacity:1}.guten-popup:not(.show){display:none}.guten-popup-builder[data-close-overlay=true] .guten-popup-overlay,.guten-popup-builder[data-close-overlay=true] .guten-popup-wrapper{cursor:pointer}.guten-popup .guten-popup-wrapper{width:100%}.guten-popup .guten-popup-overlay{background:rgba(0,0,0,.5);position:absolute;height:100%;width:100%}.guten-popup .guten-popup-wrapper{display:inline-block;position:absolute}.guten-popup .guten-popup-content{background:#fff;width:450px;min-height:50px;max-height:100vh;position:relative;z-index:2;padding:10px;cursor:initial;overflow-y:scroll}.guten-popup .guten-popup-container{display:flex;flex-direction:column}.guten-popup .guten-popup-content-inner{width:100%}.guten-popup .guten-popup-close{position:absolute;z-index:99;color:var(--guten-txt-color);font-size:15px;cursor:pointer;display:flex;background:rgba(255,255,255,.2);padding:3px;border-radius:3px}.guten-popup .guten-popup-close i{font-size:27px;color:var(--guten-txt-color)}.guten-popup-left .guten-popup-content{margin-right:auto}.guten-popup-right .guten-popup-content{margin-left:auto}.guten-popup-center .guten-popup-wrapper{left:50%;transform:translateX(-50%)}.guten-popup-center .guten-popup-content{margin-left:auto;margin-right:auto;overflow-y:unset}.guten-popup-center .guten-popup-wrapper-start{top:0}.guten-popup-center .guten-popup-wrapper-center{top:50%;transform:translate(-50%, -50%)}.guten-popup-center .guten-popup-wrapper-end{bottom:0}.guten-popup-center .guten-popup-content-inner:not(.above){display:none}.guten-popup-left .guten-popup-content,.guten-popup-right .guten-popup-content{height:100%}.guten-popup-left .guten-popup-container,.guten-popup-right .guten-popup-container{min-height:calc(100vh - 20px)}.guten-popup-left.guten-popup-side-space .guten-popup-container,.guten-popup-right.guten-popup-side-space .guten-popup-container{justify-content:space-between}.guten-popup-left.guten-popup-side-center .guten-popup-container,.guten-popup-right.guten-popup-side-center .guten-popup-container{justify-content:center}.guten-popup-left.guten-popup-side-top .guten-popup-container,.guten-popup-right.guten-popup-side-top .guten-popup-container{justify-content:flex-start}.guten-popup-left.guten-popup-side-bottom .guten-popup-container,.guten-popup-right.guten-popup-side-bottom .guten-popup-container{justify-content:flex-end}.guten-popup-left.guten-popup-side-center .guten-popup-content-inner:not(.above),.guten-popup-left.guten-popup-side-top .guten-popup-content-inner:not(.above),.guten-popup-left.guten-popup-side-bottom .guten-popup-content-inner:not(.above),.guten-popup-right.guten-popup-side-center .guten-popup-content-inner:not(.above),.guten-popup-right.guten-popup-side-top .guten-popup-content-inner:not(.above),.guten-popup-right.guten-popup-side-bottom .guten-popup-content-inner:not(.above){display:none}.guten-post-title h1,.guten-post-title h2,.guten-post-title h3,.guten-post-title h4,.guten-post-title h5,.guten-post-title h6,.guten-post-title p,.guten-post-title span{display:flex;margin-top:0;margin-bottom:0;width:100%}.guten-post-featured-image{display:flex;width:100%}.guten-post-featured-image img{width:100%}.guten-post-excerpt{display:flex}.guten-post-excerpt h1,.guten-post-excerpt h2,.guten-post-excerpt h3,.guten-post-excerpt h4,.guten-post-excerpt h5,.guten-post-excerpt h6,.guten-post-excerpt p,.guten-post-excerpt span{margin-top:0;margin-bottom:0}.guten-post-excerpt.block-editor-block-list__block{margin-top:0;margin-bottom:0}.guten-post-date{display:flex}.guten-post-date h1,.guten-post-date h2,.guten-post-date h3,.guten-post-date h4,.guten-post-date h5,.guten-post-date h6,.guten-post-date p,.guten-post-date span{margin-top:0;margin-bottom:0}.guten-post-date.block-editor-block-list__block{margin-top:0;margin-bottom:0}.guten-post-author{display:flex}.guten-post-author img{margin-right:10px}.guten-post-author h1,.guten-post-author h2,.guten-post-author h3,.guten-post-author h4,.guten-post-author h5,.guten-post-author h6,.guten-post-author p,.guten-post-author span{margin-top:0;margin-bottom:0}.guten-post-author.block-editor-block-list__block{margin-top:0;margin-bottom:0}.guten-post-terms *{display:inline-block}.guten-post-terms h1,.guten-post-terms h2,.guten-post-terms h3,.guten-post-terms h4,.guten-post-terms h5,.guten-post-terms h6,.guten-post-terms p,.guten-post-terms span{margin-top:0;margin-bottom:0}.guten-post-terms.block-editor-block-list__block{margin-top:0;margin-bottom:0}.guten-post-comment .commentlist{margin:0;padding:0}.guten-post-comment .commentlist li{list-style:none}.guten-post-comment .alignleft{float:left}.guten-post-comment .alignright{float:right}.guten-post-comment .navigation:after{content:"";display:table;clear:both}.guten-post-comment .commentlist{clear:both;list-style:none;margin:0;padding:0}.guten-post-comment .commentlist .comment{min-height:2.25em;padding-left:0;padding-right:0}.guten-post-comment .commentlist .comment p{font-size:1em;line-height:1.8;margin:1em 0}.guten-post-comment .commentlist .children{list-style:none;margin:0;padding:0}.guten-post-comment .comment-author{line-height:1.5}.guten-post-comment .comment-author .avatar{border-radius:1.5em;display:block;float:left;height:2.5em;margin-top:.5em;margin-right:.75em;width:2.5em}.guten-post-comment .comment-author cite{font-style:normal}.guten-post-comment .comment-meta{font-size:.875em;line-height:1.5}.guten-post-comment .comment-meta b{font-weight:400}.guten-post-comment .comment-meta .comment-awaiting-moderation{margin-top:1em;margin-bottom:1em;display:block}.guten-post-comment .comment-body .commentmetadata{font-size:.875em}.guten-post-comment .comment-form-author label,.guten-post-comment .comment-form-comment label,.guten-post-comment .comment-form-email label,.guten-post-comment .comment-form-url label{display:block;margin-bottom:.25em}.guten-post-comment .comment-form input:not([type=submit]):not([type=checkbox]),.guten-post-comment .comment-form textarea{display:block;box-sizing:border-box;width:100%}.guten-post-comment .comment-form-cookies-consent{display:flex;gap:.25em}.guten-post-comment .comment-form-cookies-consent #wp-comment-cookies-consent{margin-top:.35em}.guten-post-comment .comment-reply-title{margin-bottom:0}.guten-post-comment .comment-reply-title :where(small){font-size:smaller;font-size:var(--wp--preset--font-size--medium, smaller);margin-left:.5em}.guten-post-comment .reply{font-size:.875em;margin-bottom:1.4em}.guten-post-comment input:not([type=submit]),.guten-post-comment textarea{border:1px solid #949494;font-size:1em;font-family:inherit}.guten-post-comment input:not([type=submit]):not([type=checkbox]),.guten-post-comment textarea{padding:calc(.667em + 2px)}.guten-post-comment input[type=submit]{border:none;color:#fff;background-color:#32373c;border-radius:9999px;box-shadow:none;cursor:pointer;display:inline-block;font-size:1.125em;padding:calc(.667em + 2px) calc(1.333em + 2px);text-align:center;text-decoration:none;-ms-word-wrap:break-word;word-wrap:break-word;word-break:break-word;box-sizing:border-box}.guten-post-content{-ms-word-wrap:break-word;word-wrap:break-word;word-break:break-word}.guten-post-content>*:not(div.section-wrapper):not(.guten-element){margin-top:0;margin-bottom:0;margin-left:auto;margin-right:auto}.guten-post-content .guten-post-password-form>*{width:100%;display:flex;justify-content:center}.guten-post-content .guten-post-password-form .guten-pass-inputs input,.guten-post-content .guten-post-password-form .guten-pass-inputs input:active,.guten-post-content .guten-post-password-form .guten-pass-inputs input:hover,.guten-post-content .guten-post-password-form .guten-pass-inputs input:visited,.guten-post-content .guten-post-password-form .guten-pass-inputs input:target,.guten-post-content .guten-post-password-form .guten-pass-inputs input:focus,.guten-post-content .guten-post-password-form .guten-pass-inputs input:focus-within,.guten-post-content .guten-post-password-form .guten-pass-inputs input:focus-visible{border-radius:0px;border-width:1px;border-color:#2d3137;outline:none}.guten-post-content .guten-post-password-form .guten-pass-inputs .guten-submit{background-color:#2d3137;margin:0;display:flex;align-items:center;line-height:1;font-size:15px;padding:12px 24px;color:#fff;text-align:center;text-decoration:none;cursor:pointer}.guten-postblock .guten-overlay{position:absolute;width:100%;height:100%;top:0;left:0}.guten-postblock .guten-edit-post{position:absolute;top:0;z-index:5;color:#ffffff;color:var(--guten-txt-alt-color, #ffffff);padding:4px 10px;font-size:12px;line-height:1.5em;background-color:rgba(0,0,0,.4);opacity:0;visibility:hidden;transform:translate3d(0, -15px, 0);transition:.25s ease}.guten-postblock .guten-edit-post i{margin-right:2px;opacity:.6}.guten-postblock .guten-post-category{font-size:.75rem;font-weight:bold;letter-spacing:.04em;margin-top:.5rem;margin-bottom:.5rem;display:inline-block}.guten-postblock .guten-post-category a{color:var(--guten-txt-a-color)}.guten-postblock .guten-post-title{font-size:1rem;line-height:1.3;margin-top:.5rem;margin-bottom:.5rem;-ms-word-wrap:break-word;word-wrap:break-word;word-break:break-word}.guten-postblock .guten-post-title a{color:#181D23;color:var(--guten-txt-h-color, #181D23)}.guten-postblock .guten-post-excerpt{font-size:.875rem;margin-top:.5rem;margin-bottom:.5rem;-ms-word-wrap:break-word;word-wrap:break-word;word-break:break-word}.guten-postblock .guten-post-excerpt p:last-child{margin-bottom:0px}.guten-postblock .guten-post-meta{display:inline-flex;justify-content:center;margin-top:.5rem;margin-bottom:.5rem;color:#96989B;color:var(--guten-txt-m-color, #96989B);font-size:.75rem}.guten-postblock .guten-post-meta a{color:#181D23;color:var(--guten-txt-h-color, #181D23);text-transform:uppercase}.guten-postblock .guten-post-meta>div:not(:only-child):not(:last-child):after{content:"•";margin:0 .5rem}.guten-postblock .guten-post-meta-bottom{display:flex;align-items:center;font-size:.75rem;justify-content:space-between;margin-top:1.5rem}.guten-postblock .guten-readmore{display:flex;align-items:center;color:#ffffff;color:var(--guten-btn-txt-color, #ffffff);text-align:center;vertical-align:middle;background-color:#0058E6;background-color:var(--guten-btn-bg-color, #0058E6);border:1px solid rgba(0,0,0,0);padding:.5rem .875rem;line-height:1.5;border-radius:3px;-webkit-user-select:"none";-moz-user-select:"none";user-select:"none";transition:.2s ease}.guten-postblock .guten-meta-comment a{color:#181D23;color:var(--guten-txt-h-color, #181D23)}.guten-postblock .guten-posts{display:grid;grid-column-gap:40px}.guten-postblock .guten-post{margin-bottom:2rem}.guten-postblock .guten-post:hover .guten-edit-post{transform:translate3d(0, 0, 0);opacity:1;visibility:visible}.guten-postblock .guten-post .icon-position-before i{margin-right:5px}.guten-postblock .guten-post .icon-position-after i{margin-left:5px}.guten-postblock .guten-thumb{position:relative;overflow:hidden}.guten-postblock .guten-thumb .thumbnail-container{display:block;position:relative;overflow:hidden;z-index:0;background:#eaeaeb;background:var(--guten-border-color, #eaeaeb);background-position:50%;background-size:cover;padding-bottom:50%}.guten-postblock .guten-thumb .thumbnail-container img{position:absolute;top:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;color:#FAFCFF;color:var(--guten-txt-alt-color, #FAFCFF);z-index:-1}.guten-postblock.postblock-type-1 .guten-post{display:flex;align-items:center}.guten-postblock.postblock-type-1 .guten-thumb{width:50%}.guten-postblock.postblock-type-1 .guten-postblock-content{flex:1 1 50%;padding-left:2rem}@media screen and (max-width: 780px){.guten-postblock.postblock-type-1.break-point-tablet .guten-post{display:block;align-items:stretch}.guten-postblock.postblock-type-1.break-point-tablet .guten-thumb{flex:1 0 auto;max-width:100%}}@media screen and (max-width: 425px){.guten-postblock.postblock-type-1.break-point-mobile .guten-post{display:block;align-items:stretch}.guten-postblock.postblock-type-1.break-point-mobile .guten-thumb{flex:1 0 auto;max-width:100%}}.guten-postblock.postblock-type-2 .guten-post-category a{color:var(--guten-txt-a-color)}.guten-postblock.postblock-type-2 .guten-postblock-content{position:relative}.guten-postblock.postblock-type-3 .guten-thumb{margin-bottom:1.5rem}.guten-postblock.postblock-type-3 .guten-post-category{position:absolute;bottom:0;line-height:1;background:#fff;background:var(--guten-bg-color, #fff);padding:1rem 1.5rem 0;margin-bottom:0;max-width:100%}.guten-postblock.postblock-type-3 .guten-post-category.position-left{left:0;text-align:left}.guten-postblock.postblock-type-3 .guten-post-category.position-center{left:50%;transform:translateX(-50%);text-align:center}.guten-postblock.postblock-type-3 .guten-post-category.position-right{right:0;text-align:right}.guten-postblock.postblock-type-4 .guten-post{display:flex}.guten-postblock.postblock-type-4 .guten-thumb{flex:1 0 64%;order:1}.guten-postblock.postblock-type-4 .guten-postblock-content{flex:4 1;order:0}.guten-postblock.postblock-type-4 .guten-post-title{position:relative;z-index:1}.guten-postblock.postblock-type-4 .guten-post-title a{line-height:inherit;display:inline;padding:2px 2px 2px 0;white-space:pre-wrap;-webkit-box-decoration-break:clone;box-decoration-break:clone}@media screen and (max-width: 780px){.guten-postblock.postblock-type-4.break-point-tablet .guten-post{display:block}.guten-postblock.postblock-type-4.break-point-tablet .guten-thumb{order:0;flex:1 0 auto;max-width:100%}}@media screen and (max-width: 425px){.guten-postblock.postblock-type-4.break-point-mobile .guten-post{display:block}.guten-postblock.postblock-type-4.break-point-mobile .guten-thumb{order:0;flex:1 0 auto;max-width:100%}}.guten-postblock.postblock-type-5 .guten-post-category a{color:var(--guten-txt-a-color)}.guten-postblock.postblock-type-5 .guten-post{position:relative;overflow:hidden}.guten-postblock.postblock-type-5 .guten-post-category{margin-top:0;margin-bottom:0}.guten-postblock.postblock-type-5 .guten-postblock-content{position:absolute;bottom:0;left:0;padding:30px}.guten-postblock.postblock-type-5 .guten-overlay{position:absolute;width:100%;height:100%;background:#000;top:0;left:0;opacity:.3}.guten-postblock .guten-block-pagination{margin:0 0 30px 0;text-align:center}.guten-postblock .guten-block-pagination .guten-block-loadmore{display:inline-block;text-align:center;cursor:pointer;border:1px solid #eaeaeb;border:1px solid var(--guten-border-color, #eaeaeb);-o-box-shadow:0 2px 4px rgba(0,0,0,.08);box-shadow:0 2px 4px rgba(0,0,0,.08);padding:.625rem .875rem;font-size:.875rem;line-height:1.5;border-radius:3px;transition:.25s ease;color:var(--guten-txt-color)}.guten-postblock .guten-block-pagination .guten-block-loadmore a{display:inline-block;color:var(--guten-txt-color)}.guten-post-list article{overflow:hidden;position:relative;-ms-word-wrap:break-word;word-wrap:break-word;word-break:break-word}.guten-post-list article a{display:flex;align-items:center;transition:all .4s ease;position:relative;color:var(--guten-txt-h-color)}.guten-post-list article a:hover{color:var(--guten-txt-h-color)}.guten-post-list article a img{margin-right:15px;z-index:2;position:relative;line-height:0;width:200px}.guten-post-list article a svg{fill:var(--guten-txt-h-color)}.guten-post-list article a .guten-postlist-content{z-index:2;width:100%}.guten-post-list article a .guten-postlist-title{display:block;margin-bottom:0}.guten-post-list article a .meta-lists span{color:var(--guten-txt-m-color);font-size:12px;display:inline-block;transition:all .4s ease}.guten-post-list article a .meta-lists span svg{fill:var(--guten-txt-m-color);width:12px}.guten-post-list article a .icon-list{text-align:center}.guten-post-list.layout-horizontal article a{display:flex}.guten-post-list.layout-horizontal .guten-posts{display:grid}.guten-post-list.bg-image article a{background-size:cover;background-repeat:no-repeat;position:relative;background-position:center center;overflow:hidden}.guten-post-list.bg-image article a:after{content:"";background-color:rgba(34,34,34,.7);position:absolute;left:0;top:0;width:100%;height:100%;display:block;transition:all .4s ease}.guten-post-list .guten-block-pagination{margin:0 0 30px 0;text-align:center}.guten-post-list .guten-block-pagination .guten-block-loadmore{display:inline-block;text-align:center;cursor:pointer;border:1px solid #eaeaeb;border:1px solid var(--guten-border-color, #eaeaeb);-o-box-shadow:0 2px 4px rgba(0,0,0,.08);box-shadow:0 2px 4px rgba(0,0,0,.08);padding:.625rem .875rem;font-size:.875rem;line-height:1.5;border-radius:3px;transition:.25s ease;color:var(--guten-txt-color)}.guten-post-list .guten-block-pagination .guten-block-loadmore a{display:inline-block;color:var(--guten-txt-color)}.guten-advanced-heading{display:flex;flex-wrap:wrap}.guten-advanced-heading h1,.guten-advanced-heading h2,.guten-advanced-heading h3,.guten-advanced-heading h4,.guten-advanced-heading h5,.guten-advanced-heading h6,.guten-advanced-heading p,.guten-advanced-heading span{margin-top:0;margin-bottom:0}.guten-advanced-heading>div,.guten-advanced-heading>span{width:100%}.guten-advanced-heading .heading-section{display:flex;align-items:center}.guten-advanced-heading .heading-line{width:100px;height:1px;border-top:4px solid #3b57f7}.guten-advanced-heading .heading-line.before{margin-right:20px}.guten-advanced-heading .heading-line.after{margin-left:20px}.guten-advanced-heading .heading-line.top{margin-bottom:10px}.guten-advanced-heading .heading-line.bottom{margin-top:10px}.guten-advanced-heading .heading-line.between{margin-top:10px;margin-bottom:10px}.guten-advanced-heading .heading-focus{color:#ff8399}.guten-advanced-heading .heading-subtitle{color:#8181a5} :root{--animate-duration: 1s;--animate-delay: 1s;--animate-repeat: 1}.animated{animation-duration:1s;animation-duration:1s;animation-duration:var(--animate-duration)}.animated.fast{animation-duration:.7s;animation-duration:calc(1s*.7);animation-duration:calc(var(--animate-duration)*.7)}.animated.slow{animation-duration:2s;animation-duration:calc(1s*2);animation-duration:calc(var(--animate-duration)*2)}@media(prefers-reduced-motion: reduce),print{.animated{animation-duration:1ms !important;transition-duration:1ms !important;animation-iteration-count:1 !important}.animated[class*=Out]{opacity:0}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.fadeIn{animation-name:fadeIn}@keyframes fadeInDown{0%{opacity:0;transform:translate3d(0, -40px, 0)}to{opacity:1;transform:translateZ(0)}}.fadeInDown{animation-name:fadeInDown}@keyframes fadeInLeft{0%{opacity:0;transform:translate3d(-40px, 0, 0)}to{opacity:1;transform:translateZ(0)}}.fadeInLeft{animation-name:fadeInLeft}@keyframes fadeInRight{0%{opacity:0;transform:translate3d(40px, 0, 0)}to{opacity:1;transform:translateZ(0)}}.fadeInRight{animation-name:fadeInRight}@keyframes fadeInUp{0%{opacity:0;transform:translate3d(0, 40px, 0)}to{opacity:1;transform:translateZ(0)}}.fadeInUp{animation-name:fadeInUp}@keyframes slideInDown{0%{transform:translate3d(0, -40px, 0);visibility:visible}to{transform:translateZ(0)}}.slideInDown{animation-name:slideInDown}@keyframes slideInLeft{0%{transform:translate3d(-40px, 0, 0);visibility:visible}to{transform:translateZ(0)}}.slideInLeft{animation-name:slideInLeft}@keyframes slideInRight{0%{transform:translate3d(40px, 0, 0);visibility:visible}to{transform:translateZ(0)}}.slideInRight{animation-name:slideInRight}@keyframes slideInUp{0%{transform:translate3d(0, 40px, 0);visibility:visible}to{transform:translateZ(0)}}.slideInUp{animation-name:slideInUp}@keyframes none{}.__desktop-fadeIn{animation-name:fadeIn}@media(max-width: 780px){.__tablet-fadeIn{animation-name:fadeIn}}@media only screen and (max-width: 425px){.__mobile-fadeIn{animation-name:fadeIn}}.__desktop-fadeInLeft{animation-name:fadeInLeft}@media(max-width: 780px){.__tablet-fadeInLeft{animation-name:fadeInLeft}}@media only screen and (max-width: 425px){.__mobile-fadeInLeft{animation-name:fadeInLeft}}.__desktop-fadeInDown{animation-name:fadeInDown}@media(max-width: 780px){.__tablet-fadeInDown{animation-name:fadeInDown}}@media only screen and (max-width: 425px){.__mobile-fadeInDown{animation-name:fadeInDown}}.__desktop-fadeInRight{animation-name:fadeInRight}@media(max-width: 780px){.__tablet-fadeInRight{animation-name:fadeInRight}}@media only screen and (max-width: 425px){.__mobile-fadeInRight{animation-name:fadeInRight}}.__desktop-fadeInUp{animation-name:fadeInUp}@media(max-width: 780px){.__tablet-fadeInUp{animation-name:fadeInUp}}@media only screen and (max-width: 425px){.__mobile-fadeInUp{animation-name:fadeInUp}}.__desktop-slideInLeft{animation-name:slideInLeft}@media(max-width: 780px){.__tablet-slideInLeft{animation-name:slideInLeft}}@media only screen and (max-width: 425px){.__mobile-slideInLeft{animation-name:slideInLeft}}.__desktop-slideInDown{animation-name:slideInDown}@media(max-width: 780px){.__tablet-slideInDown{animation-name:slideInDown}}@media only screen and (max-width: 425px){.__mobile-slideInDown{animation-name:slideInDown}}.__desktop-slideInRight{animation-name:slideInRight}@media(max-width: 780px){.__tablet-slideInRight{animation-name:slideInRight}}@media only screen and (max-width: 425px){.__mobile-slideInRight{animation-name:slideInRight}}.__desktop-slideInUp{animation-name:slideInUp}@media(max-width: 780px){.__tablet-slideInUp{animation-name:slideInUp}}@media only screen and (max-width: 425px){.__mobile-slideInUp{animation-name:slideInUp}}@media only screen and (min-width: 781px){.hide-desktop{display:none !important}}@media(max-width: 780px)and (min-width: 426px){.hide-tablet{display:none !important}}@media(max-width: 425px){.hide-mobile{display:none !important}}@font-face{font-family:"swiper-icons";src:url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");font-weight:400;font-style:normal}:root{--swiper-theme-color: #007aff}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;box-sizing:content-box}.swiper-android .swiper-slide,.swiper-wrapper{transform:translate3d(0px, 0, 0)}.swiper-pointer-events{touch-action:pan-y}.swiper-pointer-events.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-3d,.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper,.swiper-3d .swiper-slide,.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-cube-shadow{transform-style:preserve-3d}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-slide-shadow-bottom{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-horizontal.swiper-css-mode>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-vertical.swiper-css-mode>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-centered>.swiper-wrapper::before{content:"";flex-shrink:0;order:9999}.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-horizontal>.swiper-wrapper::before{height:100%;width:var(--swiper-centered-offset-after)}.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-vertical>.swiper-wrapper::before{width:100%;height:var(--swiper-centered-offset-after)}.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center}.swiper-button-prev,.swiper-button-next{position:absolute;top:50%;width:calc(var(--swiper-navigation-size)/44*27);height:var(--swiper-navigation-size);margin-top:calc(0px - var(--swiper-navigation-size)/2);z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-theme-color);color:var(--swiper-navigation-color, var(--swiper-theme-color))}.swiper-button-prev.swiper-button-disabled,.swiper-button-next.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-prev:after,.swiper-button-next:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none !important;letter-spacing:0;text-transform:none;font-variant:initial;line-height:1}.swiper-button-prev,.swiper-container-rtl .swiper-button-next{left:10px;right:auto}.swiper-button-prev:after,.swiper-container-rtl .swiper-button-next:after{content:"prev"}.swiper-button-next,.swiper-container-rtl .swiper-button-prev{right:10px;left:auto}.swiper-button-next:after,.swiper-container-rtl .swiper-button-prev:after{content:"next"}.swiper-button-prev.swiper-button-white,.swiper-button-next.swiper-button-white{--swiper-navigation-color: #ffffff}.swiper-button-prev.swiper-button-black,.swiper-button-next.swiper-button-black{--swiper-navigation-color: #000000}.swiper-button-lock{display:none}.swiper-pagination{text-align:center;transition:300ms opacity;transform:translate3d(0, 0, 0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-fraction,.swiper-pagination-custom,.swiper-container-horizontal>.swiper-pagination-bullets{bottom:10px;left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(0.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(0.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(0.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(0.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(0.33)}.swiper-pagination-bullet{width:8px;height:8px;display:inline-block;border-radius:50%;background:#000;opacity:.2}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet-active{opacity:1;background:var(--swiper-theme-color);background:var(--swiper-pagination-color, var(--swiper-theme-color))}.swiper-container-vertical>.swiper-pagination-bullets{right:10px;top:50%;transform:translate3d(0px, -50%, 0)}.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:6px 0;display:block}.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:200ms transform,200ms top}.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 4px}.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:200ms transform,200ms left}.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:200ms transform,200ms right}.swiper-pagination-progressbar{background:rgba(0,0,0,.25);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-theme-color);background:var(--swiper-pagination-color, var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-container-horizontal>.swiper-pagination-progressbar,.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:4px;left:0;top:0}.swiper-container-vertical>.swiper-pagination-progressbar,.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:4px;height:100%;left:0;top:0}.swiper-pagination-white{--swiper-pagination-color: #ffffff}.swiper-pagination-black{--swiper-pagination-color: #000000}.swiper-pagination-lock{display:none}.page-template-gutenverse_blank:before{display:none}.choices__inner{min-height:auto;box-sizing:border-box}.guten-element{position:relative}.guten-element *{box-sizing:border-box;transition:background .3s,border .3s,border-radius .3s,box-shadow .3s}.guten-element.guten-client-logo *,.guten-element.guten-testimonials *,.guten-element.guten-gallery *{transition:unset}.guten-element-hide[class^=desktop-],.guten-element-hide[class*=" desktop-"],.guten-element-hide[class^=__desktop-],.guten-element-hide[class*=" __desktop-"]{visibility:hidden}@media(max-width: 780px){.guten-element-hide[class^=tablet-],.guten-element-hide[class*=" tablet-"],.guten-element-hide[class^=__tablet-],.guten-element-hide[class*=" __tablet-"]{visibility:hidden}}@media(max-width: 425px){.guten-element-hide[class^=mobile-],.guten-element-hide[class*=" mobile-"],.guten-element-hide[class^=__mobile-],.guten-element-hide[class*=" __mobile-"]{visibility:hidden}}#wp-admin-bar-gutenverse span {
display: flex;
}
#wp-admin-bar-gutenverse span img {
margin-right: 6px!important;
opacity: 0.8;
}
#wpadminbar #wp-admin-bar-gutenverse > .ab-item img {
display: block;
text-indent: 0;
top: 7px;
text-align: center;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
@media only screen and (max-width: 782px) {
#wpadminbar #wp-admin-bar-gutenverse {
display: block!important;
}
#wp-admin-bar-gutenverse span,
#wpadminbar #wp-admin-bar-gutenverse > .ab-item img {
width: 28px;
}
#wpadminbar #wp-admin-bar-gutenverse > .ab-item {
text-indent: 200%;
white-space: nowrap;
overflow: hidden;
width: 52px;
padding: 0;
color: #a7aaad;
position: relative;
display: flex;
justify-content: center;
}
}