@charset "UTF-8";
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0; }

.slick-list:focus {
  outline: 0; }

.slick-list.dragging {
  cursor: pointer;
  cursor: hand; }

.slick-slider .slick-list, .slick-slider .slick-track {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }

.slick-track:after, .slick-track:before {
  display: table;
  content: ''; }

.slick-track:after {
  clear: both; }

.slick-loading .slick-track {
  visibility: hidden; }

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px; }

[dir=rtl] .slick-slide {
  float: right; }

.slick-slide img {
  display: block; }

.slick-slide.slick-loading img {
  display: none; }

.slick-slide.dragging img {
  pointer-events: none; }

.slick-initialized .slick-slide {
  display: block; }

.slick-loading .slick-slide {
  visibility: hidden; }

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/*# sourceMappingURL=slick.min.css.map */
* {
  padding: 0px;
  margin: 0px;
  box-sizing: border-box;
  text-decoration: none;
  outline: none; }

@font-face {
  font-family: 'BuenosAiresTrialWebBlack';
  src: url("../../fonts/BuenosAiresTrial-Black.eot");
  /* IE9 Compat Modes */
  src: url("../../fonts/BuenosAiresTrial-Black.eot?#iefix") format("embedded-opentype"), url("../../fonts/BuenosAiresTrial-Black.ttf") format("ttf"), url("../../fonts/BuenosAiresTrial-Black.woff") format("woff"), url("../../fonts/BuenosAiresTrial-Black.woff2") format("woff2");
  /* Pretty Modern Browsers */
  font-weight: 900;
  font-style: normal; }
@font-face {
  font-family: 'BuenosAiresTrial';
  src: url("../../fonts/BuenosAiresTrial-Regular.eot");
  src: url("../../fonts/BuenosAiresTrial-Regular.eot?#iefix") format("embedded-opentype"), url("../../fonts/BuenosAiresTrial-Regular.woff2") format("woff2"), url("../../fonts/BuenosAiresTrial-Regular.woff") format("woff"), url("../../fonts/BuenosAiresTrial-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
.in-desktop {
  display: block; }
  @media (max-width: 768px) {
    .in-desktop {
      display: none; } }

.in-mobile {
  display: none; }
  @media (max-width: 768px) {
    .in-mobile {
      display: block; } }

.dt {
  display: table;
  width: 100%; }
  .dt .dtc {
    display: table-cell;
    vertical-align: middle; }

ul {
  padding: 0px;
  margin: 0px; }
  ul li {
    list-style: none; }

.container {
  max-width: 1200px;
  margin: auto;
  padding: 0px 10px; }

.text-center {
  text-align: center; }

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

a {
  text-decoration: none; }
  a:hover {
    text-decoration: none; }

html,
body {
  position: relative;
  font-family: "BuenosAiresTrial";
  font-size: 16px;
  line-height: 22px; }
  @media (max-width: 600px) {
    html,
    body {
      font-size: 14px; } }

.full-width {
  width: 100%; }

.slick-slider {
  outline: none;
  cursor: grabbing;
  cursor: -moz-grabbing;
  cursor: -webkit-grabbing; }

.title {
  color: #3D456D;
  font-size: 50px;
  margin-bottom: 50px;
  position: relative;
  line-height: 60px; }
  @media (max-width: 1200px) {
    .title {
      font-size: 30px;
      line-height: 40px;
      margin-bottom: 35px; } }
  .title:after {
    position: absolute;
    bottom: -20px;
    height: 5px;
    width: 130px;
    background: #FF7A49;
    content: "";
    transform: translate(-50%, -50%);
    left: 50%; }
  @media (max-width: 768px) {
    .title {
      font-size: 25px; } }

.sub-title {
  color: #4e4e4e;
  padding-bottom: 25px;
  text-align: center; }

.img-responsive {
  max-width: 100%;
  display: inline-block; }

header {
  padding: 18px 40px;
  background: #fff;
  transition: all .540s; }
  @media (max-width: 768px) {
    header {
      padding: 10px 10px; } }
  header.sticky {
    position: fixed;
    top: 0px;
    width: 100%;
    left: 0px;
    z-index: 99;
    padding: 3px 40px; }
    header.sticky .phone img {
      width: 32px;
      height: 32px; }
    header.sticky .logo img {
      width: 145px;
      height: 45px; }
  header .logo {
    max-width: 165px; }
    header .logo img {
      width: 165px;
      height: 45px;
      transition: all .440s; }
      @media (max-width: 768px) {
        header .logo img {
          width: 100px; } }
  header .top-links {
    max-width: 225px;
    vertical-align: middle;
    display: inline-block;
    margin-right: 10%; }
  header .phone img {
    width: 36px;
    height: 36px;
    margin-right: 20px;
    transition: all .440s; }
    @media (max-width: 768px) {
      header .phone img {
        width: 26px;
        height: 26px;
        margin-right: 10px; } }
  header .text {
    font-size: 14px;
    color: #3D456D;
    text-align: left !important;
    line-height: 17px; }
    @media (max-width: 768px) {
      header .text {
        line-height: 15px;
        font-size: 12px; } }
  header .demo {
    display: inline-block;
    vertical-align: middle; }
    @media (max-width: 768px) {
      header .demo {
        display: none; } }
    header .demo a {
      color: #3D456D;
      background: #FED031;
      display: inline-block;
      padding: 8px 32px;
      border-radius: 20px;
      font-size: 14px;
      border: 1px solid #FED031;
      transition: all .340s; }
      header .demo a:hover {
        border: 1px solid #FED031;
        background: none; }
  header .dtc:last-child {
    text-align: right; }

.mobile-demo {
  background: #FED031;
  display: block;
  color: #3D456D;
  text-align: center;
  padding: 22px 40px;
  line-height: 0px;
  position: fixed;
  width: 100%;
  bottom: 0px;
  z-index: 99; }

.home-slider .slider-container .slider-item {
  position: relative; }
  .home-slider .slider-container .slider-item .content {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-family: "BuenosAiresTrialWebBlack";
    font-size: 40px;
    text-align: center;
    line-height: 61px;
    color: #fff;
    max-width: 100%;
    z-index: 1; }
    @media (max-width: 992px) {
      .home-slider .slider-container .slider-item .content {
        font-size: 30px;
        line-height: 40px;
        width: 90%; } }
    @media (max-width: 480px) {
      .home-slider .slider-container .slider-item .content {
        font-size: 21px;
        line-height: 30px;
        width: 70%; } }
.home-slider .slider-container .slick-dots {
  z-index: 3;
  position: absolute;
  text-align: center;
  width: 100%;
  bottom: 20px;
  color: #fff;
  font-size: 13px; }
  .home-slider .slider-container .slick-dots li {
    display: inline-block;
    margin: 0px 7px; }
    .home-slider .slider-container .slick-dots li a {
      color: #FFF; }
    .home-slider .slider-container .slick-dots li.slick-active {
      border-bottom: 2px solid #FF7A49; }
.home-slider .slider-container .slick-prev {
  display: inline-block;
  position: absolute;
  top: 41%;
  z-index: 99;
  left: 10px;
  height: 50px;
  width: 30px;
  font-size: 0px;
  background: none;
  outline: none;
  border: none;
  cursor: pointer;
  background: url(../images/left-arrow.svg) no-repeat;
  background-position: center center; }
  @media (max-width: 768px) {
    .home-slider .slider-container .slick-prev {
      left: 0px; } }
.home-slider .slider-container .slick-next {
  display: inline-block;
  position: absolute;
  top: 41%;
  z-index: 99;
  right: 10px;
  height: 50px;
  width: 30px;
  font-size: 0px;
  background: none;
  outline: none;
  cursor: pointer;
  border: none;
  background: url(../images/right-arrow.svg) no-repeat;
  background-position: center center; }
  @media (max-width: 768px) {
    .home-slider .slider-container .slick-next {
      right: 0px; } }

.working {
  background: url(../images/working-bg.svg) no-repeat;
  background-position: -490px -248px;
  min-height: 700px;
  background-size: 1200px;
  margin-top: -7px;
  overflow: hidden;
  padding: 7% 0%;
  padding-left: 6%; }
  @media (max-width: 992px) {
    .working {
      padding-left: 0px;
      min-height: auto; } }
  @media (max-width: 768px) {
    .working {
      background-position: -150px -121px;
      min-height: auto;
      background-size: 560px;
      padding-bottom: 16%; } }
  .working .title:after {
    left: 0px;
    transform: none; }
  .working .dt {
    table-layout: fixed; }
    @media (max-width: 768px) {
      .working .dt .dtc {
        display: block; } }
    .working .dt .dtc:first-child {
      width: 30%;
      padding: 40px;
      color: #4E4E4E; }
      @media (max-width: 768px) {
        .working .dt .dtc:first-child {
          width: 100%; } }
      .working .dt .dtc:first-child .title {
        color: #fff; }
        .working .dt .dtc:first-child .title:after {
          background: #fff; }

.card {
  /* max-width: 400px; */
  padding: 10px; }
  .card .card-inner {
    min-height: 520px;
    background: #fff;
    border: 1px solid #EAEAEA; }
    .card .card-inner .img-cont {
      /* max-height: 200px;
      overflow: hidden; */ }
      .card .card-inner .img-cont img {
        /* transform: translateY(-13%); */ }
  .card .card-caption {
    color: #FF7A49;
    text-align: center;
    padding: 20px 0px;
    padding-bottom: 12px;
    font-size: 17px;
    max-width: 90%;
    margin: auto; }
  .card .card-text {
    color: #4E4E4E;
    text-align: center;
    max-width: 80%;
    margin: auto;
    margin-bottom: 30px;
    line-height: 22px;
    min-height: 75px; }

.slick-dots {
  text-align: center;
  position: absolute;
  width: 100%; }
  .slick-dots li {
    display: inline-block;
    margin: 5px; }
    .slick-dots li button {
      background: none;
      font-size: 0px;
      width: 12px;
      height: 12px;
      background: none;
      border: 1px solid #707070;
      outline: none;
      border-radius: 50%;
      padding: 0px;
      display: block;
      margin-right: 0px; }
    .slick-dots li.slick-active button {
      border: 1px solid #FF7A49;
      background: #FF7A49; }
      @media (max-width: 1142px) {
        .slick-dots li.slick-active button {
          border: 1px solid #707070; } }

.csr-main {
  background: #3D456D url(../images/csr-bg.svg) no-repeat;
  background-position: center left;
  padding: 4% 0px;
  padding-bottom: 8%; }
  @media (max-width: 768px) {
    .csr-main {
      padding-top: 7%;
      padding-bottom: 16%; } }
  .csr-main .title {
    color: #fff; }
  .csr-main .sub-title {
    color: #fff;
    font-size: 17px;
    margin-bottom: 20px; }
  .csr-main .card .card-inner {
    border: none;
    min-height: 480px; }

.matters-main {
  padding: 4% 0px;
  padding-bottom: 7%;
  text-align: center; }
  @media (max-width: 768px) {
    .matters-main {
      padding-top: 7%;
      padding-bottom: 15%; } }
  .matters-main .sub-title {
    color: #4E4E4E; }
  .matters-main .mslider-item {
    position: relative;
    padding-bottom: 50px; }
  .matters-main .downloader {
    width: 360px;
    background: #fff;
    border-radius: 5px;
    position: absolute;
    text-align: left;
    padding: 11px 21px;
    right: 140px;
    bottom: 10px;
    box-shadow: 0px 2px 9px rgba(0, 0, 0, 0.16078);
    transition: all .340s; }
    @media (max-width: 1000px) {
      .matters-main .downloader {
        right: 100px; } }
    @media (max-width: 768px) {
      .matters-main .downloader {
        width: 50%;
        right: 20px; } }
    @media (max-width: 600px) {
      .matters-main .downloader {
        width: 80%;
        padding: 6px 12px; } }
    .matters-main .downloader .dt .dtc {
      vertical-align: middle; }
      .matters-main .downloader .dt .dtc .matter-text {
        color: #3D456D;
        font-size: 24px;
        line-height: 27px;
        transition: all .340s; }
        @media (max-width: 768px) {
          .matters-main .downloader .dt .dtc .matter-text {
            font-size: 20px;
            line-height: 20px; } }
        @media (max-width: 600px) {
          .matters-main .downloader .dt .dtc .matter-text {
            font-size: 16px;
            line-height: 20px; } }
        .matters-main .downloader .dt .dtc .matter-text div {
          font-size: 14px;
          line-height: 18px;
          margin-top: 3px; }
          @media (max-width: 768px) {
            .matters-main .downloader .dt .dtc .matter-text div {
              font-size: 12px;
              line-height: 10px; } }
          @media (max-width: 600px) {
            .matters-main .downloader .dt .dtc .matter-text div {
              font-size: 10px; } }
      .matters-main .downloader .dt .dtc:last-child {
        text-align: right; }
        .matters-main .downloader .dt .dtc:last-child img {
          height: 55px;
          width: 40px; }
          @media (max-width: 768px) {
            .matters-main .downloader .dt .dtc:last-child img {
              height: 35px;
              width: 25px; } }
    .matters-main .downloader:hover {
      background: #3D456D;
      color: #fff; }
      .matters-main .downloader:hover .matter-text {
        color: #fff !important; }
  .matters-main .matters-slider {
    text-align: center;
    margin-top: 25px; }
    .matters-main .matters-slider .slick-slide {
      display: inline-block;
      vertical-align: middle;
      float: none;
      opacity: .4;
      transition: all .340s;
      transform: scale(0.9); }
      .matters-main .matters-slider .slick-slide.slick-current {
        opacity: 1;
        transform: scale(1); }
    .matters-main .matters-slider img {
      display: inline-block; }

* {
  box-sizing: border-box; }

.img-fluid {
  max-width: 100%; }

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 35px;
  height: 100%;
  overflow: hidden; }

.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.title2 {
  font-size: 50px;
  font-weight: normal;
  line-height: 50px;
  color: #3D456D;
  margin: 25px 0; }
  @media only screen and (max-width: 767px) {
    .title2 {
      font-size: 32px;
      line-height: 32px; } }
  @media (max-width: 768px) {
    .title2 {
      font-size: 25px; } }
  .title2 span {
    display: block; }
  .title2.tborder {
    position: relative;
    display: inline-block;
    padding-bottom: 50px;
    margin-bottom: 10px; }
    @media only screen and (max-width: 767px) {
      .title2.tborder {
        padding-bottom: 30px;
        margin-bottom: 10px; } }
    .title2.tborder.left::before {
      content: '';
      position: absolute;
      border-bottom: #FF7A49 7px solid;
      left: 0;
      bottom: 19px;
      width: 120px; }
      @media only screen and (max-width: 767px) {
        .title2.tborder.left::before {
          width: 80px;
          border-bottom: #FF7A49 5px solid;
          bottom: 10px; } }
      @media only screen and (max-width: 1440px) {
        .title2.tborder.left::before {
          border-bottom: #FF7A49 5px solid; } }
    .title2.tborder.bottom::before {
      content: '';
      position: absolute;
      border-bottom: #FF7A49 7px solid;
      left: 50%;
      bottom: 15px;
      width: 120px;
      transform: translate(-50%, -50%); }
      @media only screen and (max-width: 767px) {
        .title2.tborder.bottom::before {
          width: 80px;
          border-bottom: #FF7A49 5px solid;
          bottom: 10px; } }
      @media only screen and (max-width: 1440px) {
        .title2.tborder.bottom::before {
          border-bottom: #FF7A49 5px solid; } }

.csr_content {
  display: flex; }
  @media only screen and (max-width: 767px) {
    .csr_content {
      display: block; } }
  .csr_content .block {
    width: 50%;
    padding: 60px 150px; }
    @media only screen and (max-width: 1440px) {
      .csr_content .block {
        padding: 80px 120px; } }
    @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1) {
      .csr_content .block {
        width: 50%;
        padding: 60px; } }
    @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1) {
      .csr_content .block {
        width: 50%;
        padding: 40px; } }
    @media only screen and (max-width: 767px) {
      .csr_content .block {
        width: 100%;
        padding: 40px; } }
    .csr_content .block .icon img {
      width: 100px; }
      @media only screen and (max-width: 767px) {
        .csr_content .block .icon img {
          width: 85px; } }
      @media only screen and (max-width: 1440px) {
        .csr_content .block .icon img {
          width: 100px; } }
      @media (max-width: 768px) {
        .csr_content .block .icon img {
          width: 80px; } }
    .csr_content .block p {
      font-size: 18px;
      color: #3D456D;
      font-weight: normal;
      line-height: 22px; }
      @media only screen and (max-width: 1440px) {
        .csr_content .block p {
          font-size: 15px; } }
      @media (max-width: 600px) {
        .csr_content .block p {
          font-size: 14px; } }
    .csr_content .block:first-child {
      background: #7FD4BE; }
    .csr_content .block:last-child {
      background: #FED031; }

.leaders_content {
  background: #F5EFDF url("../images/leaders.png") right top no-repeat;
  background-size: cover;
  padding: 60px 0 75px; }
  @media only screen and (max-width: 767px) {
    .leaders_content {
      padding: 30px 0 65px;
      background-size: contain; } }
  .leaders_content p {
    color: #4E4E4E;
    padding-bottom: 25px; }
  .leaders_content_video {
    padding-top: 25px;
    display: flex; }
    @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1) {
      .leaders_content_video {
        display: block; } }
    @media only screen and (max-width: 767px) {
      .leaders_content_video {
        display: block; } }
    .leaders_content_video_block {
      width: 70%;
      background: #000; }
      @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1) {
        .leaders_content_video_block {
          width: 100%; } }
      @media only screen and (max-width: 767px) {
        .leaders_content_video_block {
          width: 100%; } }
    .leaders_content_video .video-container > div {
      opacity: 0;
      display: none;
      transition: all 0.45s ease-in-out; }
      .leaders_content_video .video-container > div.active {
        opacity: 1;
        display: block;
        animation: fade 0.65s linear; }
@keyframes fade {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
    @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1) {
      .leaders_content_video_list {
        width: 100%; } }
    @media only screen and (max-width: 767px) {
      .leaders_content_video_list {
        width: 100%; } }
    .leaders_content_video_list ul {
      list-style: none; }
      .leaders_content_video_list ul li {
        display: flex;
        align-items: center;
        padding: 15px 25px;
        background: #fff;
        border-bottom: #F4F3F2 2px solid;
        position: relative;
        cursor: pointer;
        transition: all .340s;
        /* &:last-child {
            border: none;
        } */ }
        @media (max-width: 768px) {
          .leaders_content_video_list ul li {
            padding: 12px 25px; } }
        .leaders_content_video_list ul li:hover {
          background: #f1f1f1; }
        .leaders_content_video_list ul li::before {
          content: '';
          position: absolute;
          border-bottom: #FF7A49 3px solid;
          bottom: 0px;
          left: 0;
          width: 0px;
          transition: all 0.45s ease-in-out; }
        .leaders_content_video_list ul li.active::before {
          width: 100%; }
        .leaders_content_video_list ul li img {
          margin: 0 15px;
          border-radius: 50%; }
          @media only screen and (max-width: 767px) {
            .leaders_content_video_list ul li img {
              width: 55px; } }
        .leaders_content_video_list ul li h5 {
          color: #4E4E4E;
          font-size: 20px;
          font-weight: normal; }
          @media only screen and (max-width: 767px) {
            .leaders_content_video_list ul li h5 {
              font-size: 18px; } }
          @media (max-width: 600px) {
            .leaders_content_video_list ul li h5 {
              font-size: 16px; } }
        .leaders_content_video_list ul li span {
          display: block;
          font-size: 18px;
          color: #93959D;
          margin-top: 7px; }
          @media only screen and (max-width: 767px) {
            .leaders_content_video_list ul li span {
              font-size: 14px; } }
          @media (max-width: 600px) {
            .leaders_content_video_list ul li span {
              font-size: 13px;
              margin-top: 0px; } }

.clients_content {
  background: #3D456D;
  padding: 25px 0; }
  .clients_content_logos {
    display: block;
    text-align: center; }
    @media only screen and (max-width: 767px) {
      .clients_content_logos {
        display: block;
        text-align: center; } }
    .clients_content_logos_each {
      padding: 0 20px;
      display: inline-block; }
      @media only screen and (max-width: 767px) {
        .clients_content_logos_each {
          display: inline-block; } }
      .clients_content_logos_each img {
        height: 55px;
        width: auto;
        display: block;
        margin: 0 auto; }
        @media only screen and (max-width: 767px) {
          .clients_content_logos_each img {
            height: 45px; } }

.goodera_adv {
  display: flex; }
  @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1) {
    .goodera_adv {
      display: block; } }
  @media only screen and (max-width: 767px) {
    .goodera_adv {
      display: block; } }
  .goodera_adv .block {
    width: 50%;
    padding: 80px; }
    @media only screen and (max-width: 1440px) {
      .goodera_adv .block {
        padding: 40px; } }
    @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1) {
      .goodera_adv .block {
        width: 100%; } }
    @media only screen and (max-width: 767px) {
      .goodera_adv .block {
        width: 100%;
        padding: 20px; } }
    .goodera_adv .block:first-child {
      background: #fff url("../images/goodera_bg.jpg") left bottom no-repeat;
      background-size: cover; }
    .goodera_adv .block:last-child {
      background: #F0F0F0; }
    .goodera_adv .block p {
      font-weight: normal;
      color: #4E4E4E;
      margin-bottom: 25px;
      line-height: 22px; }
    .goodera_adv .block_icons {
      display: flex;
      padding-top: 50px; }
      @media only screen and (max-width: 767px) {
        .goodera_adv .block_icons {
          display: block;
          text-align: center; } }
      .goodera_adv .block_icons_each {
        width: 33.33%;
        text-align: center; }
        @media only screen and (max-width: 767px) {
          .goodera_adv .block_icons_each {
            width: 100%;
            margin-bottom: 40px; } }
        .goodera_adv .block_icons_each img {
          height: 80px;
          display: block;
          margin: 0 auto; }
          @media only screen and (max-width: 1440px) {
            .goodera_adv .block_icons_each img {
              height: 60px; } }
        .goodera_adv .block_icons_each h5 {
          font-weight: normal;
          color: #4E4E4E;
          margin-top: 15px; }

.demo_goodera {
  background: url("../images/demo_bg.jpg") center center no-repeat;
  min-height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center; }
  @media only screen and (max-width: 767px) {
    .demo_goodera {
      min-height: 250px;
      display: none; } }
  .demo_goodera a {
    display: inline-block;
    background: #FED031;
    color: #3D456D;
    padding: 12px;
    border-radius: 50px;
    text-decoration: none;
    border: #FED031 1px solid;
    min-width: 360px;
    font-size: 20px;
    transition: all 0.45s ease-in-out; }
    .demo_goodera a:hover {
      background: transparent;
      color: #FED031;
      border: #FED031 1px solid; }
    @media only screen and (max-width: 767px) {
      .demo_goodera a {
        font-size: 16px;
        min-width: 1px;
        padding: 12px 20px; } }
    @media only screen and (max-width: 1440px) {
      .demo_goodera a {
        font-size: 20px; } }

footer {
  padding: 18px 40px; }
  @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1) {
    footer {
      padding: 30px 0; } }
  @media only screen and (max-width: 767px) {
    footer {
      padding: 30px 0; } }
  footer .footer_top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 30px; }
    @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1) {
      footer .footer_top {
        display: block;
        text-align: center; } }
    @media only screen and (max-width: 767px) {
      footer .footer_top {
        display: block;
        text-align: center; } }
    footer .footer_top .footer_content {
      display: flex;
      align-items: center; }
      @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1) {
        footer .footer_top .footer_content {
          display: block;
          text-align: center;
          padding-bottom: 25px; } }
      @media only screen and (max-width: 767px) {
        footer .footer_top .footer_content {
          display: block; } }
      footer .footer_top .footer_content .footer_logo {
        padding-right: 50px; }
        @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1) {
          footer .footer_top .footer_content .footer_logo {
            padding-bottom: 25px;
            padding-right: 0px; } }
        @media only screen and (max-width: 767px) {
          footer .footer_top .footer_content .footer_logo {
            padding-right: 0px;
            padding-bottom: 25px; } }
        footer .footer_top .footer_content .footer_logo img {
          height: 80px; }
    footer .footer_top .footer_links {
      list-style: none; }
      footer .footer_top .footer_links li {
        display: inline-block;
        color: #93959D; }
        @media only screen and (max-width: 767px) {
          footer .footer_top .footer_links li {
            display: block;
            padding-bottom: 12px; } }
        @media only screen and (max-width: 767px) {
          footer .footer_top .footer_links li span {
            display: none; } }
        footer .footer_top .footer_links li a {
          color: #93959D;
          text-decoration: none;
          font-weight: normal;
          padding: 0 12px;
          font-size: 14px;
          transition: all 0.35s ease-in-out; }
          footer .footer_top .footer_links li a:hover {
            color: #FF7A49; }
    @media only screen and (max-width: 767px) {
      footer .footer_top .news_letter {
        padding-top: 50px; } }
    @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1) {
      footer .footer_top .news_letter {
        width: 60%; } }
    footer .footer_top .news_letter label {
      font-size: 14px;
      color: #93959D;
      font-weight: normal;
      padding-right: 25px;
      display: inline-block; }
      @media only screen and (max-width: 767px) {
        footer .footer_top .news_letter label {
          padding-bottom: 15px;
          padding-right: 0px;
          display: block; } }
    footer .footer_top .news_letter input {
      background: #F5EFDF;
      border-radius: 35px;
      height: 38px;
      color: #93959D;
      font-size: 14px;
      padding: 12px 15px;
      box-shadow: none;
      border: none;
      min-width: 220px;
      outline: none;
      display: inline-block; }
    footer .footer_top .news_letter button {
      height: 38px;
      border-radius: 35px;
      background: #FF7A49;
      color: #fff;
      font-size: 14px;
      text-transform: uppercase;
      padding: 12px 20px;
      box-shadow: none;
      border: none;
      line-height: 100%;
      margin-left: -50px;
      outline: none;
      cursor: pointer;
      transition: all .340s; }
      footer .footer_top .news_letter button:hover {
        background: #FF7A49; }
  footer .footer_bottom {
    display: flex;
    justify-content: space-between;
    border-top: #D6D7DD 2px solid;
    padding-top: 20px; }
    @media only screen and (max-width: 767px) {
      footer .footer_bottom {
        display: block;
        text-align: center;
        padding-bottom: 40px; } }
    footer .footer_bottom .footer_copy {
      font-size: 14px;
      color: #93959D;
      font-weight: normal; }
      @media only screen and (max-width: 767px) {
        footer .footer_bottom .footer_copy {
          padding-bottom: 16px; } }
    footer .footer_bottom .footer_social_links {
      list-style: none; }
      footer .footer_bottom .footer_social_links li {
        display: inline-block;
        padding: 0 5px; }
        footer .footer_bottom .footer_social_links li svg {
          height: 15px; }
          footer .footer_bottom .footer_social_links li svg path {
            fill: #93959D;
            transition: all .35s ease-in-out; }
          footer .footer_bottom .footer_social_links li svg:hover path {
            fill: #FF7A49; }

.blog img {
  border: 0;
  max-width: 100%;
  outline: none; }

.blog h1 {
  font-size: 40px;
  line-height: 50px; }
  @media (max-width: 1200px) {
    .blog h1 {
      font-size: 30px;
      line-height: 40px; } }
  @media (max-width: 768px) {
    .blog h1 {
      font-size: 25px;
      line-height: 25px;
      margin-bottom: 8px; } }

.blog a {
  display: inline-block;
  text-decoration: none;
  outline: none;
  text-transform: none; }

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

.blog *:hover {
  outline: none;
  text-decoration: none; }

.blog *:focus {
  outline: none;
  text-decoration: none; }

.blog ul, .blog ol {
  list-style-type: none;
  margin: 0;
  padding: 0; }

.blog ul li, .blog ol li {
  display: inline-block; }

.blog-clear-both {
  clear: both; }

/* Default [End] */
/* Max Widths [Start] */
.blog-maxwd1640 {
  position: relative;
  max-width: 1640px;
  margin: 0 auto;
  padding: 0px 20px; }

.blog-maxwd90 {
  max-width: 90%; }

/* Max Widths [End] */
/* Blog Header [Start] */
.blog-header img {
  display: block;
  width: 100%; }

/* Blog Header [End] */
/* Blog Body [Start] */
.blog-wrap {
  padding: 100px 0px; }

.blog-content {
  display: inline-block;
  margin: 0 -2px;
  width: 70%;
  vertical-align: top; }

.blog-date p {
  font-size: 14px;
  color: #757884;
  padding-bottom: 10px; }

.blog-date p span {
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-right: 5px;
  background: url("../images/date-icon.svg");
  vertical-align: middle; }

.blog-head h1 {
  color: #FF7A49;
  font-weight: normal;
  padding-bottom: 5px; }

.blog-head h3 {
  font-size: 20px;
  color: #93959D;
  font-weight: normal; }
  @media (max-width: 600px) {
    .blog-head h3 {
      font-size: 16px; } }

.blog-copy {
  padding: 40px 0px; }

.blog-copy p {
  color: #4E4E4E; }

.blog-blockquote {
  position: relative; }

.blog-blockquote p {
  font-size: 25px;
  color: #3D456D;
  padding: 20px 0px 20px 60px;
  line-height: 30px; }
  @media (max-width: 600px) {
    .blog-blockquote p {
      font-size: 22px;
      color: #3D456D;
      padding: 20px 0px 20px 30px;
      line-height: 27px;
      margin-top: 20px; } }

.blog-blockquote p:before {
  position: absolute;
  content: "\0022";
  /*content: "“";*/
  top: 10px;
  left: 0px;
  font-size: 110px;
  color: #FF7A49; }
  @media (max-width: 600px) {
    .blog-blockquote p:before {
      font-size: 70px;
      margin-top: 16px; } }

.blog-blockquote p span {
  display: block;
  font-size: 17px;
  color: #3D456D;
  margin-top: 6px; }

.blog-highlight {
  padding: 30px 30px;
  background: #F5EFDF; }

.blog-highlight p {
  color: #4E4E4E; }

.blog-highlight p a {
  color: #FF7A49; }

.blog-share {
  padding: 40px 0px;
  color: #4E4E4E; }

.blog-share-text {
  display: inline-block;
  padding-right: 40px;
  vertical-align: middle; }

.blog-share-cta {
  display: inline-block;
  vertical-align: middle; }

.blog-share-cta a {
  padding: 0px 5px;
  cursor: pointer; }

.blog-share-cta svg {
  height: 20px;
  width: 20px; }

.blog-share-cta svg path {
  fill: #93959d;
  fill-rule: evenodd; }

.blog-share-cta svg:hover path {
  fill: #FF7A49; }

.blog-topics {
  display: inline-block;
  margin: 0 -2px;
  width: 30%;
  vertical-align: top; }

.blog-topics-wrap {
  border: 1px solid #C0C1C7;
  padding: 40px 40px; }

.blog-topics-wrap h2 {
  position: relative;
  display: inline-block;
  color: #3D456D;
  font-size: 25px;
  font-weight: normal;
  padding-bottom: 15px; }

.blog-topics-wrap h2:after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 2px;
  width: 27%;
  height: 3px;
  background: #FF7A49; }

.blog-topics-wrap ul {
  display: block;
  width: 100%;
  padding-top: 30px; }

.blog-topics-wrap ul li {
  display: block;
  width: 100%;
  padding: 25px 0px; }

.blog-topics-wrap ul li:last-child {
  padding: 25px 0px 0px 0px; }

.blog-topics-wrap ul li a {
  display: block;
  width: 100%; }

.blog-topics-img {
  display: inline-block;
  width: 30%;
  margin: 0 -2px;
  padding-right: 20px;
  vertical-align: middle; }

.blog-topics-img img {
  width: 100%;
  vertical-align: middle; }

.blog-topics-text {
  display: inline-block;
  width: 70%;
  margin: 0 -2px;
  vertical-align: middle; }

.blog-topics-text p {
  font-size: 12px;
  color: #757884;
  padding-bottom: 20px; }

.blog-topics-text p span {
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-right: 5px;
  background: url("../images/date-icon.svg");
  vertical-align: middle; }

.blog-topics-text h3 {
  font-size: 18px;
  color: #FF7A49;
  font-weight: normal; }
  @media (max-width: 992px) {
    .blog-topics-text h3 {
      font-size: 13px;
      line-height: 18px; } }
  @media (max-width: 600px) {
    .blog-topics-text h3 {
      font-size: 13px;
      line-height: 16px; } }

/* Blog Body [End] */
@media only screen and (max-width: 1600px) {
  .blog-maxwd1640 {
    max-width: 90%; }

  .blog-copy {
    padding: 30px 0px; }

  .blog-topics-wrap {
    padding: 35px 20px; }

  .blog-topics-wrap ul li {
    padding: 15px 0px; }

  .blog-topics-img {
    padding-right: 10px; }

  .blog-topics-text p {
    padding-bottom: 10px; } }
@media only screen and (max-width: 1100px) {
  .blog-copy {
    padding: 20px 0px; }

  .blog-topics-wrap {
    padding: 10px 10px; }

  .blog-topics-wrap ul li {
    padding: 7px 0px; }

  .blog-topics-img {
    padding-right: 5px; }

  .blog-topics-text p {
    padding-bottom: 5px; } }
@media only screen and (max-width: 1024px) {
  .blog-maxwd1640 {
    max-width: 100%; } }
@media only screen and (max-width: 600px) {
  .blog-wrap {
    padding: 50px 0px; }

  .blog-content {
    width: 100%; }

  .blog-maxwd90 {
    max-width: 100%; }

  .blog-topics {
    width: 100%; }

  .blog-copy {
    padding: 40px 0px; }

  .blog-topics-wrap {
    padding: 40px 40px; }

  .blog-topics-wrap ul li {
    padding: 30px 0px; }

  .blog-topics-img {
    padding-right: 20px; }

  .blog-topics-text p {
    padding-bottom: 20px; } }
@media only screen and (max-width: 600px) {
  .blog-copy {
    padding: 20px 0px; }

  .blog-share {
    padding: 20px 0px; }

  .blog-topics-wrap {
    padding: 15px 15px; }

  .blog-topics-wrap ul {
    padding-top: 20px; }

  .blog-topics-wrap ul li {
    padding: 7px 0px; }

  .blog-topics-img {
    padding-right: 10px; }

  .blog-topics-text p {
    padding-bottom: 5px; } }
.overlay {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  background: #000;
  opacity: .6;
  z-index: 99;
  display: none; }

.modal-wrapper {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 999;
  overflow-y: auto;
  display: none;
  padding-top: 45px; }
  @media (max-width: 600px) {
    .modal-wrapper {
      padding: 20px 0px;
      padding-top: 45px; } }

.scroll-hide {
  overflow: hidden !important; }

.modal-box {
  display: none;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 50%;
  max-width: 700px;
  background: #fff;
  padding: 50px 3%;
  border-radius: 12px; }
  @media (max-width: 1200px) {
    .modal-box {
      width: 80%; } }
  @media (max-width: 768px) {
    .modal-box {
      width: 95%; } }
  @media (max-width: 600px) {
    .modal-box {
      transform: none;
      margin: auto;
      left: auto;
      top: auto;
      position: relative;
      padding: 30px 3%; } }
  .modal-box .title {
    margin-bottom: 25px;
    font-size: 38px;
    line-height: 32px; }
    .modal-box .title:after {
      display: none; }
    @media (max-width: 600px) {
      .modal-box .title {
        font-size: 30px; } }

.modal-content {
  margin-top: 5%; }

.modal-box .subtext {
  color: #4E4E4E; }
  .modal-box .subtext a {
    color: #fb7848; }

.modal-content .dt .dtc {
  padding: 6px 20px; }
  @media (max-width: 600px) {
    .modal-content .dt .dtc {
      display: block;
      padding: 0px;
      margin-bottom: 20px; } }

.modal-content input[type="text"],
.modal-content textarea {
  width: 100%;
  padding: 10px;
  text-align: left;
  border: none;
  outline: none;
  border-bottom: 1px solid #93959D;
  font-family: "BuenosAiresTrial";
  font-size: 16px;
  resize: none; }

.modal-content textarea {
  width: 100%;
  height: 100px; }

.modal-content input[type="submit"] {
  background: #FF7A49;
  color: #fff;
  text-align: center;
  border-radius: 50px;
  border: none;
  outline: none;
  transition: all .340s;
  padding: 13px 20px;
  font-size: 15px;
  letter-spacing: 1px;
  margin-top: 30px;
  cursor: pointer; }
  .modal-content input[type="submit"]:hover {
    background: #3D456D; }

.modal-content .dt {
  margin-bottom: 2.5%; }
  @media (max-width: 600px) {
    .modal-content .dt {
      margin-bottom: 0px; } }

.modal-box .close {
  position: absolute;
  right: 0px;
  top: -30px; }
  .modal-box .close img {
    width: 20px;
    height: 20px; }

.thank-you {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 50%;
  max-width: 400px;
  background: #fff;
  padding: 30px 3%;
  border-radius: 12px;
  text-align: center;
  display: none; }
  @media (max-width: 1200px) {
    .thank-you {
      width: 80%; } }
  @media (max-width: 768px) {
    .thank-you {
      width: 95%; } }
  @media (max-width: 600px) {
    .thank-you {
      transform: none;
      margin: auto;
      left: auto;
      top: auto;
      position: relative;
      padding: 30px 3%; } }
  .thank-you .thankyou-logo img {
    width: 43px;
    height: 70px; }
  .thank-you .thank {
    margin-bottom: 5px;
    font-size: 38px;
    color: #FF7A49;
    margin-top: 20px; }
    .thank-you .thank:after {
      display: none; }
    @media (max-width: 600px) {
      .thank-you .thank {
        font-size: 30px; } }
  .thank-you .text {
    color: #4E4E4E;
    margin-top: 16px; }
  .thank-you .follow-text {
    margin-top: 20px;
    font-size: 14px;
    color: #4E4E4E; }
  .thank-you .footer_social_links {
    text-align: center;
    margin-top: 15px; }
    .thank-you .footer_social_links li {
      display: inline-block;
      margin: 0px 5px; }
      .thank-you .footer_social_links li a svg {
        width: 21px;
        height: 20px; }
        .thank-you .footer_social_links li a svg path {
          fill: #93959D; }
  .thank-you .close {
    position: absolute;
    right: 0px;
    top: -30px; }
    .thank-you .close img {
      width: 20px;
      height: 20px; }

.country-links {
  display: inline-block;
  margin-right: 7%; }
  @media (max-width: 768px) {
    .country-links {
      display: none; } }
  .country-links a {
    padding: 0px 7px; }
  .country-links img {
    width: 18px;
    height: 15px;
    margin-right: 3px;
    vertical-align: middle; }
  .country-links span {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    color: #3D456D; }

.leaders_content_video_list {
  background: #fff;
  width: 35%; }

.leaders_content_video_list ul li span {
  display: block;
  font-size: 13px;
  color: #93959D;
  margin-top: 3px;
  line-height: 16px; }

.cookie-main {
  position: fixed;
  right: 30px;
  bottom: -800px;
  width: 400px;
  height: 300px;
  background: url(../images/working-bg.svg) no-repeat;
  z-index: 999;
  padding-left: 30px;
  padding-top: 30px;
  padding-right: 10px;
  background-size: 430px;
  background-position: -170px -170px;
  transition: .800s; }
  @media (max-width: 768px) {
    .cookie-main {
      width: 100%;
      padding: 0px;
      right: 0px;
      bottom: 0px;
      height: auto; } }
  .cookie-main.showCookie {
    bottom: 0px; }
  .cookie-main .dismiss {
    text-align: right;
    margin-bottom: 11px;
    color: #f57445;
    text-transform: uppercase;
    cursor: pointer; }
  .cookie-main .cookie-inner {
    background: #fff;
    box-shadow: 0 5px 40px 0 rgba(2, 1, 30, 0.37);
    padding: 20px;
    font-size: 12px;
    line-height: 20px; }
    .cookie-main .cookie-inner a {
      display: block;
      text-align: center;
      width: 190px;
      padding: 10px 20px;
      background: #fed031;
      margin: auto;
      margin-top: 16px;
      cursor: pointer;
      text-transform: uppercase;
      border-radius: 22px;
      transition: all .340s; }
      .cookie-main .cookie-inner a:hover {
        background: #ff7a49;
        color: #fff; }

/*# sourceMappingURL=main.css.map */
