.gradient {
  background: -moz-linear-gradient(0deg, #e5eef5 35%, #ffffff 0%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, 0deg, color-stop(35%, E5EEF5), color-stop(0%, FFFFFF));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(0deg, #e5eef5 35%, #ffffff 0%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(0deg, #e5eef5 35%, #ffffff 0%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(0deg, #e5eef5 35%, #ffffff 0%);
  /* IE10+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1301FE', endColorstr='#F4F60C', GradientType='1');
  /* for IE */
  background: linear-gradient(0deg, #e5eef5 35%, #ffffff 0%);
  /* W3C */
}
.shadow {
  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=14, Direction=0, Color=#000000)";
  /*IE 8*/
  -moz-box-shadow: 0 9px 14px 2px rgba(0, 0, 0, 0.1);
  /*FF 3.5+*/
  -webkit-box-shadow: 0 9px 14px 2px rgba(0, 0, 0, 0.1);
  /*Saf3-4, Chrome, iOS 4.0.2-4.2, Android 2.3+*/
  box-shadow: 0 9px 14px 2px rgba(0, 0, 0, 0.1);
  /* FF3.5+, Opera 9+, Saf1+, Chrome, IE10 */
  filter: progid:DXImageTransform.Microsoft.Shadow(Strength=14, Direction=135, Color=#000000);
  /*IE 5.5-7*/
}
.big-title {
  font-size: 60px;
  line-height: 70px;
  letter-spacing: 1px;
  font-weight: 700;
  margin: 10px 0px;
}
@media only screen and (max-width: 640px) {
  .big-title {
    font-size: 50px;
    line-height: 60px;
  }
}
.title {
  font-size: 50px;
  line-height: 60px;
  letter-spacing: 1px;
  font-weight: 700;
  margin: 0px;
  margin-bottom: 10px;
  text-transform: initial !important;
}
@media only screen and (max-width: 640px) {
  .title {
    font-size: 25px !important;
    line-height: 35px !important;
  }
}
.subtitle {
  font-size: 17px;
  line-height: 30px;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 800;
  margin: 0px;
  color: #0e4ceb;
}
@media only screen and (max-width: 640px) {
  .subtitle {
    font-size: 15px;
  }
}
.news-info a.uk-button,
a.wk-button {
  font-weight: 800;
  color: #0e4ceb;
  text-decoration: none !important;
  background-color: transparent;
  background: transparent;
  padding: 0px !important;
  border: 0px !important;
  position: relative;
  padding-right: 10px !important;
  transition-duration: 0.5s;
  transition-property: padding;
}
.news-info a.uk-button:after,
a.wk-button:after {
  content: ' ';
  position: absolute;
  background-image: url("data:image/svg+xml;charset=utf8,%3C?xml version='1.0' encoding='utf-8'?%3E%3C!-- Generator: Adobe Illustrator 23.0.2, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Livello_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 20 20' style='enable-background:new 0 0 20 20;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0{fill:none;stroke:%230E4CEB;stroke-width:2;stroke-miterlimit:10;} %3C/style%3E%3Cg%3E%3Cpolyline class='st0' points='1.2,1.4 9.8,10 1.3,18.6 '/%3E%3Cpolyline class='st0' points='10.2,1.4 18.8,10 10.2,18.6 '/%3E%3C/g%3E%3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 11px;
  width: 11px;
  height: 11px;
  right: -11px;
  bottom: 12px;
}
.news-info a.uk-button:hover,
a.wk-button:hover {
  padding-right: 16px !important;
  transition-duration: 0.5s;
  transition-property: padding;
  background-color: transparent;
  color: #0e4ceb;
}
.uk-container {
  width: 90%;
  max-width: 1360px;
  margin: 0 auto;
}
body .tm-header .uk-navbar-container {
  padding-top: 10px;
  padding-bottom: 10px;
}
@media only screen and (max-width: 1380px) {
  body .tm-header .uk-navbar-container .uk-container {
    width: 95%;
    max-width: 100%;
    padding: 0px;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 992px) {
  body .tm-header .uk-navbar-container .uk-container {
    width: 100%;
    max-width: 100%;
    padding: 0px;
    margin: 0px;
  }
}
@media only screen and (max-width: 1380px) {
  body .tm-header .uk-navbar-container .uk-navbar-left {
    width: 27%;
  }
}
@media only screen and (max-width: 1300px) {
  body .tm-header .uk-navbar-container .uk-navbar-right li {
    max-width: 123px;
    line-height: 17px;
  }
}
@media only screen and (max-width: 1200px) {
  body .tm-header .uk-navbar-container .uk-navbar-right li {
    max-width: 103px;
    line-height: 17px;
  }
}
@media only screen and (max-width: 1300px) {
  body .tm-header .uk-navbar-container .uk-navbar-right li.uk-active a:before {
    bottom: 10px;
    right: 38px;
  }
}
@media only screen and (max-width: 1200px) {
  body .tm-header .uk-navbar-container .uk-navbar-right .uk-navbar-nav a {
    font-size: 13px;
    padding: 0px 10px;
  }
}
body .tm-header .uk-navbar-container .uk-navbar-right .uk-navbar-item:first-child {
  padding-right: 0px;
}
body .tm-header .uk-navbar-container .uk-navbar-right .uk-navbar-item:last-child {
  padding: 0px;
}
.tm-header-mobile .uk-navbar {
  background-color: white;
  z-index: 10;
}
.tm-header-mobile .uk-navbar .uk-logo img {
  max-height: 60px;
}
.uk-navbar-toggle {
  z-index: 999;
}
.uk-navbar-dropdown {
  margin-top: 0px !important;
  width: 400px;
}
.uk-navbar-dropdown a {
  color: white !important;
}
.uk-navbar-dropdown a:hover {
  color: #0e4ceb !important;
}
body.services .cta,
body.contacts .cta {
  padding-top: 3%;
}
body.services-full .cta {
  padding-top: 0px;
}
.cta {
  padding-top: 10%;
  background: -moz-linear-gradient(0deg, #e5eef5 35%, #ffffff 0%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, 0deg, color-stop(35%, E5EEF5), color-stop(0%, FFFFFF));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(0deg, #e5eef5 35%, #ffffff 0%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(0deg, #e5eef5 35%, #ffffff 0%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(0deg, #e5eef5 35%, #ffffff 0%);
  /* IE10+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1301FE', endColorstr='#F4F60C', GradientType='1');
  /* for IE */
  background: linear-gradient(0deg, #e5eef5 35%, #ffffff 0%);
  /* W3C */
}
.cta .card-form {
  padding-top: 80px;
  margin-top: 30px;
  background-image: url("data:image/svg+xml;charset=utf8,%3C?xml version='1.0' encoding='utf-8'?%3E%3C!-- Generator: Adobe Illustrator 23.0.2, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Livello_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 21.2 21.2' style='enable-background:new 0 0 21.2 21.2;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0{opacity:0.25;} .st1{fill:%233155A2;} %3C/style%3E%3Cg class='st0'%3E%3Cg%3E%3Cpath class='st1' d='M10.6,15.7c-0.8,0-1.5-0.7-1.5-1.5V1.5C9.1,0.7,9.8,0,10.6,0s1.5,0.7,1.5,1.5v12.7 C12.1,15.1,11.4,15.7,10.6,15.7z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  background-position: center top;
  background-repeat: repeat-y;
  background-size: 19px;
}
.cta .card-form .uk-card {
  background-color: #0e4ceb;
  padding: 70px;
}
@media only screen and (max-width: 480px) {
  .cta .card-form .uk-card {
    padding: 30px;
  }
}
.cta .card-form .uk-card .title {
  color: white;
  font-size: 30px;
  font-weight: 600;
  line-height: 40px;
}
.cta .card-form .uk-card .subtitle {
  color: #1c253e;
  text-transform: initial;
  font-size: 19px;
  line-height: 27px;
  font-weight: 500;
}
.cta .card-form .uk-card .line {
  width: 70px;
  border-bottom: 2px solid white;
  margin: 0 auto;
  padding-top: 30px;
}
.cta .card-form .uk-card p {
  color: white !important;
  max-width: 450px;
  margin: 0 auto;
  padding-top: 30px;
}
.cta .card-form .uk-card .sis-form {
  padding-top: 60px;
}
.cta .card-form .uk-card .sis-form .contactus-form form > div:first-child {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
.cta .card-form .uk-card .sis-form .contactus-form form > div:first-child input,
.cta .card-form .uk-card .sis-form .contactus-form form > div:first-child select {
  height: 45px;
}
.cta .card-form .uk-card .sis-form .contactus-form form > div:first-child textarea {
  padding: 8px 15px !important;
}
.cta .card-form .uk-card .sis-form .contactus-form form > div:first-child select {
  background-image: url("data:image/svg+xml;charset=utf8,%3C?xml version='1.0' encoding='utf-8'?%3E%3C!-- Generator: Adobe Illustrator 23.0.3, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Livello_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 40 40' style='enable-background:new 0 0 40 40;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0{fill:%23FFFFFF;} %3C/style%3E%3Cg%3E%3Cpolygon class='st0' points='20,31.12 0.59,11.71 3.41,8.88 20,25.46 36.59,8.88 39.41,11.71 '/%3E%3C/g%3E%3C/svg%3E");
  background-size: 17px;
  background-position-x: 95%;
}
.cta .card-form .uk-card .sis-form .contactus-form form > div:first-child input,
.cta .card-form .uk-card .sis-form .contactus-form form > div:first-child textarea,
.cta .card-form .uk-card .sis-form .contactus-form form > div:first-child select {
  border: 2px solid white;
  padding: 0px 15px;
  color: white;
  font-weight: 600;
  background-color: transparent !important;
}
.cta .card-form .uk-card .sis-form .contactus-form form > div:first-child input:focus,
.cta .card-form .uk-card .sis-form .contactus-form form > div:first-child textarea:focus,
.cta .card-form .uk-card .sis-form .contactus-form form > div:first-child select:focus {
  color: white;
  border: 2px solid #1c253e !important;
  background-color: transparent !important;
}
.cta .card-form .uk-card .sis-form .contactus-form form > div:first-child input::placeholder,
.cta .card-form .uk-card .sis-form .contactus-form form > div:first-child textarea::placeholder,
.cta .card-form .uk-card .sis-form .contactus-form form > div:first-child select::placeholder {
  color: white;
}
.cta .card-form .uk-card .sis-form .contactus-form form > div:first-child > div:nth-child(1),
.cta .card-form .uk-card .sis-form .contactus-form form > div:first-child > div:nth-child(2),
.cta .card-form .uk-card .sis-form .contactus-form form > div:first-child > div:nth-child(3) {
  width: 30%;
  padding-bottom: 30px;
}
@media only screen and (max-width: 960px) {
  .cta .card-form .uk-card .sis-form .contactus-form form > div:first-child > div:nth-child(1),
  .cta .card-form .uk-card .sis-form .contactus-form form > div:first-child > div:nth-child(2),
  .cta .card-form .uk-card .sis-form .contactus-form form > div:first-child > div:nth-child(3) {
    width: 100%;
  }
}
.cta .card-form .uk-card .sis-form .contactus-form form > div:first-child > div:nth-child(4) {
  width: 65%;
}
@media only screen and (max-width: 960px) {
  .cta .card-form .uk-card .sis-form .contactus-form form > div:first-child > div:nth-child(4) {
    width: 100%;
  }
}
.cta .card-form .uk-card .sis-form .contactus-form form > div:first-child > div:nth-child(5) {
  width: 30%;
}
@media only screen and (max-width: 960px) {
  .cta .card-form .uk-card .sis-form .contactus-form form > div:first-child > div:nth-child(5) {
    width: 100%;
    padding-top: 30px;
  }
}
.cta .card-form .uk-card .sis-form .contactus-form form > div:first-child > div:nth-child(6) {
  background-color: red;
  display: none;
}
.cta .card-form .uk-card .sis-form .contactus-form form > div:nth-child(2) {
  padding-top: 40px;
}
.cta .card-form .uk-card .sis-form .contactus-form form > div:nth-child(2) button {
  border: 2px solid white;
  padding: 10px 30px;
  color: white;
  font-size: 15px;
}
.cta .card-form .uk-card .sis-form .contactus-form form > div:nth-child(2) button:hover {
  background-color: #ffffff29 !important;
}
.cta .card-form .uk-card .sis-form .contactus-alert {
  display: none;
}
.tm-bottom {
  padding: 0px;
}
.tm-bottom > .uk-container {
  width: 100%;
  max-width: 100%;
  padding: 0px;
}
.tm-bottom > .uk-container > .uk-grid > div {
  margin: 0px;
}
body.homepage section.pre-footer {
  padding-top: 10%;
}
section.pre-footer {
  background-color: #e5eef5;
  padding-top: 80px;
}
section.pre-footer .uk-width-1-1 {
  width: 100%;
  max-width: 100%;
  padding-bottom: 30px;
  border-bottom: 2px solid #1c253e21;
  text-align: center;
}
section.pre-footer .uk-width-1-1 img {
  max-width: 300px;
  width: 80%;
}
section.pre-footer .uk-grid {
  padding-top: 35px;
  padding-bottom: 35px;
}
section.pre-footer .uk-grid * {
  text-decoration: none !important;
}
@media only screen and (max-width: 1380px) {
  section.pre-footer .uk-grid .col-f {
    padding-bottom: 20px;
  }
}
@media only screen and (max-width: 768px) {
  section.pre-footer .uk-grid .col-f {
    padding-bottom: 30px;
  }
}
section.pre-footer .uk-grid .col-f:nth-child(1) p.title,
section.pre-footer .uk-grid .col-f:nth-child(2) p.title {
  font-size: 17px;
  line-height: 30px;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 800;
  margin: 0px;
  color: #0e4ceb;
  text-transform: uppercase !important;
  color: #1c253e;
  padding-bottom: 10px;
}
@media only screen and (max-width: 640px) {
  section.pre-footer .uk-grid .col-f:nth-child(1) p.title,
  section.pre-footer .uk-grid .col-f:nth-child(2) p.title {
    font-size: 15px;
  }
}
section.pre-footer .uk-grid .col-f:nth-child(3) ul.zoo-default {
  list-style: none;
  padding: 0px;
}
section.pre-footer .uk-grid .col-f:nth-child(3) ul.zoo-default li {
  border-bottom: 2px solid #1c253e21;
  padding: 8px 0px;
}
section.pre-footer .uk-grid .col-f:nth-child(3) ul.zoo-default li:last-child {
  border: 0px;
}
section.pre-footer .uk-grid .col-f:nth-child(3) ul.zoo-default span {
  display: inline-block;
  font-size: 17px;
  line-height: 30px;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 800;
  margin: 0px;
  color: #0e4ceb;
  text-transform: uppercase !important;
  color: #0e4ceb !important;
  font-size: 15px;
  padding-right: 6px;
}
@media only screen and (max-width: 640px) {
  section.pre-footer .uk-grid .col-f:nth-child(3) ul.zoo-default span {
    font-size: 15px;
  }
}
section.pre-footer .uk-grid .col-f:nth-child(3) ul.zoo-default a {
  font-size: 14px;
  font-weight: 600;
  line-height: 2.2;
  color: #1c253e;
}
section.pre-footer .uk-grid .col-f:nth-child(3) ul.zoo-default a:hover {
  color: #0e4ceb;
}
section.pre-footer .uk-grid .col-f:nth-child(4) ul.zoo-default {
  list-style: none;
  padding: 0px;
}
section.pre-footer .uk-grid .col-f:nth-child(4) ul.zoo-default li {
  border-bottom: 2px solid #1c253e21;
  padding: 8px 0px;
}
section.pre-footer .uk-grid .col-f:nth-child(4) ul.zoo-default li:last-child {
  border: 0px;
}
section.pre-footer .uk-grid .col-f:nth-child(4) ul.zoo-default p.title {
  font-size: 14px;
  font-weight: 600;
  line-height: 2.2;
  color: #1c253e;
  margin: 0px;
}
section.pre-footer .uk-grid .col-f:nth-child(4) ul.zoo-default p.title a {
  font-size: 14px;
  font-weight: 600;
  line-height: 2.2;
  color: #1c253e;
}
section.pre-footer .uk-grid .col-f:nth-child(4) ul.zoo-default p.title a:hover {
  color: #0e4ceb;
}
.menu-footer {
  background-color: #e5eef5;
  width: 100%;
}
.menu-footer .uk-nav {
  max-width: 1360px;
  width: 90%;
  margin: 0 auto;
  padding: 15px 0px;
  border-top: 2px solid #1c253e21;
}
.menu-footer .uk-nav li {
  display: inline-block;
}
.menu-footer .uk-nav li a {
  padding: 8px 10px;
  font-size: 14px;
  font-weight: 600;
  line-height: 2.2;
  color: #1c253e;
  margin: 0px;
}

.menu-footer .uk-nav li a img{
width: 100px;
  margin: 0px;
}
.menu-footer .uk-nav li a:hover {
  color: #0e4ceb;
}
.menu-footer .uk-nav li.uk-active a {
  color: #0e4ceb;
}
.copyright {
  padding: 10px 0px;
  background-color: #1c253e;
}
.copyright .uk-grid > div {
  display: flex;
  align-items: center;
}
.copyright .uk-grid > div p,
.copyright .uk-grid > div a {
  text-align: left;
  color: white;
  text-decoration: none;
}
.copyright .uk-grid > div span {
  padding: 0px 20px;
}
body.homepage .tm-top {
  padding: 0px;
  margin-top: -83px;
}
@media only screen and (max-height: 800px) {
  body.homepage .tm-top {
    margin-top: -40px;
  }
}
body.homepage .tm-top > .uk-container {
  width: 100% !important;
  max-width: 100%;
  padding: 0px;
  margin: 0px;
}
@media only screen and (max-width: 640px) {
  body.homepage .tm-top .hero-s ul.uk-slideshow-items {
    min-height: calc(100vh) !important;
  }
}
body.homepage .tm-top .hero-s li > .uk-position-center {
  width: 100%;
  margin: 0px;
  max-width: 100%;
  transform: translate(-50%, -50%);
}
body.homepage .tm-top .gradient {
  min-height: 100vh;
  max-height: 1080px;
  padding-top: 83px;
  background: linear-gradient(to right, rgba(14, 76, 235, 0.1), rgba(14, 76, 235, 0.6));
  display: flex;
  align-items: center;
}
@media only screen and (max-height: 800px) {
  body.homepage .tm-top .gradient {
    padding-top: 40px;
  }
}
body.homepage .tm-top .col-text {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: space-between;
  align-items: flex-start;
}
@media only screen and (max-width: 1380px) {
  body.homepage .tm-top .col-text {
    min-height: 30px;
  }
}
body.homepage .tm-top .col-text .uk-grid {
  width: 100%;
  display: flex;
  align-items: flex-end;
}
body.homepage .tm-top .col-text .uk-grid .icon-slide {
  height: 36px;
  width: 36px;
  display: inline-block;
  position: relative;
}
body.homepage .tm-top .col-text .uk-grid .icon-slide .previus {
  bottom: 0px;
}
body.homepage .tm-top .col-text .uk-grid .icon-slide .next {
  bottom: 40px;
}
body.homepage .tm-top .col-text .uk-grid .icon-slide a {
  position: absolute;
  right: -90px;
  display: block;
  margin-top: 5px;
  padding: 10px;
  background-color: white;
  transition-duration: 0.5s;
  transition-property: background-color;
}
@media only screen and (max-width: 1200px) {
  body.homepage .tm-top .col-text .uk-grid .icon-slide a {
    right: -40px;
  }
}
body.homepage .tm-top .col-text .uk-grid .icon-slide a:hover {
  background-color: #1c253e;
  transition-duration: 0.5s;
  transition-property: background-color;
}
body.homepage .tm-top .col-text .uk-grid .icon-slide a:hover svg {
  color: white;
}
body.homepage .tm-top .col-text .uk-grid .icon-slide a svg {
  height: 17px;
  width: 17px;
  color: #1c253e;
}
body.homepage .tm-top .col-text .uk-grid .icon-slide a svg polyline {
  stroke-width: 4px;
}
body.homepage .tm-top .col-text .text {
  width: 100%;
}
@media only screen and (max-width: 960px) {
  body.homepage .tm-top .col-text .text .flex {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
}
@media only screen and (max-height: 800px) {
  body.homepage .tm-top .col-text .text .flex {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
}
@media only screen and (max-height: 800px) {
  body.homepage .tm-top .col-text .text .subtitle {
    max-width: 20%;
  }
}
@media only screen and (max-width: 960px) {
  body.homepage .tm-top .col-text .text .subtitle {
    padding-left: 25px;
  }
}
@media only screen and (max-width: 640px) {
  body.homepage .tm-top .col-text .text .subtitle {
    padding-left: 0px;
  }
}
@media only screen and (max-width: 960px) {
  body.homepage .tm-top .col-text .text .subtitle img {
    max-width: 90%;
  }
}
@media only screen and (max-width: 480px) {
  body.homepage .tm-top .col-text .text .subtitle img {
    display: none;
  }
}
body.homepage .tm-top .col-text .text h4.subtitle {
  font-style: italic;
  font-weight: 500;
  color: #1c253e;
}
body.homepage .tm-top .col-text .text .big-title {
  font-size: 40px;
  line-height: 50px;
}
@media only screen and (max-width: 1200px) {
  body.homepage .tm-top .col-text .text .big-title {
    font-size: 34px;
    line-height: 50px;
  }
}
@media only screen and (max-width: 960px) {
  body.homepage .tm-top .col-text .text .big-title {
    padding-left: 25px;
  }
}
@media only screen and (max-height: 800px) {
  body.homepage .tm-top .col-text .text .big-title {
    padding-left: 25px;
    font-size: 25px;
    line-height: 35px;
  }
}
@media only screen and (max-width: 640px) {
  body.homepage .tm-top .col-text .text .big-title {
    padding-left: 0px;
  }
}
body.homepage .tm-top .col-text .text p {
  max-width: 450px;
  border-top: 3px solid #1c253e14;
  padding-top: 20px;
  color: #1c253e;
  font-weight: 600;
  font-size: 15px;
}
@media only screen and (max-width: 1200px) {
  body.homepage .tm-top .col-text .text p {
    font-size: 13px;
  }
}
@media only screen and (max-width: 1380px) {
  body.homepage .tm-top .col-text .text p {
    max-width: 100%;
  }
}
body.homepage .tm-top .col-text .text p img {
  width: 30px;
  display: inline-block;
  margin: 0px 10px;
}
body.homepage .tm-top .col-text .text p a.uk-icon {
  font-weight: 800;
  color: #0e4ceb;
  text-decoration: none;
}
body.homepage .tm-top .col-text .text p a.uk-icon svg {
  margin-left: 5px;
  transition-duration: 1s;
  transition-property: margin-left;
}
body.homepage .tm-top .col-text .text p a.uk-icon:hover svg {
  margin-left: 15px;
  transition-duration: 1s;
  transition-property: margin-left;
}
body.homepage .tm-top .col-text .icon-social {
  width: 100%;
  height: auto;
}
body.homepage .tm-top .col-text .icon-social a {
  background-color: white;
  padding: 6px;
  margin-right: 12px;
  border-radius: 1px;
}
body.homepage .tm-top .col-text .icon-social a:hover svg {
  color: #0e4ceb;
}
body.homepage .tm-top .col-text .icon-social a svg {
  width: 24px;
  height: 24px;
}
@media only screen and (max-width: 1380px) {
  body.homepage .tm-top .uk-position-top {
    position: relative !important;
  }
}
body.homepage .tm-top .wrap-text {
  width: 40%;
}
@media only screen and (max-width: 992px) {
  body.homepage .tm-top .wrap-text {
    width: 100%;
  }
}
@media only screen and (max-width: 1380px) {
  body.homepage .tm-top .wrap-text > div {
    width: 88%;
  }
}
body.homepage .tm-top .wrap-grid {
  width: 60%;
}
@media only screen and (max-width: 1000px) {
  body.homepage .tm-top .wrap-grid {
    display: none;
  }
}
body.homepage .tm-top .card-grid {
  width: 100%;
  max-width: 700px;
}
@media only screen and (max-width: 1200px) {
  body.homepage .tm-top .card-grid > div > div {
    padding: 0px;
    margin: 0px;
  }
}
body.homepage .tm-top .card-grid .video-div .custom {
  height: 100%;
}
body.homepage .tm-top .card-grid .c-light .card-dark,
body.homepage .tm-top .card-grid .card-dark {
  padding: 30px;
  padding-bottom: 26px;
  background-color: white;
}
body.homepage .tm-top .card-grid .c-light .card-dark .subtitle,
body.homepage .tm-top .card-grid .card-dark .subtitle {
  font-size: 15px;
  line-height: 20px;
  text-transform: initial;
  font-weight: 700;
  color: #0e4ceb;
}
@media only screen and (max-height: 800px) {
  body.homepage .tm-top .card-grid .c-light .card-dark .subtitle,
  body.homepage .tm-top .card-grid .card-dark .subtitle {
    display: none;
  }
}
@media only screen and (max-width: 1200px) {
  body.homepage .tm-top .card-grid .c-light .card-dark .subtitle,
  body.homepage .tm-top .card-grid .card-dark .subtitle {
    font-size: 13px;
  }
}
body.homepage .tm-top .card-grid .c-light .card-dark .title,
body.homepage .tm-top .card-grid .card-dark .title {
  font-size: 27px;
  line-height: 33px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  margin: 8px 0px;
  color: #1c253e;
}
@media only screen and (max-width: 1200px) {
  body.homepage .tm-top .card-grid .c-light .card-dark .title,
  body.homepage .tm-top .card-grid .card-dark .title {
    font-size: 20px;
    line-height: 28px;
  }
}
@media only screen and (max-height: 800px) {
  body.homepage .tm-top .card-grid .c-light .card-dark .title,
  body.homepage .tm-top .card-grid .card-dark .title {
    font-size: 20px;
    line-height: 28px;
    margin: 0px;
  }
}
body.homepage .tm-top .card-grid .c-light .card-dark p,
body.homepage .tm-top .card-grid .card-dark p {
  margin: 0px;
  margin-top: 8px;
  color: #818080;
}
@media only screen and (max-width: 1200px) {
  body.homepage .tm-top .card-grid .c-light .card-dark p,
  body.homepage .tm-top .card-grid .card-dark p {
    font-size: 13px;
    line-height: 25px;
  }
}
@media only screen and (max-height: 800px) {
  body.homepage .tm-top .card-grid .c-light .card-dark p,
  body.homepage .tm-top .card-grid .card-dark p {
    font-size: 13px;
    line-height: 25px;
  }
}
body.homepage .tm-top .card-grid .c-light .card-dark a,
body.homepage .tm-top .card-grid .card-dark a {
  font-weight: 800;
  color: #0e4ceb;
  margin-top: 20px;
  text-decoration: none;
  padding: 0px;
}
@media only screen and (max-width: 1200px) {
  body.homepage .tm-top .card-grid .c-light .card-dark a,
  body.homepage .tm-top .card-grid .card-dark a {
    margin-top: 10px;
  }
}
@media only screen and (max-height: 800px) {
  body.homepage .tm-top .card-grid .c-light .card-dark a,
  body.homepage .tm-top .card-grid .card-dark a {
    margin: 0px;
  }
}
body.homepage .tm-top .card-grid .c-light .card-dark a svg,
body.homepage .tm-top .card-grid .card-dark a svg {
  margin-left: 5px;
  transition-duration: 1s;
  transition-property: margin-left;
}
body.homepage .tm-top .card-grid .c-light .card-dark a:hover svg,
body.homepage .tm-top .card-grid .card-dark a:hover svg {
  margin-left: 15px;
  transition-duration: 1s;
  transition-property: margin-left;
}
body.homepage .tm-top .card-grid .c-light .card-dark a,
body.homepage .tm-top .card-grid .c-light .card-dark svg {
  color: #0e4ceb !important;
}
body.homepage .tm-top .card-grid .card-dark {
  background-color: #1c253e;
}
body.homepage .tm-top .card-grid .card-dark .subtitle {
  color: #7ca1ff;
}
body.homepage .tm-top .card-grid .card-dark .title {
  color: white;
}
body.homepage .tm-top .card-grid .card-dark p {
  color: #ffffffa1;
}
body.homepage .tm-top .card-grid .card-dark a,
body.homepage .tm-top .card-grid .card-dark svg {
  color: white !important;
}
body.homepage .tm-top .card-grid .card-video {
  background-image: url('/images/Banner/video-banner.jpg');
  background-position: center;
  background-size: cover;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
body.homepage .tm-top .card-grid .card-video a {
  color: #0e4ceb;
  border: 2.5px solid #0e4ceb;
  border-radius: 100%;
  transition-duration: 0.5s;
  transition-property: transform;
}
body.homepage .tm-top .card-grid .card-video a:hover {
  transform: scale(1.1);
  transition-duration: 0.5s;
  transition-property: transform;
}
body.homepage .tm-top .card-grid .video-due {
  background-image: url('/images/Banner/video-banner-2.jpg');
}
body.homepage .tm-top > .uk-container > .uk-grid > div {
  margin-top: 0px;
}
body.homepage .tm-top > .uk-container > .uk-grid > div .punti-forza {
  background-color: #0e4ceb;
  padding: 80px 0px;
}
body.homepage .tm-top > .uk-container > .uk-grid > div .punti-forza .uk-width-expand {
  align-content: flex-start;
}
@media only screen and (max-width: 1200px) {
  body.homepage .tm-top > .uk-container > .uk-grid > div .punti-forza .uk-width-expand {
    width: 100%;
    min-width: 100%;
    text-align: center;
    margin-bottom: 30px;
  }
}
body.homepage .tm-top > .uk-container > .uk-grid > div .punti-forza .uk-width-expand .title {
  color: white;
}
body.homepage .tm-top > .uk-container > .uk-grid > div .punti-forza .uk-width-expand .subtitle {
  color: #1c253e;
}
@media only screen and (max-width: 1200px) {
  body.homepage .tm-top > .uk-container > .uk-grid > div .punti-forza .card {
    width: 33.3%;
  }
}
@media only screen and (max-width: 960px) {
  body.homepage .tm-top > .uk-container > .uk-grid > div .punti-forza .card {
    width: 100%;
  }
}
body.homepage .tm-top > .uk-container > .uk-grid > div .punti-forza .card > div {
  padding-left: 35px;
  border-left: 2px solid #ffffff26;
}
body.homepage .tm-top > .uk-container > .uk-grid > div .punti-forza .card > div .icon {
  margin-bottom: 20px;
}
body.homepage .tm-top > .uk-container > .uk-grid > div .punti-forza .card > div .subtitle {
  color: white;
  font-style: italic;
  margin-bottom: 10px;
}
body.homepage .tm-top > .uk-container > .uk-grid > div .punti-forza .card > div p {
  color: white;
  margin: 0px;
}
body.homepage .tm-top > .uk-container > .uk-grid > div .punti-forza .card > div button {
  background-color: transparent;
  padding: 0px;
  height: auto;
  border: 0px;
}
body.homepage .tm-top > .uk-container > .uk-grid > div .punti-forza .card > div a {
  font-weight: 800;
  color: white;
  text-decoration: none;
  margin-top: 10px;
}
body.homepage .tm-top > .uk-container > .uk-grid > div .punti-forza .card > div a svg {
  color: white;
  margin-left: 5px;
  transition-duration: 1s;
  transition-property: margin-left;
}
body.homepage .tm-top > .uk-container > .uk-grid > div .punti-forza .card > div a:hover svg {
  margin-left: 15px;
  transition-duration: 1s;
  transition-property: margin-left;
}
body.homepage .tm-main {
  padding: 100px 0px;
}
body.homepage .tm-main .servizi-uikit3 .title,
body.homepage .tm-main .servizi-uikit3 .subtitle {
  text-align: center;
}
body.homepage .tm-bottom {
  padding-bottom: 0px !important;
}
body.homepage .tm-bottom > .uk-container {
  max-width: 100%;
  width: 100% !important;
  padding: 0px;
}
body.homepage .tm-bottom > .uk-container > .uk-grid-stack > div {
  margin: 0px;
}
body.homepage .tm-bottom .news-info {
  background-color: #e5eef5;
  padding: 120px 0px;
}
body.homepage .tm-bottom .news-info .intestazione {
  margin-bottom: 50px;
}
body.homepage .tm-bottom .news-info .slide-news .wk-slidenav-position .wk-slidenav {
  display: block;
  background-color: #23232345;
  height: 35px;
  width: 35px;
  left: -50px;
  right: auto;
  transition-duration: 0.5s;
  transition-property: background-color;
}
@media only screen and (max-width: 1200px) {
  body.homepage .tm-bottom .news-info .slide-news .wk-slidenav-position .wk-slidenav {
    position: static;
    margin-top: 15px;
    display: inline-block;
  }
}
body.homepage .tm-bottom .news-info .slide-news .wk-slidenav-position .wk-slidenav:before {
  font-size: 27px;
  color: white;
  padding: 5px 13px;
  line-height: 25px;
  position: absolute;
  display: block;
}
body.homepage .tm-bottom .news-info .slide-news .wk-slidenav-position .wk-slidenav:hover {
  background-color: #1c253e;
  transition-duration: 0.5s;
  transition-property: background-color;
}
body.homepage .tm-bottom .news-info .slide-news .wk-slidenav-position .wk-slidenav-previous {
  top: 29px;
}
body.homepage .tm-bottom .news-info .slide-news .wk-slidenav-position .wk-slidenav-next {
  top: 72px;
}
body.homepage .tm-bottom .news-info .slide-news .wk-slidenav-position ul.wk-slideset li .wk-panel {
  transition-duration: 0.5s;
  transition-property: transform;
  border: 0px !important;
}
body.homepage .tm-bottom .news-info .slide-news .wk-slidenav-position ul.wk-slideset li .wk-panel:hover {
  box-shadow: 2px 26px 56px rgba(0, 0, 0, 0.06);
  transform: scale(1.03);
  transition-duration: 0.5s;
  transition-property: transform;
}
body.homepage .tm-bottom .news-info .slide-news .wk-slidenav-position ul.wk-slideset li .wk-panel .wk-h3 {
  font-size: 50px;
  line-height: 60px;
  letter-spacing: 1px;
  margin: 0px;
  margin-bottom: 10px;
  text-transform: initial !important;
  font-weight: 700;
  font-size: 17px;
  line-height: 24px;
  margin: 0px !important;
  max-width: 80%;
  padding: 0px 8px;
}
@media only screen and (max-width: 640px) {
  body.homepage .tm-bottom .news-info .slide-news .wk-slidenav-position ul.wk-slideset li .wk-panel .wk-h3 {
    font-size: 25px !important;
    line-height: 35px !important;
  }
}
@media only screen and (max-width: 640px) {
  body.homepage .tm-bottom .news-info .slide-news .wk-slidenav-position ul.wk-slideset li .wk-panel .wk-h3 {
    font-size: 20px;
    line-height: 28px;
  }
}
body.homepage .tm-bottom .news-info .slide-news .wk-slidenav-position ul.wk-slideset li .wk-panel p {
  padding: 0px 8px;
  margin-top: 10px;
}
body.homepage .tm-bottom .news-info .slide-news .wk-slidenav-position ul.wk-slideset li .wk-panel p .wk-button {
  font-weight: 800;
  color: #0e4ceb;
  text-decoration: none !important;
  background-color: transparent;
  background: transparent;
  padding: 0px !important;
  border: 0px !important;
  position: relative;
  padding-right: 10px !important;
  transition-duration: 0.5s;
  transition-property: padding;
}
body.homepage .tm-bottom .news-info .slide-news .wk-slidenav-position ul.wk-slideset li .wk-panel p .wk-button:after {
  content: ' ';
  position: absolute;
  background-image: url("data:image/svg+xml;charset=utf8,%3C?xml version='1.0' encoding='utf-8'?%3E%3C!-- Generator: Adobe Illustrator 23.0.2, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Livello_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 20 20' style='enable-background:new 0 0 20 20;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0{fill:none;stroke:%230E4CEB;stroke-width:2;stroke-miterlimit:10;} %3C/style%3E%3Cg%3E%3Cpolyline class='st0' points='1.2,1.4 9.8,10 1.3,18.6 '/%3E%3Cpolyline class='st0' points='10.2,1.4 18.8,10 10.2,18.6 '/%3E%3C/g%3E%3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 11px;
  width: 11px;
  height: 11px;
  right: -11px;
  bottom: 13px;
}
body.homepage .tm-bottom .news-info .slide-news .wk-slidenav-position ul.wk-slideset li .wk-panel p .wk-button:hover {
  padding-right: 16px !important;
  transition-duration: 0.5s;
  transition-property: padding;
}
body.homepage .tm-bottom .news-info .slide-info .wk-slidenav-position .wk-slidenav {
  display: block;
  background-color: #23232345;
  height: 35px;
  width: 35px;
  right: -50px;
  left: auto;
  transition-duration: 0.5s;
  transition-property: background-color;
}
@media only screen and (max-width: 1200px) {
  body.homepage .tm-bottom .news-info .slide-info .wk-slidenav-position .wk-slidenav {
    position: static;
    margin-top: 15px;
    display: inline-block;
  }
}
body.homepage .tm-bottom .news-info .slide-info .wk-slidenav-position .wk-slidenav:before {
  font-size: 27px;
  color: white;
  padding: 5px 13px;
  line-height: 25px;
  position: absolute;
  display: block;
}
body.homepage .tm-bottom .news-info .slide-info .wk-slidenav-position .wk-slidenav:hover {
  background-color: #1c253e;
  transition-duration: 0.5s;
  transition-property: background-color;
}
body.homepage .tm-bottom .news-info .slide-info .wk-slidenav-position .wk-slidenav-previous {
  top: 29px;
}
body.homepage .tm-bottom .news-info .slide-info .wk-slidenav-position .wk-slidenav-next {
  top: 72px;
}
body.homepage .tm-bottom .news-info .slide-info .wk-slidenav-position ul.wk-slideset li .wk-panel {
  background-color: #1c253e;
  padding: 30px 33px 15px 33px;
  transition-duration: 0.5s;
  transition-property: transform;
  border: 0px !important;
}
body.homepage .tm-bottom .news-info .slide-info .wk-slidenav-position ul.wk-slideset li .wk-panel:hover {
  box-shadow: 2px 26px 56px rgba(0, 0, 0, 0.06);
  transform: scale(1.03);
  transition-duration: 0.5s;
  transition-property: transform;
}
body.homepage .tm-bottom .news-info .slide-info .wk-slidenav-position ul.wk-slideset li .wk-panel .wk-panel-title a {
  font-size: 50px;
  line-height: 60px;
  letter-spacing: 1px;
  margin: 0px;
  margin-bottom: 10px;
  text-transform: initial !important;
  font-weight: 700;
  font-size: 17px;
  line-height: 24px;
  margin: 0px !important;
  max-width: 80%;
  padding: 0px 8px;
  color: white;
  padding: 0px;
}
@media only screen and (max-width: 640px) {
  body.homepage .tm-bottom .news-info .slide-info .wk-slidenav-position ul.wk-slideset li .wk-panel .wk-panel-title a {
    font-size: 25px !important;
    line-height: 35px !important;
  }
}
@media only screen and (max-width: 640px) {
  body.homepage .tm-bottom .news-info .slide-info .wk-slidenav-position ul.wk-slideset li .wk-panel .wk-panel-title a {
    font-size: 20px;
    line-height: 28px;
  }
}
body.homepage .tm-bottom .news-info .slide-info .wk-slidenav-position ul.wk-slideset li .wk-panel .wk-margin {
  color: #ffffff80;
}
body.homepage .tm-bottom .news-info .slide-info .wk-slidenav-position ul.wk-slideset li .wk-panel p {
  padding: 0px 8px;
  padding-top: 10px;
  border-top: 2px solid #ffffff0d;
}
body.homepage .tm-bottom .news-info .slide-info .wk-slidenav-position ul.wk-slideset li .wk-panel p .wk-button {
  font-weight: 800;
  color: white;
  text-decoration: none !important;
  background-color: transparent;
  background: transparent;
  padding: 0px !important;
  border: 0px !important;
  position: relative;
  padding-right: 10px !important;
  transition-duration: 0.5s;
  transition-property: padding;
}
body.homepage .tm-bottom .news-info .slide-info .wk-slidenav-position ul.wk-slideset li .wk-panel p .wk-button:after {
  content: ' ';
  position: absolute;
  background-image: url("data:image/svg+xml;charset=utf8,%3C?xml version='1.0' encoding='utf-8'?%3E%3C!-- Generator: Adobe Illustrator 23.0.2, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Livello_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 20 20' style='enable-background:new 0 0 20 20;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0{fill:none;stroke:%23FFFFFF;stroke-width:2;stroke-miterlimit:10;} %3C/style%3E%3Cg%3E%3Cpolyline class='st0' points='1.2,1.4 9.8,10 1.3,18.6 '/%3E%3Cpolyline class='st0' points='10.2,1.4 18.8,10 10.2,18.6 '/%3E%3C/g%3E%3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 11px;
  width: 11px;
  height: 11px;
  right: -11px;
  bottom: 13px;
}
body.homepage .tm-bottom .news-info .slide-info .wk-slidenav-position ul.wk-slideset li .wk-panel p .wk-button:hover {
  padding-right: 16px !important;
  transition-duration: 0.5s;
  transition-property: padding;
}
.hero-all-pages {
  height: 70vh;
  min-height: 300px;
}
.hero-all-pages .gradient {
  width: 100%;
  min-height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(to bottom, rgba(14, 76, 235, 0.1), rgba(14, 76, 235, 0.3));
}
.hero-all-pages .gradient .uk-container {
  width: 90%;
  padding-bottom: 100px;
}
.hero-all-pages .gradient .uk-container .big-title {
  color: white;
}
.hero-all-pages .gradient .uk-container .subtitle {
  color: #1c253e;
  background-color: white;
  padding: 3px 19px;
  border-radius: 2px;
}
body.company .video-section,
body.team .video-section {
  display: none;
}
body.company .tm-main > .uk-container > .uk-container,
body.team .tm-main > .uk-container > .uk-container {
  margin-top: 20px !important;
}
body.company .gradient > .uk-container,
body.team .gradient > .uk-container {
  padding-bottom: 0px;
}
body.front-office .contatti-uikit3 > h1 {
  display: none !important;
}
body.team .contatti-uikit3 > h1 {
  font-size: 50px;
  line-height: 60px;
  letter-spacing: 1px;
  font-weight: 700;
  margin: 0px;
  margin-bottom: 10px;
  text-transform: initial !important;
  text-align: center;
  margin: 60px 0px;
  padding-top: 30px;
  border-top: 2px solid #1c253e21;
}
@media only screen and (max-width: 640px) {
  body.team .contatti-uikit3 > h1 {
    font-size: 25px !important;
    line-height: 35px !important;
  }
}
body.team .contatti-uikit3 {
  padding-bottom: 70px;
}
body.team .contatti-uikit3 > .uk-grid {
  padding-bottom: 60px;
}
body.team .title.uk-text-center {
  margin: 60px 0px;
  padding-top: 30px;
  border-top: 2px solid #1c253e21;
}
body.team .card .uk-card {
  background-color: #1c253e;
  border-radius: 3px;
  padding: 35px 40px;
  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=14, Direction=0, Color=#000000)";
  /*IE 8*/
  -moz-box-shadow: 0 9px 14px 2px rgba(0, 0, 0, 0.1);
  /*FF 3.5+*/
  -webkit-box-shadow: 0 9px 14px 2px rgba(0, 0, 0, 0.1);
  /*Saf3-4, Chrome, iOS 4.0.2-4.2, Android 2.3+*/
  box-shadow: 0 9px 14px 2px rgba(0, 0, 0, 0.1);
  /* FF3.5+, Opera 9+, Saf1+, Chrome, IE10 */
  filter: progid:DXImageTransform.Microsoft.Shadow(Strength=14, Direction=135, Color=#000000);
  /*IE 5.5-7*/
}
body.team .card .uk-card .title {
  font-size: 17px;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 800;
  margin: 0px;
  color: #0e4ceb;
  color: white;
  font-weight: 600;
  font-size: 21px;
  line-height: 30px;
}
@media only screen and (max-width: 640px) {
  body.team .card .uk-card .title {
    font-size: 15px;
  }
}
body.team .card .uk-card .meta {
  font-size: 16px;
  line-height: 26px;
  margin: 0px;
  padding: 12px 0px 0px 0px;
  color: #7ca1ff;
  font-weight: 600;
  letter-spacing: 1px;
}
body.team .card .uk-card .immagine img {
  border-radius: 100%;
}
body.team .card .uk-card .description .element {
  color: #ffffff91;
  padding: 15px 0px 10px 0px;
  margin-top: 20px;
  border-top: 2px solid #ffffff1f;
}
body.team .card .uk-card .intro button {
  background-color: transparent;
  padding: 0px;
  height: auto;
  border: 0px;
}
body.team .card .uk-card .intro a {
  font-weight: 800;
  color: white;
  text-decoration: none;
}
body.team .card .uk-card .intro a svg {
  color: white;
  margin-left: 5px;
  transition-duration: 1s;
  transition-property: margin-left;
}
body.team .card .uk-card .intro a:hover svg {
  margin-left: 15px;
  transition-duration: 1s;
  transition-property: margin-left;
}
body.team .card .uk-card .email span a {
  color: white;
  text-decoration: none;
  letter-spacing: 0.5px;
  font-size: 15px;
  padding-top: 10px;
}
body.team .card .uk-card p.links {
  margin: 0px;
  margin-top: 15px;
  margin-bottom: 8px;
}
body.team .card .uk-card p.links a {
  color: #1c253e;
  background-color: white;
  padding: 10px 25px;
  text-decoration: none;
  font-weight: 600;
}
body.about-us .tm-main {
  padding: 0px;
  margin-top: -83px;
}
body.about-us .tm-main > .uk-container {
  width: 100% !important;
  max-width: 100%;
  padding: 0px;
}
body.about-us .tm-main > .uk-container > .uk-container {
  margin-top: -200px;
}
body.about-us .tm-main > .uk-container > .uk-container .video-section {
  width: 60%;
  margin: 0 auto;
  max-width: 950px;
  padding-bottom: 4%;
}
body.about-us .tm-main > .uk-container > .uk-container .video-section .videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=14, Direction=0, Color=#000000)";
  /*IE 8*/
  -moz-box-shadow: 0 9px 14px 2px rgba(0, 0, 0, 0.1);
  /*FF 3.5+*/
  -webkit-box-shadow: 0 9px 14px 2px rgba(0, 0, 0, 0.1);
  /*Saf3-4, Chrome, iOS 4.0.2-4.2, Android 2.3+*/
  box-shadow: 0 9px 14px 2px rgba(0, 0, 0, 0.1);
  /* FF3.5+, Opera 9+, Saf1+, Chrome, IE10 */
  filter: progid:DXImageTransform.Microsoft.Shadow(Strength=14, Direction=135, Color=#000000);
  /*IE 5.5-7*/
}
body.about-us .tm-main > .uk-container > .uk-container .video-section .videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
body.about-us .tm-main > .uk-container > .uk-container .bottom-title {
  padding: 50px 0px;
  padding-bottom: 20px;
}
body.about-us .tm-main > .uk-container > .uk-container .bottom-title .subtitle {
  color: #1c253e;
  text-transform: initial !important;
  font-size: 30px;
  line-height: 40px;
}
body.about-us .tm-main > .uk-container > .uk-container .bottom-title .subtitle strong {
  color: #0e4ceb;
}
@media only screen and (max-width: 768px) {
  body.about-us .tm-main > .uk-container > .uk-container .bottom-title .subtitle {
    font-size: 20px;
    line-height: 30px;
  }
}
body.about-us .tm-main > .uk-container > .uk-container .wrap-email ul.zoo-default {
  padding: 0px;
  padding-top: 30px;
  margin: 0px;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
body.about-us .tm-main > .uk-container > .uk-container .wrap-email ul.zoo-default li {
  padding: 10px;
}
body.about-us .tm-main > .uk-container > .uk-container .wrap-email ul.zoo-default p.title {
  font-size: 17px;
  line-height: 30px;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 800;
  margin: 0px;
  color: #0e4ceb;
  color: #1c253e !important;
  font-size: 15px;
}
@media only screen and (max-width: 640px) {
  body.about-us .tm-main > .uk-container > .uk-container .wrap-email ul.zoo-default p.title {
    font-size: 15px;
  }
}
body.about-us .tm-main > .uk-container > .uk-container .wrap-email ul.zoo-default p.title a {
  font-size: 17px;
  line-height: 30px;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 800;
  margin: 0px;
  color: #0e4ceb;
  text-transform: uppercase !important;
  color: #0e4ceb !important;
  font-size: 15px;
}
@media only screen and (max-width: 640px) {
  body.about-us .tm-main > .uk-container > .uk-container .wrap-email ul.zoo-default p.title a {
    font-size: 15px;
  }
}
body.about-us .tm-main > .uk-container > .uk-container .wrap-email ul.zoo-default .description,
body.about-us .tm-main > .uk-container > .uk-container .wrap-email ul.zoo-default .element {
  display: inline-block;
}
body.about-us .tm-main > .uk-container > .uk-container .wrap-email ul.zoo-default .description a,
body.about-us .tm-main > .uk-container > .uk-container .wrap-email ul.zoo-default .element a {
  font-size: 14px;
  font-weight: 600;
  line-height: 2.2;
  text-decoration: none;
}
body.about-us .tm-main > .uk-container > .uk-container .wrap-email ul.zoo-default .description a:hover,
body.about-us .tm-main > .uk-container > .uk-container .wrap-email ul.zoo-default .element a:hover {
  color: #0e4ceb;
}
body.about-us .tm-main > .uk-container > .uk-container .text {
  padding: 100px 0px;
}
body.about-us .tm-main > .uk-container > .uk-container .text .wk-grid-margin {
  margin-top: 70px;
}
body.about-us .tm-main > .uk-container > .uk-container .text .wk-panel-title {
  font-size: 17px;
  line-height: 30px;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 800;
  margin: 0px;
  color: #0e4ceb;
  color: #1c253e;
  font-size: 24px;
  line-height: 34px;
  font-weight: 600;
}
@media only screen and (max-width: 640px) {
  body.about-us .tm-main > .uk-container > .uk-container .text .wk-panel-title {
    font-size: 15px;
  }
}
body.about-us .tm-main > .uk-container > .uk-container .team {
  padding-bottom: 50px;
}
body.about-us .tm-main > .uk-container > .uk-container .team .wrap .title {
  color: #1c253e;
  font-size: 43px;
  line-height: 61px;
  max-width: 300px;
}
body.about-us .tm-main > .uk-container > .uk-container .team .wrap .title span {
  color: #0e4ceb;
}
body.about-us .tm-main > .uk-container > .uk-container .team .intro .uk-icon {
  padding-left: 10px;
}
body.about-us .tm-main > .uk-container > .uk-container .team .intro .uk-icon svg {
  color: white;
}
body.about-us .tm-main > .uk-container > .uk-container .team .intro button {
  display: block;
  padding-top: 8px !important;
}
body.about-us .tm-main > .uk-container > .uk-container .team .intro button a {
  padding-left: 0px !important;
}
body.about-us .tm-main > .uk-container > .uk-container .team .card .layout-default {
  background-color: #1c253e;
  border-radius: 3px;
  padding: 35px 40px;
  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=14, Direction=0, Color=#000000)";
  /*IE 8*/
  -moz-box-shadow: 0 9px 14px 2px rgba(0, 0, 0, 0.1);
  /*FF 3.5+*/
  -webkit-box-shadow: 0 9px 14px 2px rgba(0, 0, 0, 0.1);
  /*Saf3-4, Chrome, iOS 4.0.2-4.2, Android 2.3+*/
  box-shadow: 0 9px 14px 2px rgba(0, 0, 0, 0.1);
  /* FF3.5+, Opera 9+, Saf1+, Chrome, IE10 */
  filter: progid:DXImageTransform.Microsoft.Shadow(Strength=14, Direction=135, Color=#000000);
  /*IE 5.5-7*/
}
body.about-us .tm-main > .uk-container > .uk-container .team .card .layout-default .title {
  font-size: 17px;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 800;
  margin: 0px;
  color: #0e4ceb;
  color: white;
  font-weight: 600;
  font-size: 21px;
  line-height: 30px;
}
@media only screen and (max-width: 640px) {
  body.about-us .tm-main > .uk-container > .uk-container .team .card .layout-default .title {
    font-size: 15px;
  }
}
body.about-us .tm-main > .uk-container > .uk-container .team .card .layout-default .meta {
  font-size: 16px;
  line-height: 26px;
  margin: 0px;
  padding: 12px 0px 0px 0px;
  color: #7ca1ff;
  font-weight: 600;
  letter-spacing: 1px;
}
body.about-us .tm-main > .uk-container > .uk-container .team .card .layout-default .immagine img {
  border-radius: 100%;
}
body.about-us .tm-main > .uk-container > .uk-container .team .card .layout-default .description .element {
  color: #ffffff91;
  padding: 15px 0px 10px 0px;
  margin-top: 20px;
  border-top: 2px solid #ffffff1f;
}
body.about-us .tm-main > .uk-container > .uk-container .team .card .layout-default .intro button {
  background-color: transparent;
  padding: 0px;
  height: auto;
  border: 0px;
}
body.about-us .tm-main > .uk-container > .uk-container .team .card .layout-default .intro a {
  font-weight: 800;
  color: white;
  text-decoration: none;
}
body.about-us .tm-main > .uk-container > .uk-container .team .card .layout-default .intro a svg {
  color: white;
  margin-left: 5px;
  transition-duration: 1s;
  transition-property: margin-left;
}
body.about-us .tm-main > .uk-container > .uk-container .team .card .layout-default .intro a:hover svg {
  margin-left: 15px;
  transition-duration: 1s;
  transition-property: margin-left;
}
body.about-us .tm-main > .uk-container > .uk-container .team .card .layout-default p.links {
  margin: 0px;
  margin-top: 15px;
  margin-bottom: 8px;
}
body.about-us .tm-main > .uk-container > .uk-container .team .card .layout-default p.links a {
  color: #1c253e;
  background-color: white;
  padding: 10px 25px;
  text-decoration: none;
  font-weight: 600;
}
body.team .tm-top {
  padding: 0px;
}
body.team .tm-top > .uk-container {
  width: 100%;
  max-width: 100%;
  padding: 0px;
}
body.csi .tm-main {
  padding-bottom: 0px;
}
body.csi .tm-main .contatti-uikit3-csi {
  padding-bottom: 0px;
}
body.csi .tm-bottom .descrizione-team {
  text-align: center !important;
}
body.csi .tm-bottom .descrizione-team .custom {
  font-size: 24px;
  color: #0e4ceb;
}
.team-canvas {
  display: flex;
  align-items: center;
  width: 400px;
  padding: 50px;
  background-color: #1c253e;
}
.team-canvas .uk-offcanvas-close {
  color: white !important;
}
.team-canvas .title {
  font-size: 17px;
  line-height: 30px;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin: 0px;
  color: #0e4ceb;
  color: white;
  font-weight: 800;
  font-size: 24px;
  line-height: 33px;
}
@media only screen and (max-width: 640px) {
  .team-canvas .title {
    font-size: 15px;
  }
}
.team-canvas .meta {
  font-size: 14px;
  line-height: 23px;
  margin: 0px;
  padding: 12px 0px 15px 0px;
  color: #0e4ceb;
  font-weight: 700;
  letter-spacing: 1px;
  border-bottom: 2px solid #ffffff1f;
}
.descrizione-team {
  padding-bottom: 80px;
  width: 90%;
  max-width: 1360px;
  margin: 0 auto;
}
.descrizione-team span {
  font-size: 16pt !important;
}
.descrizione-team strong {
  color: #0e4ceb;
  font-weight: 700;
  font-size: 35px;
  line-height: 43px;
}
@media only screen and (max-width: 640px) {
  .descrizione-team strong {
    font-size: 26px;
    line-height: 35px;
  }
}
.descrizione-team p {
  color: #1c253e;
}
.punti-canvas {
  display: flex;
  align-items: center;
  width: 400px;
  padding: 50px;
  background-color: #0e4ceb;
}
.punti-canvas .uk-offcanvas-close {
  color: white !important;
}
.punti-canvas .icon {
  padding-bottom: 15px;
}
.punti-canvas .subtitle {
  font-size: 14px;
  line-height: 23px;
  margin: 0px;
  padding: 12px 0px 15px 0px;
  color: white;
  font-weight: 700;
  letter-spacing: 1px;
  border-bottom: 2px solid #ffffff1f;
}
.punti-canvas p {
  color: white;
}
body.services .tm-main {
  padding: 0px;
  margin-top: -83px;
}
body.services .tm-main > .uk-container {
  width: 100% !important;
  max-width: 100%;
  padding: 0px;
}
body.services .tm-main > .uk-container .gradient .uk-container {
  padding-bottom: 0px;
}
body.services .tm-main .grid-services-teaser {
  padding: 60px 0px;
  padding-bottom: 110px;
}
body.services .tm-main .grid-services-teaser .grid-services {
  background-image: none;
}
.grid-services {
  margin-top: 30px;
  padding-top: 50px;
  background-image: url("data:image/svg+xml;charset=utf8,%3C?xml version='1.0' encoding='utf-8'?%3E%3C!-- Generator: Adobe Illustrator 23.0.2, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Livello_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 21.2 21.2' style='enable-background:new 0 0 21.2 21.2;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0{opacity:0.25;} .st1{fill:%233155A2;} %3C/style%3E%3Cg class='st0'%3E%3Cg%3E%3Cpath class='st1' d='M10.6,15.7c-0.8,0-1.5-0.7-1.5-1.5V1.5C9.1,0.7,9.8,0,10.6,0s1.5,0.7,1.5,1.5v12.7 C12.1,15.1,11.4,15.7,10.6,15.7z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  background-position: center top;
  background-repeat: repeat-y;
  background-size: 19px;
}
.grid-services .uk-card .row-img .uk-position-center {
  height: 100%;
  background-color: transparent;
  transition: 0.3s ease-out;
  transition-property: background-color;
  padding: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.grid-services .uk-card .row-img .uk-position-center:hover {
  background-color: #0e4cebd1;
  transition: 0.3s ease-out;
  transition-property: background-color;
}
.grid-services .uk-card .row-img .uk-position-center > div {
  width: 100%;
}
.grid-services .uk-card .row-img .uk-position-center p {
  color: white;
  font-weight: 500;
}
.grid-services .uk-card .row-img .uk-position-center .uk-button {
  border: 2px solid white;
}
.grid-services .uk-card .row-title {
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.grid-services .uk-card .row-title .s-title {
  font-size: 50px;
  line-height: 60px;
  letter-spacing: 1px;
  margin: 0px;
  margin-bottom: 10px;
  text-transform: initial !important;
  font-weight: 700;
  font-size: 20px !important;
  line-height: 28px !important;
  margin: 0px !important;
  max-width: 80%;
}
@media only screen and (max-width: 640px) {
  .grid-services .uk-card .row-title .s-title {
    font-size: 25px !important;
    line-height: 35px !important;
  }
}
body.services-full .tm-main,
body.services .tm-main {
  padding: 0px;
  margin-top: -83px;
}
body.services-full .tm-main > .uk-container,
body.services .tm-main > .uk-container {
  width: 100% !important;
  max-width: 100%;
  padding: 0px;
}
body.services-full .tm-main .full-services-wrap,
body.services .tm-main .full-services-wrap {
  margin-top: -11%;
  padding-bottom: 7%;
}
@media only screen and (max-width: 960px) {
  body.services-full .tm-main .full-services-wrap,
  body.services .tm-main .full-services-wrap {
    margin-top: -150px;
  }
}
body.services-full .tm-main .full-services-wrap .coll-full-servizio .uk-card-body,
body.services .tm-main .full-services-wrap .coll-full-servizio .uk-card-body {
  padding: 40px 50px;
}
body.services-full .tm-main .full-services-wrap .coll-full-servizio .uk-card-body .title,
body.services .tm-main .full-services-wrap .coll-full-servizio .uk-card-body .title {
  font-size: 40px;
  line-height: 48px;
}
body.services-full .tm-main .full-services-wrap .coll-full-servizio .uk-card-body .image,
body.services .tm-main .full-services-wrap .coll-full-servizio .uk-card-body .image {
  margin: 30px 0px;
}
body.services-full .tm-main .full-services-wrap .coll-full-servizio .uk-card-body .table,
body.services .tm-main .full-services-wrap .coll-full-servizio .uk-card-body .table {
  margin: 30px 0px;
}
body.services-full .tm-main .full-services-wrap .coll-sidebar .uk-card,
body.services .tm-main .full-services-wrap .coll-sidebar .uk-card {
  display: block;
  margin-bottom: 30px;
  border-radius: 3px;
  overflow: hidden;
}
body.services-full .tm-main .full-services-wrap .coll-sidebar .uk-card .label-c,
body.services .tm-main .full-services-wrap .coll-sidebar .uk-card .label-c {
  font-size: 17px;
  line-height: 30px;
  text-transform: uppercase;
  font-weight: 800;
  margin: 0px;
  color: #0e4ceb;
  text-align: center;
  font-size: 14px;
  line-height: 23px;
  font-weight: 700;
  letter-spacing: 1px;
  color: white;
  background-color: #0e4ceb;
  padding: 15px;
}
@media only screen and (max-width: 640px) {
  body.services-full .tm-main .full-services-wrap .coll-sidebar .uk-card .label-c,
  body.services .tm-main .full-services-wrap .coll-sidebar .uk-card .label-c {
    font-size: 15px;
  }
}
body.services-full .tm-main .full-services-wrap .coll-sidebar .uk-card > ul,
body.services .tm-main .full-services-wrap .coll-sidebar .uk-card > ul {
  margin: 0px;
  padding: 20px 40px;
}
body.services-full .tm-main .full-services-wrap .coll-sidebar .uk-card > ul > ul,
body.services .tm-main .full-services-wrap .coll-sidebar .uk-card > ul > ul {
  padding: 0px;
}
body.services-full .tm-main .full-services-wrap .coll-sidebar .uk-card > ul li,
body.services .tm-main .full-services-wrap .coll-sidebar .uk-card > ul li {
  padding: 10px 0px;
  border-bottom: 2px solid #e5eef5;
}
body.services-full .tm-main .full-services-wrap .coll-sidebar .uk-card > ul li:last-child,
body.services .tm-main .full-services-wrap .coll-sidebar .uk-card > ul li:last-child {
  border: none;
}
body.services-full .tm-main .full-services-wrap .coll-sidebar .uk-card > ul li a,
body.services .tm-main .full-services-wrap .coll-sidebar .uk-card > ul li a {
  text-decoration: none;
  font-weight: 600;
}
body.services-full .tm-main .full-services-wrap .coll-sidebar .uk-card > ul li a:hover,
body.services .tm-main .full-services-wrap .coll-sidebar .uk-card > ul li a:hover {
  color: #0e4ceb;
}
body.services-full .tm-main .full-services-wrap .coll-sidebar .t-servizi-correlati ul a,
body.services .tm-main .full-services-wrap .coll-sidebar .t-servizi-correlati ul a {
  padding: 10px 0px;
  border-bottom: 2px solid #e5eef5;
  text-decoration: none;
  font-weight: 600;
  display: block;
}
body.services-full .tm-main .full-services-wrap .coll-sidebar .t-servizi-correlati ul a:hover,
body.services .tm-main .full-services-wrap .coll-sidebar .t-servizi-correlati ul a:hover {
  color: #0e4ceb;
}
body.services-full .tm-main .full-services-wrap .coll-sidebar .t-servizi-correlati ul a:last-child,
body.services .tm-main .full-services-wrap .coll-sidebar .t-servizi-correlati ul a:last-child {
  border: none;
}
body.services-full .tm-main .full-services-wrap .coll-sidebar .t-servizi-correlati ul a.uk-active,
body.services .tm-main .full-services-wrap .coll-sidebar .t-servizi-correlati ul a.uk-active {
  color: #0e4ceb;
  font-weight: 700;
}
body.services-full .tm-main .full-services-wrap .coll-sidebar .t-area-download,
body.services .tm-main .full-services-wrap .coll-sidebar .t-area-download {
  background-color: #1c253e;
}
body.services-full .tm-main .full-services-wrap .coll-sidebar .t-area-download li,
body.services .tm-main .full-services-wrap .coll-sidebar .t-area-download li {
  border-bottom: 2px solid #ffffff1f !important;
}
body.services-full .tm-main .full-services-wrap .coll-sidebar .t-area-download li:last-child,
body.services .tm-main .full-services-wrap .coll-sidebar .t-area-download li:last-child {
  border: none !important;
}
body.services-full .tm-main .full-services-wrap .coll-sidebar .t-area-download li a,
body.services .tm-main .full-services-wrap .coll-sidebar .t-area-download li a {
  color: white;
}
body.news-info .tm-main {
  padding: 0px;
  margin-top: -83px;
}
body.news-info .tm-main > .uk-container {
  width: 100% !important;
  max-width: 100%;
  padding: 0px;
}
body.news-info .tm-main > .uk-container .gradient .uk-container {
  padding-bottom: 0px;
}
body.news-info .tm-main .grid-news-info {
  padding-bottom: 130px;
  background-color: #e5eef5;
}
body.news-info .tm-main .grid-news-info ul.uk-grid {
  padding-top: 50px;
}
body.news-info .tm-main .grid-news-info .uk-subnav {
  justify-content: center;
  margin-top: -23px;
  padding-bottom: 30px;
}
body.news-info .tm-main .grid-news-info .uk-subnav li {
  padding-bottom: 10px;
}
body.news-info .tm-main .grid-news-info .uk-subnav li a {
  background-color: white;
  border-radius: 3px;
  padding: 5px 25px;
}
body.news-info .tm-main .grid-news-info .uk-card {
  height: 100%;
}
body.news-info .tm-main .grid-news-info .uk-card .description-news {
  padding: 30px 45px;
}
body.news-info .tm-main .grid-news-info .uk-card .description-news .tags {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  display: none;
}
body.news-info .tm-main .grid-news-info .uk-card .description-news .tags a {
  color: #aab2c5;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
  padding: 0px 3px;
}
body.news-info .tm-main .grid-news-info .uk-card .description-news .tags .dg-icon {
  width: 16px;
  height: 16px;
  display: inline-block;
  margin-right: 10px;
  background-image: url("data:image/svg+xml;charset=utf8,%3C?xml version='1.0' encoding='utf-8'?%3E%3C!-- Generator: Adobe Illustrator 23.0.3, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 432.5 432.5' style='enable-background:new 0 0 432.5 432.5;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0{fill:%23AAB2C5;} %3C/style%3E%3Cpath class='st0' d='M0,255.8c0,10.1,3.5,18.6,10.6,25.7L150.7,422c7.4,7,16.1,10.6,26,10.6c10.1,0,18.7-3.5,25.7-10.6l204.1-204.4 c7.2-7,13.4-16.7,18.4-28.8c5-12.2,7.6-23.3,7.6-33.4V36.5c0-9.9-3.6-18.5-10.8-25.7C414.5,3.6,405.9,0,396,0L277.2,0 c-10.1,0-21.2,2.5-33.4,7.6c-12.2,5-21.9,11.2-29.1,18.4L10.6,229.8C3.5,237.3,0,245.9,0,255.8z M304.6,91.4 c0-10.1,3.6-18.7,10.7-25.8c7.1-7.1,15.8-10.7,25.8-10.7c10.1,0,18.7,3.6,25.8,10.7c7.1,7.1,10.7,15.7,10.7,25.8 c0,10.1-3.6,18.7-10.7,25.8c-7.1,7.1-15.8,10.7-25.8,10.7c-10.1,0-18.7-3.6-25.8-10.7C308.2,110.1,304.6,101.5,304.6,91.4z'/%3E%3C/svg%3E");
  background-size: 13px;
  background-repeat: no-repeat;
  background-position: center;
}
body.news-info .tm-main .grid-news-info .uk-card .description-news .date {
  float: left;
  text-align: right !important;
  font-style: italic;
  font-weight: 600;
  color: #1c253e;
}
body.news-info .tm-main .grid-news-info .uk-card .description-news .title {
  font-size: 20px;
  line-height: 28px;
  margin-top: 20px;
}
body.news-info .tm-main .grid-news-info .uk-card .description-news .link a {
  font-weight: 800;
  color: #0e4ceb;
  text-decoration: none !important;
  background-color: transparent;
  background: transparent;
  padding: 0px !important;
  border: 0px !important;
  position: relative;
  padding-right: 10px !important;
  transition-duration: 0.5s;
  transition-property: padding;
}
body.news-info .tm-main .grid-news-info .uk-card .description-news .link a:after {
  content: ' ';
  position: absolute;
  background-image: url("data:image/svg+xml;charset=utf8,%3C?xml version='1.0' encoding='utf-8'?%3E%3C!-- Generator: Adobe Illustrator 23.0.2, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Livello_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 20 20' style='enable-background:new 0 0 20 20;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0{fill:none;stroke:%230E4CEB;stroke-width:2;stroke-miterlimit:10;} %3C/style%3E%3Cg%3E%3Cpolyline class='st0' points='1.2,1.4 9.8,10 1.3,18.6 '/%3E%3Cpolyline class='st0' points='10.2,1.4 18.8,10 10.2,18.6 '/%3E%3C/g%3E%3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 11px;
  width: 11px;
  height: 11px;
  right: -11px;
  bottom: 12px;
}
body.news-info .tm-main .grid-news-info .uk-card .description-news .link a:hover {
  padding-right: 16px !important;
  transition-duration: 0.5s;
  transition-property: padding;
}
body.news-info .tm-main .grid-news-info .uk-pagination {
  padding-top: 60px;
}
body.news-info .tm-main .grid-news-info .uk-pagination li.uk-active span {
  border: 2px solid #0e4ceb;
  border-radius: 100%;
  padding: 10px;
  line-height: 9px;
  color: #0e4ceb;
  font-weight: 700;
}
body.news-info .tm-main .grid-news-info .uk-pagination li {
  padding-left: 10px;
}
body.news-info .tm-main .grid-news-info .uk-pagination li a {
  padding: 10px;
  line-height: 9px;
  border: 0px !important;
  text-decoration: none;
}
body.news-info .tm-main .grid-news-info .uk-pagination li a:hover,
body.news-info .tm-main .grid-news-info .uk-pagination li a:focus {
  border: 0px !important;
  text-decoration: none;
}
body.news-info .pre-footer,
body.news-info .menu-footer {
  background-color: white;
}
body.news-info .gradient .subtitle {
  line-height: 36px;
  max-width: 900px;
  margin: 0 auto;
}
body.news-info .full-news {
  margin-top: -10%;
  margin-bottom: 120px;
}
body.news-info .full-news strong {
  font-weight: 700 !important;
  color: #1c253e;
}
body.news-info .full-news .news-wrap img {
  width: 100%;
  max-width: 100%;
}
body.news-info .full-news .news-wrap .uk-card {
  padding: 45px 55px;
}
body.news-info .full-news .news-wrap .uk-card .info-news {
  padding-bottom: 15px;
  border-bottom: 2px solid #1c253e1f;
}
body.news-info .full-news .news-wrap .uk-card .info-news .tags {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
body.news-info .full-news .news-wrap .uk-card .info-news .tags a {
  color: #aab2c5;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
  padding: 0px 3px;
}
body.news-info .full-news .news-wrap .uk-card .info-news .tags .dg-icon {
  width: 16px;
  height: 16px;
  display: inline-block;
  margin-right: 10px;
  background-image: url("data:image/svg+xml;charset=utf8,%3C?xml version='1.0' encoding='utf-8'?%3E%3C!-- Generator: Adobe Illustrator 23.0.3, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 432.5 432.5' style='enable-background:new 0 0 432.5 432.5;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0{fill:%23AAB2C5;} %3C/style%3E%3Cpath class='st0' d='M0,255.8c0,10.1,3.5,18.6,10.6,25.7L150.7,422c7.4,7,16.1,10.6,26,10.6c10.1,0,18.7-3.5,25.7-10.6l204.1-204.4 c7.2-7,13.4-16.7,18.4-28.8c5-12.2,7.6-23.3,7.6-33.4V36.5c0-9.9-3.6-18.5-10.8-25.7C414.5,3.6,405.9,0,396,0L277.2,0 c-10.1,0-21.2,2.5-33.4,7.6c-12.2,5-21.9,11.2-29.1,18.4L10.6,229.8C3.5,237.3,0,245.9,0,255.8z M304.6,91.4 c0-10.1,3.6-18.7,10.7-25.8c7.1-7.1,15.8-10.7,25.8-10.7c10.1,0,18.7,3.6,25.8,10.7c7.1,7.1,10.7,15.7,10.7,25.8 c0,10.1-3.6,18.7-10.7,25.8c-7.1,7.1-15.8,10.7-25.8,10.7c-10.1,0-18.7-3.6-25.8-10.7C308.2,110.1,304.6,101.5,304.6,91.4z'/%3E%3C/svg%3E");
  background-size: 13px;
  background-repeat: no-repeat;
  background-position: center;
}
body.news-info .full-news .news-wrap .uk-card .info-news .date {
  float: right;
  text-align: right !important;
  font-style: italic;
  font-weight: 600;
  color: #1c253e;
}
body.news-info .full-news .news-wrap .uk-card .title {
  font-size: 40px;
  line-height: 50px;
  margin-top: 20px;
}
body.news-info .full-news .news-wrap .uk-card .subtitle {
  font-size: 15px;
  line-height: 36px;
  max-width: 900px;
}
body.news-info .full-news .news-wrap .uk-card p.img {
  text-align: center;
  display: block;
  width: 100%;
}
body.news-info .full-news .news-wrap .uk-card p.img img {
  width: 65%;
  min-width: 250px;
  padding: 10px 0px;
}
body.news-info .full-news .news-wrap .uk-card a.uk-icon {
  font-weight: 800;
  color: #0e4ceb;
  margin-top: 20px;
  text-decoration: none;
}
body.news-info .full-news .news-wrap .uk-card a.uk-icon svg {
  margin-left: 5px;
  transition-duration: 1s;
  transition-property: margin-left;
}
body.news-info .full-news .news-wrap .uk-card a.uk-icon:hover svg {
  margin-left: 15px;
  transition-duration: 1s;
  transition-property: margin-left;
}
body.news-info .correlati {
  background-color: #e5eef5;
  padding: 100px 0px;
}
body.news-info .correlati h4.title {
  text-align: center;
  padding-bottom: 60px;
}
body.news-info .correlati .uk-grid {
  justify-content: center;
}
body.news-info .correlati .uk-grid > div .uk-card .description-news .date {
  text-align: left !important;
  float: none;
  font-size: 13px;
}
body.news-info .correlati .uk-grid > div .uk-card .description-news .title {
  margin: 5px 0px;
  font-size: 20px;
  line-height: 30px;
}
body.news-info .correlati .uk-grid > div .uk-card .description-news p {
  margin-top: 0px;
}
body.contacts .tm-main {
  padding: 0px;
  margin-top: -83px;
  min-height: 0px !important;
}
body.contacts .tm-main > .uk-container {
  width: 100% !important;
  max-width: 100%;
  padding: 0px;
}
body.contacts .tm-bottom {
  margin-top: -10%;
}
body.contacts .tm-bottom #module-141 {
  width: 90%;
  max-width: 1360px;
  margin: 0 auto;
}
body.contacts .tm-bottom .text-contacts {
  padding: 100px 0px;
  width: 90%;
  max-width: 1360px;
  margin: 0 auto;
}
body.contacts .tm-bottom .text-contacts .uk-grid > div:first-child ul {
  padding: 0px;
  list-style: none;
}
body.contacts .tm-bottom .text-contacts .uk-grid > div:nth-child(2) p.title,
body.contacts .tm-bottom .text-contacts .uk-grid > div:nth-child(3) p.title {
  font-size: 17px;
  line-height: 30px;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 800;
  margin: 0px;
  color: #0e4ceb;
  text-transform: uppercase !important;
  color: #1c253e;
  padding-bottom: 10px;
}
@media only screen and (max-width: 640px) {
  body.contacts .tm-bottom .text-contacts .uk-grid > div:nth-child(2) p.title,
  body.contacts .tm-bottom .text-contacts .uk-grid > div:nth-child(3) p.title {
    font-size: 15px;
  }
}
body.contacts .tm-bottom .text-contacts .img-company {
  width: 100%;
  height: 0px;
  padding-bottom: 100%;
  background-image: url('https://udicer.eu/images/UDICER-UFFICIO.jpg');
  background-position: center;
  background-size: cover;
}
body.contacts .tm-bottom .text-contacts .description {
  display: flex;
  align-items: center;
}
body.contacts .tm-bottom .text-contacts .description ul {
  padding: 0px;
  list-style: none;
}
body.contacts .tm-bottom .team-contacts {
  padding-bottom: 100px;
}
body.contacts .tm-bottom .team-contacts .wrap .title {
  color: #1c253e;
  font-size: 43px;
  line-height: 61px;
  max-width: 300px;
}
body.contacts .tm-bottom .team-contacts .wrap .title span {
  color: #0e4ceb;
}
body.contacts .tm-bottom .team-contacts .card .layout-default {
  background-color: #1c253e;
  border-radius: 3px;
  padding: 35px 40px;
  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=14, Direction=0, Color=#000000)";
  /*IE 8*/
  -moz-box-shadow: 0 9px 14px 2px rgba(0, 0, 0, 0.1);
  /*FF 3.5+*/
  -webkit-box-shadow: 0 9px 14px 2px rgba(0, 0, 0, 0.1);
  /*Saf3-4, Chrome, iOS 4.0.2-4.2, Android 2.3+*/
  box-shadow: 0 9px 14px 2px rgba(0, 0, 0, 0.1);
  /* FF3.5+, Opera 9+, Saf1+, Chrome, IE10 */
  filter: progid:DXImageTransform.Microsoft.Shadow(Strength=14, Direction=135, Color=#000000);
  /*IE 5.5-7*/
}
body.contacts .tm-bottom .team-contacts .card .layout-default .title {
  font-size: 17px;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 800;
  margin: 0px;
  color: #0e4ceb;
  color: white;
  font-weight: 600;
  font-size: 21px;
  line-height: 30px;
}
@media only screen and (max-width: 640px) {
  body.contacts .tm-bottom .team-contacts .card .layout-default .title {
    font-size: 15px;
  }
}
body.contacts .tm-bottom .team-contacts .card .layout-default .meta {
  font-size: 16px;
  line-height: 26px;
  margin: 0px;
  padding: 12px 0px 15px 0px;
  color: #0e4ceb;
  font-weight: 600;
  letter-spacing: 1px;
  border-bottom: 2px solid #ffffff1f;
}
body.contacts .tm-bottom .team-contacts .card .layout-default .immagine img {
  border-radius: 100%;
}
body.contacts .tm-bottom .team-contacts .card .layout-default .description .element {
  color: #ffffff91;
  padding: 15px 0px 10px 0px;
}
body.contacts .tm-bottom .team-contacts .card .layout-default p.links {
  margin: 0px;
  margin-top: 15px;
  margin-bottom: 8px;
}
body.contacts .tm-bottom .team-contacts .card .layout-default p.links a {
  color: #1c253e;
  background-color: white;
  padding: 10px 25px;
  text-decoration: none;
  font-weight: 600;
}
body.contacts .sis-form {
  padding-top: 15px !important;
}
body.contacts .gm-style-iw {
  padding: 20px !important;
  padding-left: 30px !important;
}
body.contacts .gm-style-iw div {
  width: 100% !important;
  height: 100%  !important;
  margin: 0 auto;
}
body.contacts .gm-style-iw .wk-h3 {
  font-size: 17px;
  line-height: 30px;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 800;
  margin: 0px;
  color: #0e4ceb;
  margin-bottom: 10px !important;
  margin-top: 20px !important;
  text-align: center;
}
@media only screen and (max-width: 640px) {
  body.contacts .gm-style-iw .wk-h3 {
    font-size: 15px;
  }
}
body.contacts .gm-style-iw .wk-margin {
  text-align: center;
  color: #1c253e;
}
body.consulenza .uk-card .paragraph {
  margin: 60px 0px;
}
body.consulenza .uk-card .paragraph strong {
  font-weight: 600;
  color: #1c253e;
  font-size: 16px;
}
body.consulenza .uk-card .uk-grid {
  align-items: center;
}
body.consulenza .uk-card .uk-grid p strong {
  font-weight: 600;
  color: #1c253e;
  font-size: 16px;
}
body.consulenza .uk-card .uk-grid p a {
  padding: 8px 25px;
  border: 2px solid #1c253e;
  background-color: white;
  color: #1c253e;
  text-decoration: none;
  font-weight: 600;
}
body.consulenza .uk-card .uk-grid p a:hover {
  color: #0e4ceb;
  border-color: #0e4ceb;
  font-weight: 600;
}
.uk-modal-dialog {
  padding: 45px;
}
.uk-modal-dialog p a {
  text-decoration: none;
  color: #0e4ceb;
  font-weight: 600;
}
.uk-modal-dialog .plg_system_eprivacy_declined p {
  margin: 0px;
}
div.plg_system_eprivacy_accepted {
  margin: 0px !important;
  padding: 40px;
}
div.plg_system_eprivacy_accepted p.uk-grid {
  margin: 0px;
}
@media only screen and (max-width: 960px) {
  div.plg_system_eprivacy_accepted button {
    margin: 0px !important;
    margin-bottom: 10px !important;
  }
}
table {
  width: 100%;
}
table td {
  background-color: white;
  border: 1px solid #dbdfe8;
  padding: 3px 15px;
}
.uk-totop {
  position: fixed;
  bottom: 30px;
  right: 30px;
  background-color: white;
  z-index: 900;
  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=14, Direction=0, Color=#000000)";
  /*IE 8*/
  -moz-box-shadow: 0 9px 14px 2px rgba(0, 0, 0, 0.1);
  /*FF 3.5+*/
  -webkit-box-shadow: 0 9px 14px 2px rgba(0, 0, 0, 0.1);
  /*Saf3-4, Chrome, iOS 4.0.2-4.2, Android 2.3+*/
  box-shadow: 0 9px 14px 2px rgba(0, 0, 0, 0.1);
  /* FF3.5+, Opera 9+, Saf1+, Chrome, IE10 */
  filter: progid:DXImageTransform.Microsoft.Shadow(Strength=14, Direction=135, Color=#000000);
  /*IE 5.5-7*/
  padding: 4px 10px;
  outline: 2px solid #0e4ceb33;
}
.uk-totop:hover {
  background-color: white;
  outline: 2px solid #0e4ceb33;
}
.uk-totop svg {
  width: 25px;
  height: 25px;
}
