/*MARGINS*/
/*TEXT*/
/*FORMS*/
/*BUTTONS*/
/*TABLES*/
.margin-10 {
  margin-top: 10px;
  margin-bottom: 10px; }

.margin-20 {
  margin-top: 20px;
  margin-bottom: 20px; }

.margin-30 {
  margin-top: 30px;
  margin-bottom: 30px; }
  @media (max-width: 1023px) {
    .margin-30 {
      margin-top: calc(30px/5*4);
      margin-bottom: calc(30px/5*4); } }
  @media (max-width: 760px) {
    .margin-30 {
      margin-top: calc(30px/5*3);
      margin-bottom: calc(30px/5*3); } }

.margin-40 {
  margin-top: 40px;
  margin-bottom: 40px; }
  @media (max-width: 1023px) {
    .margin-40 {
      margin-top: calc(40px/5*4);
      margin-bottom: calc(40px/5*4); } }
  @media (max-width: 760px) {
    .margin-40 {
      margin-top: calc(40px/5*3);
      margin-bottom: calc(40px/5*3); } }

.margin-50 {
  margin-top: 50px;
  margin-bottom: 50px; }
  @media (max-width: 1023px) {
    .margin-50 {
      margin-top: calc(50px/5*4);
      margin-bottom: calc(50px/5*4); } }
  @media (max-width: 760px) {
    .margin-50 {
      margin-top: calc(50px/5*3);
      margin-bottom: calc(50px/5*3); } }

.margin-60 {
  margin-top: 60px;
  margin-bottom: 60px; }
  @media (max-width: 1023px) {
    .margin-60 {
      margin-top: calc(60px/5*4);
      margin-bottom: calc(60px/5*4); } }
  @media (max-width: 760px) {
    .margin-60 {
      margin-top: calc(60px/5*3);
      margin-bottom: calc(60px/5*3); } }

.margin-70 {
  margin-top: 70px;
  margin-bottom: 70px; }
  @media (max-width: 1023px) {
    .margin-70 {
      margin-top: calc(70px/5*4);
      margin-bottom: calc(70px/5*4); } }
  @media (max-width: 760px) {
    .margin-70 {
      margin-top: calc(70px/5*3);
      margin-bottom: calc(70px/5*3); } }

.margin-80 {
  margin-top: 80px;
  margin-bottom: 80px; }
  @media (max-width: 1023px) {
    .margin-80 {
      margin-top: calc(80px/5*4);
      margin-bottom: calc(80px/5*4); } }
  @media (max-width: 760px) {
    .margin-80 {
      margin-top: calc(80px/5*3);
      margin-bottom: calc(80px/5*3); } }

.margin-90 {
  margin-top: 90px;
  margin-bottom: 90px; }
  @media (max-width: 1023px) {
    .margin-90 {
      margin-top: calc(90px/5*4);
      margin-bottom: calc(90px/5*4); } }
  @media (max-width: 760px) {
    .margin-90 {
      margin-top: calc(90px/5*3);
      margin-bottom: calc(90px/5*3); } }

.margin-100 {
  margin-top: 100px;
  margin-bottom: 100px; }
  @media (max-width: 1023px) {
    .margin-100 {
      margin-top: calc(100px/5*4);
      margin-bottom: calc(100px/5*4); } }
  @media (max-width: 760px) {
    .margin-100 {
      margin-top: calc(100px/5*3);
      margin-bottom: calc(100px/5*3); } }

.margin-110 {
  margin-top: 110px;
  margin-bottom: 110px; }
  @media (max-width: 1023px) {
    .margin-110 {
      margin-top: calc(110px/5*4);
      margin-bottom: calc(110px/5*4); } }
  @media (max-width: 760px) {
    .margin-110 {
      margin-top: calc(110px/5*3);
      margin-bottom: calc(110px/5*3); } }

.margin-120 {
  margin-top: 120px;
  margin-bottom: 120px; }
  @media (max-width: 1023px) {
    .margin-120 {
      margin-top: calc(120px/5*4);
      margin-bottom: calc(120px/5*4); } }
  @media (max-width: 760px) {
    .margin-120 {
      margin-top: calc(120px/5*3);
      margin-bottom: calc(120px/5*3); } }

.margin-150 {
  margin-top: 150px;
  margin-bottom: 150px; }
  @media (max-width: 1023px) {
    .margin-150 {
      margin-top: calc(150px/5*4);
      margin-bottom: calc(150px/5*4); } }
  @media (max-width: 760px) {
    .margin-150 {
      margin-top: calc(150px/5*3);
      margin-bottom: calc(150px/5*3); } }

.no-margins {
  margin: 0 !important; }

.no-top-margin {
  margin-top: 0 !important; }

.no-bottom-margin {
  margin-bottom: 0 !important; }

html {
  min-height: 100%;
  width: 100vw;
  max-width: 100%;
  box-sizing: border-box;
  text-size-adjust: 100%; }

body,
html {
  margin: 0;
  padding: 0;
  border: 0;
  color: #2c2c2c;
  font-family: "Rubik", sans-serif;
  font-size: 10px;
  font-weight: normal;
  font-style: normal;
  line-height: normal;
  font-variant: normal;
  background-color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  -webkit-appearance: none;
  text-rendering: optimizeLegibility; }

* {
  box-sizing: border-box; }

img {
  border: 0;
  padding: 0;
  margin: 0;
  backface-visibility: hidden;
  max-width: 100%;
  height: auto; }

strong {
  font-weight: 700; }

p strong {
  font-weight: 500; }

a {
  color: inherit;
  transition: all .25s ease-out; }

p a {
  color: #0080cc;
  text-decoration: underline; }
  p a:hover {
    text-decoration: none; }

.container {
  position: relative;
  display: block;
  width: 100%;
  max-width: calc(1300px + 20px * 2);
  padding-left: 20px;
  padding-right: 20px;
  margin: auto;
  clear: both; }

.no-scroll {
  position: fixed;
  overflow-y: scroll;
  width: 100%; }

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

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

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

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

.button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  padding: 0;
  background-color: transparent;
  font: inherit;
  cursor: pointer;
  transition: all .25s ease-out;
  font-family: "Rubik", sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2;
  display: inline-block;
  padding: 18px 37px;
  text-transform: uppercase;
  transition: all .25s ease-out;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  background-color: #0080cc;
  border-radius: 6px;
  color: white; }
  .button:focus {
    outline: 0; }
  .button:hover {
    background-color: #006099; }
  @media (max-width: 760px) {
    .button.full-mobile {
      width: 100%; } }

form {
  width: 100%; }

fieldset {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  margin: 0;
  padding: 0;
  border: 0; }
  fieldset:-webkit-autofill, fieldset:-webkit-autofill:hover, fieldset:-webkit-autofill:focus, fieldset:-webkit-autofill, fieldset:-webkit-autofill:hover, fieldset:-webkit-autofill:focus, fieldset:-webkit-autofill, fieldset:-webkit-autofill:hover, fieldset:-webkit-autofill:focus {
    font-size: 18px;
    box-shadow: 0;
    -webkit-text-fill-color: #2c2c2c;
    -webkit-box-shadow: 0;
    transition: background-color 5000s ease-in-out 0s; }
  fieldset:focus {
    outline: 0; }
  fieldset::-webkit-input-placeholder {
    color: #2c2c2c; }
  fieldset::-moz-placeholder {
    color: #2c2c2c;
    opacity: 1; }
  fieldset:-ms-input-placeholder {
    color: #2c2c2c; }
  fieldset:-moz-placeholder {
    color: #2c2c2c; }

.hidden {
  display: none !important; }

.form-row {
  width: 100%;
  display: flex;
  justify-content: space-between; }
  @media (max-width: 760px) {
    .form-row {
      display: block; } }

.form-col {
  width: 49%; }
  @media (max-width: 760px) {
    .form-col {
      width: 100%; } }

.form-field {
  width: 100%;
  display: flex;
  align-items: center;
  margin: 0 0 24px 0; }
  @media (max-width: 1023px) {
    .form-field {
      display: block;
      margin: 0 0 20px 0; } }

.form-row-indent {
  padding-left: 110px;
  margin: 0 0 22px 0; }
  @media (max-width: 1023px) {
    .form-row-indent {
      padding-left: 0;
      margin: 0 0 20px 0; } }

.label {
  width: 110px;
  flex-shrink: 0;
  font-size: 20px;
  line-height: 1.25;
  text-align: right;
  padding-right: 10px; }
  .label.top {
    align-self: flex-start;
    margin-top: 15px; }
  @media (max-width: 1023px) {
    .label {
      width: 100%;
      display: block;
      text-align: left;
      padding-right: 0;
      margin-bottom: 6px; }
      .label.top {
        margin-top: 0; } }

.input-field {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  display: inline-block;
  width: 100%;
  background-color: transparent;
  border: solid 1px #000000;
  border-radius: 4px;
  margin: 0;
  height: 50px;
  padding: 0 20px;
  font-family: "Rubik", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.94;
  color: #2c2c2c; }
  .input-field:-webkit-autofill, .input-field:-webkit-autofill:hover, .input-field:-webkit-autofill:focus, .input-field:-webkit-autofill, .input-field:-webkit-autofill:hover, .input-field:-webkit-autofill:focus, .input-field:-webkit-autofill, .input-field:-webkit-autofill:hover, .input-field:-webkit-autofill:focus {
    font-size: 18px;
    box-shadow: 0;
    -webkit-text-fill-color: #2c2c2c;
    -webkit-box-shadow: 0;
    transition: background-color 5000s ease-in-out 0s; }
  .input-field:focus {
    outline: 0; }
  .input-field::-webkit-input-placeholder {
    color: #2c2c2c; }
  .input-field::-moz-placeholder {
    color: #2c2c2c;
    opacity: 1; }
  .input-field:-ms-input-placeholder {
    color: #2c2c2c; }
  .input-field:-moz-placeholder {
    color: #2c2c2c; }
  @media (max-width: 1023px) {
    .input-field {
      line-height: 1.38; } }
  .input-field.small {
    max-width: 200px; }

.textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  display: inline-block;
  width: 100%;
  background-color: transparent;
  border: solid 1px #000000;
  border-radius: 4px;
  margin: 0;
  height: 50px;
  padding: 0 20px;
  font-family: "Rubik", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.94;
  color: #2c2c2c;
  padding-top: 7px; }
  .textarea:-webkit-autofill, .textarea:-webkit-autofill:hover, .textarea:-webkit-autofill:focus, .textarea:-webkit-autofill, .textarea:-webkit-autofill:hover, .textarea:-webkit-autofill:focus, .textarea:-webkit-autofill, .textarea:-webkit-autofill:hover, .textarea:-webkit-autofill:focus {
    font-size: 18px;
    box-shadow: 0;
    -webkit-text-fill-color: #2c2c2c;
    -webkit-box-shadow: 0;
    transition: background-color 5000s ease-in-out 0s; }
  .textarea:focus {
    outline: 0; }
  .textarea::-webkit-input-placeholder {
    color: #2c2c2c; }
  .textarea::-moz-placeholder {
    color: #2c2c2c;
    opacity: 1; }
  .textarea:-ms-input-placeholder {
    color: #2c2c2c; }
  .textarea:-moz-placeholder {
    color: #2c2c2c; }
  @media (max-width: 1023px) {
    .textarea {
      line-height: 1.38; } }

.select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  display: inline-block;
  width: 100%;
  background-color: transparent;
  border: solid 1px #000000;
  border-radius: 4px;
  margin: 0;
  height: 50px;
  padding: 0 20px;
  font-family: "Rubik", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.94;
  color: #2c2c2c;
  padding-right: 35px;
  background-image: url(../img/select.svg);
  background-repeat: no-repeat;
  background-position: right 15px center;
  background-size: 14px auto; }
  .select:-webkit-autofill, .select:-webkit-autofill:hover, .select:-webkit-autofill:focus, .select:-webkit-autofill, .select:-webkit-autofill:hover, .select:-webkit-autofill:focus, .select:-webkit-autofill, .select:-webkit-autofill:hover, .select:-webkit-autofill:focus {
    font-size: 18px;
    box-shadow: 0;
    -webkit-text-fill-color: #2c2c2c;
    -webkit-box-shadow: 0;
    transition: background-color 5000s ease-in-out 0s; }
  .select:focus {
    outline: 0; }
  .select::-webkit-input-placeholder {
    color: #2c2c2c; }
  .select::-moz-placeholder {
    color: #2c2c2c;
    opacity: 1; }
  .select:-ms-input-placeholder {
    color: #2c2c2c; }
  .select:-moz-placeholder {
    color: #2c2c2c; }
  .select::-ms-expand {
    display: none; }
  @media (max-width: 1023px) {
    .select {
      line-height: 1.38; } }

/*checkbox*/
.checkox-row {
  position: relative; }

input.checkox {
  position: absolute;
  z-index: 1;
  height: 1px !important;
  width: 1px !important;
  top: 5px;
  left: 5px; }

.checkox + label,
.checkox + span {
  font-family: "Rubik", sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.3;
  color: inherit;
  position: relative;
  z-index: 2;
  display: block;
  padding-left: 40px;
  box-sizing: border-box;
  min-height: 25px;
  padding-top: 3px;
  cursor: pointer;
  text-align: left;
  margin: 0; }
  .checkox + label::before,
  .checkox + span::before {
    content: '';
    display: block;
    width: 25px;
    height: 25px;
    border: solid 1px #000;
    border-radius: 4px;
    background-color: #EFEFEF;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    box-sizing: border-box; }
  .checkox + label a,
  .checkox + span a {
    text-decoration: underline; }
    .checkox + label a:hover,
    .checkox + span a:hover {
      text-decoration: none; }
.checkox:checked + label::before, .checkox:checked + span::before {
  background-image: url(../img/check.svg);
  background-size: 15px auto; }

/*Errors*/
.has-error input,
.has-error textarea,
.has-error select {
  border: solid 2px #f72717 !important; }
.has-error .checkox + label::before {
  border: solid 2px #f72717; }

.form-msg p {
  margin-bottom: 15px; }
@media (max-width: 1023px) {
  .form-msg {
    min-height: 0; } }

.error-msg {
  font-family: "Rubik", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.94;
  line-height: 1.2;
  color: #f72717;
  margin: 0; }
  @media (max-width: 1023px) {
    .error-msg {
      line-height: 1.38; } }

.success-msg {
  font-family: "Rubik", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.94;
  line-height: 1.2;
  color: #0ca60c;
  margin: 0; }
  @media (max-width: 1023px) {
    .success-msg {
      line-height: 1.38; } }

.main-header {
  position: relative;
  z-index: 555; }

.logo-container {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  padding-top: 70px;
  background: transparent linear-gradient(180deg, black 0%, transparent 100%) 0% 0% no-repeat padding-box; }

.logo-img {
  width: 323px;
  height: auto; }

@media (max-width: 1023px) {
  .logo-container {
    padding-top: 35px;
    background: transparent; }

  .logo-img {
    width: 220px; } }
@media (max-width: 760px) {
  .logo-container {
    padding-top: 28px; }

  .logo-img {
    width: 180px; } }
.lang-menu {
  margin: 0;
  padding: 0;
  list-style: none;
  position: absolute;
  z-index: 3;
  top: 20px;
  right: 20px;
  border: solid 2px white;
  border-radius: 5px; }
  .lang-menu li {
    position: relative;
    transition: all .25s ease-out; }
    .lang-menu li:hover {
      background-color: rgba(0, 0, 0, 0.8); }
      .lang-menu li:hover .lang-menu-btn::after {
        transform: rotate(180deg); }
      .lang-menu li:hover .lang-submenu {
        display: block; }
  @media (max-width: 760px) {
    .lang-menu {
      top: 42px; } }

.lang-submenu {
  display: none;
  margin: 0;
  padding: 0;
  list-style: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  border: solid 2px white;
  border-radius: 5px;
  background-color: rgba(0, 0, 0, 0.3); }

.lang-menu-btn {
  display: block;
  font-size: 15px;
  font-weight: 600;
  line-height: 1;
  color: white;
  text-decoration: none;
  padding: 12px 15px; }
  .lang-menu-btn::after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 14px;
    height: 9px;
    background: url(../img/arrow-down.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    margin-left: 8px; }

.lang-submenu-btn {
  display: block;
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
  color: white;
  text-decoration: none;
  padding: 12px 15px; }

.footer {
  background-color: #0080cc;
  color: white;
  padding-top: 100px;
  padding-bottom: 55px; }

.footer-flex {
  display: flex;
  margin-bottom: 50px; }

.footer-col-1 {
  width: 253px;
  flex-shrink: 0; }

.footer-col-2 {
  width: 100%;
  flex-shrink: 1; }

.footer-logo {
  width: 100%;
  height: auto;
  margin-top: -18px; }

.footer-text {
  font-size: 15px;
  line-height: 1.3; }
  .footer-text .medium {
    font-size: 18px;
    line-height: 1.5; }
  .footer-text .large {
    font-size: 20px; }
  .footer-text p {
    margin: 0 0 .5em; }
  .footer-text a {
    color: inherit;
    text-decoration: underline; }
    .footer-text a:hover {
      text-decoration: none; }

.footer-social-container {
  border-top: solid 1px rgba(255, 255, 255, 0.3);
  padding: 25px 0; }

.footer-social {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  font-size: 15px;
  font-weight: 500; }
  .footer-social li {
    margin-right: 25px; }
    .footer-social li a:hover {
      opacity: .6; }

.footer-2 {
  border-top: solid 1px rgba(255, 255, 255, 0.3);
  padding-top: 35px; }

.footer-2-menu {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  flex-wrap: wrap; }
  .footer-2-menu li {
    margin-right: 22px; }
    .footer-2-menu li:last-child {
      margin-right: 0; }

.footer-2-btn {
  font-size: 15px;
  font-weight: 400;
  line-height: 1.5;
  color: white;
  text-decoration: none; }
  .footer-2-btn:hover {
    text-decoration: underline; }

.footer-2-text {
  margin-top: 15px;
  font-size: 10px; }

@media (max-width: 1023px) {
  .footer-flex {
    display: block;
    margin-bottom: 10px; }

  .footer-col-1 {
    width: 100%; }

  .footer-col-2 {
    width: 100%;
    margin-top: 35px; }

  .footer-logo {
    margin-top: 0;
    max-width: 253px; } }
@media (max-width: 760px) {
  .footer {
    padding-top: 50px;
    padding-bottom: 30px; }

  .footer-logo {
    max-width: 163px; }

  .footer-2 {
    padding-top: 30px; }

  .footer-2-menu {
    display: block; }
    .footer-2-menu li {
      margin-right: 0;
      margin-bottom: 15px; }
      .footer-2-menu li:last-child {
        margin-bottom: 0; }

  .footer-2-text {
    margin-top: 30px; } }
.footer-adress-flex {
  display: flex;
  flex-wrap: wrap; }

.footer-adress-col {
  width: 33.33%;
  padding-left: 6%;
  margin-bottom: 33px; }

@media (max-width: 1180px) {
  .footer-adress-col {
    width: 50%;
    padding-left: 8%; } }
@media (max-width: 1023px) {
  .footer-adress-flex {
    justify-content: space-between; }

  .footer-adress-col {
    width: 46%;
    padding-left: 0; } }
@media (max-width: 550px) {
  .footer-adress-flex {
    display: block; }

  .footer-adress-col {
    width: 100%; } }
/*COOKIES*/
.cookies-modal {
  position: fixed;
  z-index: 999999;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: black;
  color: white; }

.cookies-container {
  padding: 30px 0;
  display: flex;
  justify-content: space-between;
  align-items: center; }

.cookies-col-text {
  width: 100%;
  flex-shrink: 1; }

.cookies-text {
  font-size: 16px;
  line-height: 1.375;
  color: white; }
  .cookies-text p {
    margin: 0; }

.cookies-col-cta {
  flex-shrink: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 20px; }

.button-cookies {
  font-size: 16px;
  text-transform: none;
  margin-left: 20px;
  padding: 12px 30px; }

@media (max-width: 1023px) {
  .cookies-container {
    display: block; }

  .cookies-col-cta {
    margin-top: 20px;
    width: 100%;
    padding-left: 0; }

  .button-cookies {
    margin-left: 0; } }
@media (max-width: 760px) {
  .cookies-text {
    font-size: 14px; }

  .button-cookies {
    width: auto; } }
.header {
  position: relative;
  background-color: black; }

.slide {
  position: relative;
  z-index: 1; }
  .slide.unloaded {
    width: 1px;
    height: 597px;
    overflow: hidden; }
  .slide .slick-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 0;
    padding: 0;
    background-color: transparent;
    font: inherit;
    cursor: pointer;
    transition: all .25s ease-out;
    position: absolute;
    z-index: 10;
    top: 50%;
    width: 44px;
    height: 44px;
    margin-top: -22px;
    background-size: contain;
    background-position: center;
    text-decoration: none; }
    .slide .slick-button:focus {
      outline: 0; }
    .slide .slick-button.prev {
      left: 30px;
      background-image: url(../img/arrow-prev.svg); }
    .slide .slick-button.next {
      right: 30px;
      background-image: url(../img/arrow-next.svg); }
    .slide .slick-button:hover {
      opacity: .7; }

.slide-container {
  position: relative;
  width: 100%;
  height: 597px; }

.slide-img {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover; }

.slide-shadow-1,
.slide-shadow-2 {
  position: absolute;
  top: 0;
  left: 0;
  right: 50%;
  bottom: 0; }

.slide-shadow-1 {
  z-index: 2;
  background: transparent linear-gradient(180deg, black 0%, transparent 100%) 0% 0% no-repeat padding-box; }

.slide-shadow-2 {
  z-index: 3;
  background: transparent linear-gradient(90deg, black 0%, rgba(0, 0, 0, 0.67) 55%, transparent 100%) 0% 0% no-repeat padding-box; }

.slide-content {
  position: absolute;
  z-index: 5;
  top: 40%;
  left: 0;
  right: 0;
  bottom: 0;
  color: white;
  padding-left: 80px;
  padding-right: 80px; }

.slide-content-limit {
  width: calc(50% - 20px);
  max-width: 510px; }

.slide-title {
  font-size: 37px;
  font-weight: 300;
  line-height: 1;
  margin: 0; }

.slide-text {
  font-size: 18px;
  font-weight: 300;
  line-height: 1.6;
  margin: 12px 0 0; }
  .slide-text p {
    margin: 0 0 15px; }
  .slide-text ul {
    margin: 0;
    padding: 0 0 0 20px; }
    .slide-text ul li {
      margin-bottom: 5px; }

@media (max-width: 1023px) {
  .slide .slick-button {
    top: auto;
    bottom: 34px; }
    .slide .slick-button.prev {
      left: 21px; }
    .slide .slick-button.next {
      right: auto;
      left: 81px; }

  .slide-shadow-1,
  .slide-shadow-2 {
    right: 0;
    opacity: .6; }

  .slide-shadow-1 {
    bottom: 110px;
    background: transparent linear-gradient(180deg, black 0%, transparent 100%) 0% 0% no-repeat padding-box; }

  .slide-shadow-2 {
    top: 100px;
    background: transparent linear-gradient(0deg, black 0%, transparent 100%) 0% 0% no-repeat padding-box; }

  .slide-content {
    top: auto;
    bottom: 110px;
    padding-left: 0;
    padding-right: 0; }

  .slide-content-limit {
    width: 100%;
    max-width: 510px; } }
.bg-gray-dark {
  padding-top: 1px;
  padding-bottom: 1px;
  background-color: #F0F0F0; }

.bg-gray {
  padding-top: 1px;
  padding-bottom: 1px;
  background-color: #F5F5F5; }

.main-flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }

.main-col {
  width: 44%; }

.main-col-1 {
  width: 30%; }

.main-col-2 {
  width: 67%; }

.title {
  font-size: 60px;
  font-weight: 300;
  line-height: 1.1;
  letter-spacing: -0.02em;
  color: #0080cc;
  margin: 0; }

.text-medium {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5; }
  .text-medium p {
    margin: .5em 0; }

.icon-wrap {
  min-height: 60px; }

.title-small {
  font-size: 50px;
  font-weight: 300;
  line-height: 1.1;
  color: #0080cc;
  margin: 0; }

.text {
  font-family: "Rubik", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.94; }
  @media (max-width: 1023px) {
    .text {
      line-height: 1.38; } }
  .text p {
    margin: .5em 0; }
  .text ol {
    margin: 0;
    padding: 0 0 0 20px;
    line-height: 1.38; }
    .text ol li {
      margin-bottom: 1em; }
    .text ol ::marker {
      font-weight: 500; }
  .text ul {
    margin: 0;
    padding: 0;
    list-style: none;
    line-height: 1.38; }
    .text ul li {
      margin-bottom: 1em;
      padding-left: 20px;
      position: relative; }
      .text ul li::before {
        content: '';
        display: block;
        width: 6px;
        height: 6px;
        background-color: #0080cc;
        border-radius: 1px;
        position: absolute;
        top: 9px;
        left: 0; }

.text-small {
  font-size: 15px;
  line-height: 1.6;
  font-weight: 400; }
  .text-small p {
    margin: .5em 0; }

.text-large {
  font-size: 22px;
  line-height: 1.4;
  font-weight: 400; }
  .text-large p {
    margin: .5em 0; }

@media (max-width: 1023px) {
  .main-col-1 {
    width: 100%; }

  .main-col-2 {
    width: 100%; }

  .pre-title {
    font-size: 18px; }

  .title {
    font-size: 45px; }

  .text-medium {
    font-size: 18px;
    line-height: 1.6; }

  .title-small {
    font-size: 35px; } }
@media (max-width: 760px) {
  .main-flex {
    display: block; }

  .main-col {
    width: 100%; }

  .pre-title {
    font-size: 18px; }

  .title {
    font-size: 45px; }

  .text-medium p {
    margin-top: 1em; }

  .title-small {
    font-size: 35px; }

  .text-large {
    font-size: 18px; } }
.full-flex {
  display: flex;
  flex-wrap: wrap; }

.full-col {
  width: 50%;
  position: relative; }
  .full-col.order-1 {
    order: 1;
    display: flex;
    justify-content: flex-end; }
    .full-col.order-1 .full-container {
      padding-left: 20px;
      padding-right: 12%; }
  .full-col.order-2 {
    order: 2; }
    .full-col.order-2 .full-container {
      padding-left: 12%;
      padding-right: 20px; }

.full-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover; }

.full-container {
  margin-top: 60px;
  margin-bottom: 60px;
  width: calc((1300px / 2) + 20px);
  max-width: 100%; }
  @media (max-width: 1023px) {
    .full-container {
      margin-top: calc(60px/5*4);
      margin-bottom: calc(60px/5*4); } }
  @media (max-width: 760px) {
    .full-container {
      margin-top: calc(60px/5*3);
      margin-bottom: calc(60px/5*3); } }

.numb-flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: wrap; }

.num-col {
  width: 46%;
  margin-top: 23px; }

.num-text {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.3; }
  .num-text span {
    display: block;
    font-size: 42px;
    line-height: 1; }
  .num-text inf {
    font-size: 17px; }

.numb-flex-2 {
  display: flex; }

.numb-col-2 {
  border-left: solid 1px #707070;
  padding: 0 20px; }
  .numb-col-2:first-child {
    border-left: 0;
    padding-left: 0; }

.icon-flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }

.icon-col {
  width: 30%;
  margin-top: 30px; }

.icon-wrap-2 {
  min-height: 60px;
  margin-bottom: 6px; }

.icon-text {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.38; }
  .icon-text p {
    margin: 0; }

@media (max-width: calc(1300px + 20px * 2)) {
  .full-col.order-1 .full-container {
    padding-right: 20px; }

  .num-text span {
    font-size: 36px; }

  .numb-col-2 {
    padding: 0 10px; }
    .numb-col-2:first-child {
      padding-left: 0; } }
@media (max-width: 1023px) {
  .num-col {
    width: 49%; }

  .num-text {
    font-size: 14px; }
    .num-text span {
      font-size: 30px; }
    .num-text inf {
      font-size: 11px; } }
@media (max-width: 760px) {
  .full-flex {
    display: block; }

  .full-col {
    width: 100%; }
    .full-col.order-1 {
      display: block; }
      .full-col.order-1 .full-container {
        padding: 0 20px; }
    .full-col.order-2 .full-container {
      padding: 0 20px; }

  .full-img-container {
    height: 67vw; }

  .full-container {
    width: 100%; }

  .numb-flex {
    max-width: 460px; }

  .num-col {
    margin-top: 11px; }

  .icon-col {
    width: 46%;
    margin-top: 32px; }

  .icon-wrap-2 {
    min-height: 60px;
    margin-bottom: 6px; }

  .icon-text {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.38; }
    .icon-text p {
      margin: 0; } }
@media (max-width: 380px) {
  .num-text {
    font-size: 12px; }
    .num-text span {
      font-size: 26px; }
    .num-text inf {
      font-size: 10px; } }
.vantagens-container {
  max-width: 1550px;
  padding-left: 20px;
  padding-right: 20px;
  margin: auto;
  text-align: center; }

.vantagens-flex {
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-wrap: wrap; }

.vantagens-col {
  width: 25%; }

.vantagen {
  position: relative;
  width: 80%;
  height: 240px;
  background-color: #F5F5F5;
  margin: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center; }

.vantagen-check {
  position: absolute;
  top: 0;
  right: 0; }

.vantagens-text {
  margin-top: 20px;
  font-size: 21px;
  line-height: 1.57; }
  .vantagens-text p {
    margin: 0; }

@media (max-width: 1350px) {
  .vantagen {
    width: 90%; } }
@media (max-width: 1023px) {
  .vantagen {
    height: 180px; }

  .vantagens-text {
    margin-top: 12px;
    font-size: 18px; } }
@media (max-width: 760px) {
  .vantagens-col {
    width: 50%;
    margin-bottom: 20px; } }
@media (max-width: 400px) {
  .vantagens-col {
    width: 100%; }

  .vantagen {
    width: 100%;
    max-width: 250px; } }
.help-flex {
  display: flex;
  justify-content: space-between; }

.help-col-1 {
  width: 40%; }

.help-col-2 {
  width: 50%; }

.help-text {
  font-size: 20px;
  line-height: 1.5; }
  .help-text p {
    margin: 0 0 .5em; }

@media (max-width: 760px) {
  .help-flex {
    display: block; }

  .help-col-1 {
    width: 100%; }

  .help-col-2 {
    width: 100%;
    margin-top: 30px; }

  .help-text {
    font-size: 18px; } }
.map-supercontainer {
  position: relative; }

.title-map {
  position: absolute;
  z-index: 5;
  top: 30%;
  left: 9vw; }

.map-container {
  position: relative;
  height: 40vw; }

.map-img {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover; }

.map-caption {
  position: absolute;
  z-index: 3; }
  .map-caption.portugal {
    right: 43vw;
    bottom: 70%; }
  .map-caption.senegal {
    right: 44.5vw;
    bottom: 53%; }
  .map-caption.colombia {
    left: 45.5vw;
    bottom: 44%; }
  .map-caption.quenia {
    left: 74vw;
    bottom: 43%; }
  .map-caption.angola {
    right: 37vw;
    bottom: 32%; }
  .map-caption.mocambique {
    left: 73.5vw;
    bottom: 29%; }

.map-caption-btn {
  display: inline-block;
  padding: 0.8vw 1.8vw;
  background-color: black;
  text-decoration: underline;
  font-size: 1vw;
  font-weight: 300;
  line-height: 1.2;
  color: white; }
  .map-caption-btn:hover {
    text-decoration: none; }

.map-line {
  width: 1px;
  height: 2.8vw;
  background-color: black;
  position: absolute;
  top: 100%;
  transform-origin: center top; }
  .map-line.left {
    left: 0;
    transform: rotate(45deg); }
  .map-line.right {
    right: 0;
    transform: rotate(-45deg); }

@media (max-width: 1023px) {
  .title-map {
    top: 70%;
    left: 3vw; }

  .map-container {
    height: 70vw; }

  .map-caption.portugal {
    right: 47vw;
    bottom: 70%; }
  .map-caption.senegal {
    right: 50vw;
    bottom: 51%; }
  .map-caption.colombia {
    left: 31vw;
    bottom: 42%; }
  .map-caption.quenia {
    left: 80vw;
    bottom: 43%; }
  .map-caption.angola {
    right: 37vw;
    bottom: 32%; }
  .map-caption.mocambique {
    left: 79vw;
    bottom: 29%; }

  .map-caption-btn {
    padding: 1.4vw 2.3vw;
    font-size: 2vw; }

  .map-line {
    height: 3.5vw; } }
@media (max-width: 550px) {
  .title-map {
    position: relative;
    top: auto;
    left: auto;
    padding: 25px 0 25px 20px; }

  .map-container {
    height: 100vw; }

  .map-caption.portugal {
    right: 59vw;
    bottom: 70%; }
  .map-caption.senegal {
    right: 64vw;
    bottom: 51%; }
  .map-caption.colombia {
    left: 8vw;
    bottom: 42%; }
  .map-caption.quenia {
    left: 80vw;
    bottom: 43%; }
  .map-caption.angola {
    right: 45vw;
    bottom: 32%; }
  .map-caption.mocambique {
    left: 76vw;
    bottom: 29%; }

  .map-caption-btn {
    padding: 2vw 3vw;
    font-size: 3vw; }

  .map-line {
    height: 4vw; } }
.logo-layout {
  display: flex;
  justify-content: space-between; }

.logo-left {
  flex-shrink: 0;
  padding-right: 30px; }

.logo-right {
  width: 100%;
  flex-shrink: 1; }

.logo-flex {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  padding-top: 20px; }

.logo-col {
  width: 25%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 50px; }
  @media (max-width: 1310px) {
    .logo-col {
      width: 33.33%; } }
  @media (max-width: 1080px) {
    .logo-col {
      width: 50%; } }
  @media (max-width: 580px) {
    .logo-col img {
      transform: scale(0.8, 0.8); } }
  @media (max-width: 480px) {
    .logo-col img {
      transform: scale(0.6, 0.6); } }

@media (max-width: 760px) {
  .logo-layout {
    display: block; }

  .logo-left {
    padding-right: 0;
    text-align: center; }

  .logo-flex {
    padding-top: 40px; }

  .logo-col {
    margin-bottom: 40px; } }
@media (max-width: 480px) {
  .logo-flex {
    padding-top: 20px; }

  .logo-col {
    margin-bottom: 10px; } }

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