@font-face {
  font-family: 'CalibreMd';
  src: url("../webfonts/calibre/Calibre_Medium.woff2") format("woff2"), url("../webfonts/calibre/Calibre_Medium.woff") format("woff"); }
@font-face {
  font-family: 'avenirblack';
  src: url("../webfonts/avenir/avenir_black.woff2") format("woff2"), url("../webfonts/avenir/avenir_black.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'avenirmedium';
  src: url("../webfonts/avenir/avenir_medium.woff2") format("woff2"), url("../webfonts/avenir/avenir_medium.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'avenirroman';
  src: url("../webfonts/avenir/avenir-roman.woff2") format("woff2"), url("../webfonts/avenir/avenir-roman.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
.t-0 {
  top: 0 !important; }

.r-0 {
  right: 0 !important; }

.b-0 {
  bottom: 0 !important; }

.l-0 {
  left: 0 !important; }

.font-weight-300 {
  font-weight: 300 !important; }

.font-weight-400 {
  font-weight: 400 !important; }

.font-weight-500 {
  font-weight: 500 !important; }

.font-weight-600 {
  font-weight: 600 !important; }

.font-weight-700 {
  font-weight: 700 !important; }

.font-weight-800 {
  font-weight: 800 !important; }

.font-weight-900 {
  font-weight: 900 !important; }

.text-black {
  color: #18181A !important; }

.text-none {
  text-transform: none !important; }

.bg-black {
  background: #18181A !important; }

.cursor {
  cursor: pointer; }

.flex-1 {
  flex: 1; }

.line-height-small {
  line-height: 1.1 !important; }

.overflow-hidden {
  overflow: hidden; }

.section-form {
  position: relative;
  z-index: 100; }
  .section-form .form-container {
    border-radius: 30px; }
    .section-form .form-container h2,
    .section-form .form-container .form-title {
      background: url(../images/palm.svg) no-repeat left center;
      line-height: 42px;
      color: #440f63;
      font-size: 1.1rem;
      font-family: "avenirroman", sans-serif;
      padding-left: 37px;
      margin: 1.2rem 0; }
  .section-form .form-upload .s-logo > label {
    margin-bottom: 0.25rem;
    text-transform: uppercase; }
  .section-form .form-upload .s-logo .s-box {
    width: 200px;
    height: 200px;
    background: #f7f8fa;
    border-radius: 10px; }
  .section-form .form-upload .s-logo .b-remove {
    right: 10px;
    top: 10px;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    z-index: 15;
    cursor: pointer; }
    .section-form .form-upload .s-logo .b-remove i {
      color: #ff0000; }
  .section-form .multiselect.custom-select {
    background-image: linear-gradient(45deg, transparent 50%, #A0A0A7 50%), linear-gradient(135deg, #A0A0A7 50%, transparent 50%), linear-gradient(to right, transparent, transparent);
    background-position: calc(100% - 20px) calc(1em + 0px), calc(100% - 15px) calc(1em + 0px), calc(100% - 2.5em) 0.5em;
    background-size: 5px 5px, 5px 5px, 1px 1.5em;
    background-repeat: no-repeat;
    height: calc(1.5em + 0.75rem + 6px);
    font-size: 16px; }
  .section-form .multiselect .form-check-label {
    font-size: 16px; }
  .section-form .multiselect-group.dropdown-item-text {
    color: #fff;
    background: rgba(0, 0, 0, 0.5); }
  .section-form .form-group {
    margin-bottom: 1rem; }
    .section-form .form-group label {
      margin-bottom: 0.25rem; }
    .section-form .form-group .custom-control {
      margin: 5px 0; }
      .section-form .form-group .custom-control label {
        margin-bottom: 0; }
    .section-form .form-group .form-control {
      box-shadow: none !important;
      font-family: "avenirroman", sans-serif;
      font-size: 1rem;
      border-color: #e1e1e1;
      height: calc(1.3em + 1rem + 2px);
      border-radius: 8px; }
      .section-form .form-group .form-control:focus {
        border-color: #440f63; }
    .section-form .form-group textarea {
      resize: none;
      min-height: 200px;
      border-radius: 20px; }
      .section-form .form-group textarea.height-normal {
        min-height: 135px; }
      @media (max-width: 567px) {
        .section-form .form-group textarea {
          min-height: 180px; } }
    .section-form .form-group .field-icon {
      position: absolute;
      right: 10px;
      top: 55px;
      color: #ddd; }
  .section-form .custom-radio > label.custom-control-label {
    font-weight: normal;
    line-height: 1.2;
    font-size: 16px;
    padding-top: 2px; }
  .section-form .custom-checkbox > label.custom-control-label {
    font-weight: normal;
    line-height: 1.2;
    font-size: 16px;
    padding-top: 2px; }
  .section-form .custom-control-label {
    cursor: pointer;
    font-weight: normal;
    color: #000;
    padding-left: 0.5rem; }
    .section-form .custom-control-label:after, .section-form .custom-control-label:before {
      box-shadow: none !important;
      outline: 0;
      margin-top: -1px; }
    .section-form .custom-control-label:before {
      border-color: #000 !important; }
    .section-form .custom-control-label a {
      color: #ff0000; }
      .section-form .custom-control-label a:hover {
        text-decoration: underline; }
  .section-form .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #18181A;
    box-shadow: none; }
  .section-form .custom-control-input:checked ~ .custom-control-label::before {
    border-color: #18181A !important;
    background-color: #18181A !important; }
  .section-form .custom-control-input:checked ~ .custom-control-label::after {
    display: none; }
  .section-form .custom-radio .custom-control-label::after {
    background: #fff;
    border-radius: 50%;
    border: 1px solid #e1e1e1; }
  .section-form .custom-radio .custom-control-label::before {
    border: 1px solid #e1e1e1; }
  .section-form .custom-checkbox .custom-control-label::before {
    border-radius: 0; }
  .section-form .field-upload .upload-btn {
    display: flex;
    background: #E7E6E4;
    font-weight: 300;
    padding: 0.5rem 2rem;
    border-radius: 10px;
    min-width: 100px;
    justify-content: center; }
    .section-form .field-upload .upload-btn i {
      display: flex;
      align-items: center;
      font-size: 18px; }
    .section-form .field-upload .upload-btn.cloud-btn {
      min-width: unset; }
  .section-form .field-upload [type=file] {
    opacity: 0;
    margin-bottom: calc(-1.5em + -0.75rem + 2px);
    width: 1px; }
    .section-form .field-upload [type=file].selected + label .upload-file-name {
      color: #440f63;
      font-weight: 400;
      display: inline-block; }
    .section-form .field-upload [type=file].selected + label i {
      display: inline-block;
      margin-top: 2px; }
  .section-form .field-upload .file-desc > * {
    display: none; }
  .section-form .field-upload .file-desc.has-file > * {
    display: inline-block; }
  .section-form .field-upload .upload-file-name {
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    color: #440f63;
    font-weight: 400; }
  .section-form .field-upload .curriculumVitae .fa-xmark {
    color: red;
    font-size: 1rem; }
  .section-form .field-upload .fa-file-pdf {
    color: #EB5757;
    font-size: 1.2rem; }
  .section-form .form-control:-webkit-autofill,
  .section-form .form-control:focus:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 100px #edeef0 inset !important; }
  .section-form .btn-group {
    width: 100%; }
  .section-form .multiselect-container .multiselect-option.dropdown-item {
    white-space: normal;
    margin-bottom: 0px; }
  .section-form .multiselect-container .multiselect-option .form-check-label,
  .section-form .multiselect-container .multiselect-group .form-check-label,
  .section-form .multiselect-container .multiselect-all .form-check-label {
    font-size: 16px; }
  .section-form .multiselect-container .form-check-input {
    top: -1px; }
  .section-form .text-selected {
    font-size: 16px; }
  .section-form .did-floating-label-content {
    position: relative;
    margin-bottom: 10px; }
    @media (max-width: 567px) {
      .section-form .did-floating-label-content {
        margin-bottom: 0; } }
  .section-form .did-floating-label {
    color: #000;
    opacity: 0.48;
    font-size: 17px;
    font-weight: normal;
    position: absolute;
    pointer-events: none;
    left: 15px;
    top: 14px;
    padding: 0 5px;
    background: transparent;
    transition: 0.2s ease all;
    text-transform: none !important; }
    @media (max-width: 567px) {
      .section-form .did-floating-label {
        font-size: 1rem; } }
  .section-form .did-floating-input,
  .section-form .did-floating-select {
    font-size: 16px;
    display: block;
    width: 100%;
    height: 50px;
    padding: 0 20px;
    background: #f5f5f5;
    color: #333;
    border: 1px solid #f5f5f5;
    border-radius: 0px;
    box-sizing: border-box; }
    .section-form .did-floating-input:focus,
    .section-form .did-floating-select:focus {
      outline: none; }
      .section-form .did-floating-input:focus ~ .did-floating-label,
      .section-form .did-floating-select:focus ~ .did-floating-label {
        top: -10px;
        font-size: 15px; }
  .section-form .did-textarea-content {
    background: #f5f5f5;
    padding: 20px; }
  .section-form .did-floating-textarea {
    font-size: 16px;
    display: block;
    width: 100%;
    padding: 0px;
    background: #f5f5f5;
    color: #333;
    border: 1px solid #f5f5f5;
    border-radius: 0px !important;
    box-sizing: border-box; }
    .section-form .did-floating-textarea:focus {
      outline: none; }
      .section-form .did-floating-textarea:focus ~ .did-floating-label {
        top: -10px;
        font-size: 15px; }
  .section-form select.did-floating-select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none; }
  .section-form select.did-floating-select::-ms-expand {
    display: none; }
  .section-form .did-floating-input:not(:placeholder-shown) ~ .did-floating-label,
  .section-form .did-floating-textarea:not(:placeholder-shown) ~ .did-floating-label {
    top: -10px;
    font-size: 15px; }
  .section-form .did-floating-select:not([value=""]):valid ~ .did-floating-label {
    top: -10px;
    font-size: 15px; }
  .section-form .did-floating-select[value=""]:focus ~ .did-floating-label {
    top: 11px;
    font-size: 13px; }
  .section-form .did-floating-select:not([multiple]):not([size]) {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='6' viewBox='0 0 8 6'%3E%3Cpath id='Path_1' data-name='Path 1' d='M371,294l4,6,4-6Z' transform='translate(-371 -294)' fill='%23003d71'/%3E%3C/svg%3E%0A");
    background-position: right 15px top 50%;
    background-repeat: no-repeat; }
  .section-form .did-error-input .did-floating-input,
  .section-form .did-error-input .did-floating-select {
    border: 2px solid #9d3b3b;
    color: #9d3b3b; }
  .section-form .did-error-input .did-floating-label {
    font-weight: 600;
    color: #9d3b3b; }
  .section-form .did-error-input .did-floating-select:not([multiple]):not([size]) {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='6' viewBox='0 0 8 6'%3E%3Cpath id='Path_1' data-name='Path 1' d='M371,294l4,6,4-6Z' transform='translate(-371 -294)' fill='%239d3b3b'/%3E%3C/svg%3E%0A"); }
  .section-form .input-group {
    display: flex; }
    .section-form .input-group .did-floating-input {
      border-radius: 0 4px 4px 0;
      border-left: 0;
      padding-left: 0; }
  .section-form .input-group-append {
    display: flex;
    align-items: center; }
  .section-form .input-group-text {
    display: flex;
    align-items: center;
    font-weight: 400;
    height: 34px;
    color: #323840;
    padding: 0 5px 0 20px;
    font-size: 12px;
    text-align: center;
    white-space: nowrap;
    border: 1px solid #3D85D8;
    border-radius: 4px 0 0 4px;
    border-right: none; }
  .section-form span.error {
    font-size: 15px;
    color: red;
    margin-top: 4px; }

.banner-raking {
  z-index: 10; }

.ranking-contact {
  z-index: 100; }
  .ranking-contact .form {
    background: #fff;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.3);
    margin-top: -6rem; }
    @media (max-width: 992px) {
      .ranking-contact .form {
        margin-top: -2rem; } }
    .ranking-contact .form .block-checkbox {
      padding: 20px;
      background: #f5f5f5; }
      .ranking-contact .form .block-checkbox .block-title {
        font-size: 1rem; }
    .ranking-contact .form textarea {
      min-height: 265px; }
      @media (max-width: 567px) {
        .ranking-contact .form textarea {
          min-height: 180px; } }
  .ranking-contact .form-row > .col, .ranking-contact .form-row > [class*="col-"] {
    padding-right: 15px;
    padding-left: 15px; }

.section-calendar .step-line .s-year {
  font-size: 2rem;
  font-family: "avenirblack", sans-serif;
  flex: 0 0 90px;
  margin-right: 3rem; }
  .section-calendar .step-line .s-year span {
    display: block;
    font-size: 3rem; }
  @media (max-width: 992px) {
    .section-calendar .step-line .s-year {
      font-size: 1.5rem;
      margin-right: 0;
      text-align: center; }
      .section-calendar .step-line .s-year span {
        font-size: 2rem; } }
.section-calendar .step-line .s-title {
  font-size: 2rem;
  font-family: "avenirblack", sans-serif;
  border-top: 2px solid #000;
  margin-top: 1.2rem;
  padding-top: 2rem; }
  @media (max-width: 992px) {
    .section-calendar .step-line .s-title {
      font-size: 1.5rem;
      border-top: 0;
      border-bottom: 1px solid #000;
      text-align: center;
      margin-bottom: 1rem;
      padding-bottom: 1rem;
      padding-top: 0;
      margin-top: 0; } }
.section-calendar .step-line .s-content {
  position: relative;
  font-size: 1rem;
  padding-top: 5px;
  line-height: 1.4; }
  .section-calendar .step-line .s-content + .s-content {
    padding-top: 2rem; }
    .section-calendar .step-line .s-content + .s-content:before {
      top: 38px; }
  .section-calendar .step-line .s-content:last-child {
    padding-bottom: 38px; }
  .section-calendar .step-line .s-content:empty:after {
    display: none; }
  @media (max-width: 992px) {
    .section-calendar .step-line .s-content:empty:before {
      display: none; } }
  .section-calendar .step-line .s-content:before, .section-calendar .step-line .s-content:after {
    content: '';
    position: absolute; }
  .section-calendar .step-line .s-content:before {
    top: 12px;
    left: -7px;
    height: 15px;
    width: 15px;
    background-color: #000;
    border-radius: 50%;
    z-index: 10; }
  .section-calendar .step-line .s-content:after {
    height: 100%;
    border-left: 1px solid #bcbcbc;
    left: 0;
    top: 18px;
    width: 0; }
  .section-calendar .step-line .s-content .s-1 {
    font-size: 1.1rem; }
  @media (max-width: 992px) {
    .section-calendar .step-line .s-content:after {
      display: none; }
    .section-calendar .step-line .s-content:before {
      height: 10px;
      width: 10px;
      left: 0; } }

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