<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.subtitulo-h2 {
  font-size: 20px;
}


.feature-box.fbox-center p {
  min-height: auto !important;
  text-align: left;
  padding-bottom: 1em;
}













/*! CSS Used from: https://www.palermo.edu/css/bootstrap-min.css */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

@media print {

  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }

  h2 {
    orphans: 3;
    widows: 3;
  }

  h2 {
    page-break-after: avoid;
  }
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

h1,
h2 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}

h1,
h2 {
  margin-top: 20px;
  margin-bottom: 10px;
}

h1 {
  font-size: 36px;
}

h2 {
  font-size: 30px;
}

/* CSS */
::selection {
  background: #2b5ad2;
  color: #FFF;
  text-shadow: none;
}

::-moz-selection {
  background: #2b5ad2;
  color: #FFF;
  text-shadow: none;
}

::-webkit-selection {
  background: #2b5ad2;
  color: #FFF;
  text-shadow: none;
}

:active,
:focus {
  outline: none !important;
}

h1,
h2 {
  color: #444;
  font-weight: 600;
  line-height: 1.3;
  margin: 0 0 30px;
  font-family: 'Hind', sans-serif !important;
}

h1 {
  font-size: 36px;
}

h2 {
  font-size: 30px;
}

.nomargin {
  margin: 0 !important;
}

.section {
  position: relative;
  margin: 60px 0;
  padding: 60px 0;
  background-color: #f3f5f4;
  overflow: hidden;
}

.parallax {
  background-color: transparent;
  background-attachment: fixed;
  background-position: 50% 0;
  background-repeat: no-repeat;
  overflow: hidden;
}

.slider-caption {
  position: absolute;
  top: 0;
  left: 15px;
  z-index: 20;
  max-width: 550px;
  color: #EEE;
  font-size: 22px;
  font-weight: 300;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);
  -webkit-transition: top .3s ease;
  -o-transition: top .3s ease;
  transition: top .3s ease;
}

.slider-caption:not(.dark),
.slider-caption:not(.dark) h2 {
  color: #222;
  text-shadow: none;
}

.slider-caption h2 {
  font-size: 64px;
  letter-spacing: 0;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 30px;
}

.animated {
  opacity: 1;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@media (max-width:767px) {
  h1 {
    font-size: 28px;
  }

  h2 {
    font-size: 24px;
  }

  .slider-caption h2 {
    margin-bottom: 0 !important;
  }
}

.section {
  position: relative;
  margin: -1px 0;
}

.slider-caption h2 {
  font-size: 56px;
  letter-spacing: 0;
  text-transform: none;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 30px;
}

.foto-amplia h1 {
  font-size: 56px;
  line-height: 1.2;
  margin: 0;
  font-weight: 500;
}

.foto-amplia .slider-caption {
  max-width: 750px !important;
}

.foto-amplia {
  box-sizing: border-box;
  height: 350px;
  background-size: cover !important;
  background-position: center top !important;
  display: flex;
  align-items: center;
}

.slider-caption div.sombreado {
  background-color: transparent;
  text-align: left;
}

.slider-caption div.sombreado h2 {
  color: #fff;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.2;
}

@media (min-width:1500px) {
  .foto-amplia {
    height: 350px;
  }
}

@media (max-width:991px) {
  .foto-amplia {
    padding: 100px 0;
  }

  .foto-amplia h1 {
    font-size: 40px;
  }

  .slider-caption div.sombreado {
    background-color: transparent;
    text-align: left;
  }

  .slider-caption div.sombreado h2 {
    color: #fff;
    font-size: 20px;
    display: block;
  }
}

@media (max-width:767px) {
  .slider-caption {
    width: 90% !important;
  }

  .foto-amplia {
    background-size: cover;
    padding: 75px 0 !important;
  }

  .foto-amplia h1 {
    font-size: 38px;
  }
}

@media (min-width:480px) and (max-width:767px) {
  .foto-amplia .slider-caption {
    max-width: 630px !important;
  }
}

@media (max-width:479px) {


  /**/
  /*! CSS Used from: https://www.palermo.edu/css/bootstrap-min.css */
  @media print {

    *,
    *:before,
    *:after {
      background: transparent !important;
      color: #000 !important;
      -webkit-box-shadow: none !important;
      box-shadow: none !important;
      text-shadow: none !important;
    }

    h2 {
      orphans: 3;
      widows: 3;
    }

    h2 {
      page-break-after: avoid;
    }
  }

  * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  *:before,
  *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  h2 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
  }

  h2 {
    margin-top: 20px;
    margin-bottom: 10px;
  }

  h2 {
    font-size: 30px;
  }

  /*! CSS Used from: https://www.palermo.edu/style-min.css */
  ::selection {
    background: #2b5ad2;
    color: #FFF;
    text-shadow: none;
  }

  ::-moz-selection {
    background: #2b5ad2;
    color: #FFF;
    text-shadow: none;
  }

  ::-webkit-selection {
    background: #2b5ad2;
    color: #FFF;
    text-shadow: none;
  }

  :active,
  :focus {
    outline: none !important;
  }

  h2 {
    color: #444;
    font-weight: 600;
    line-height: 1.3;
    margin: 0 0 30px;
    font-family: 'Hind', sans-serif !important;
  }

  h2 {
    font-size: 30px;
  }

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

  /*! CSS Used from: https://www.palermo.edu/css/responsive-min.css */
  @media (max-width:767px) {
    h2 {
      font-size: 24px;
    }
  }

  /*! CSS Used from: https://www.palermo.edu/negocios/css/header-res-min.css */
  @media (max-width:479px) {
    .mob-slide-title h2 {
      margin-bottom: 15px;
      width: 100%;
      color: #4662a3;
      font-size: 30px;
      font-weight: 400;
      line-height: 1.15;
    }
  }

  /*! CSS Used from: https://www.palermo.edu/negocios/css/customeli-min.css */
  h2.center,
  .center {
    text-align: center;
  }

  /*! CSS Used fontfaces */
  @font-face {
    font-family: 'Hind';
    font-style: normal;
    font-weight: 300;
    src: url(https://fonts.gstatic.com/s/hind/v16/5aU19_a8oxmIfMJaER2SjRhc9V11uQ.woff2) format('woff2');
    unicode-range: U+0900-097F, U+1CD0-1CF6, U+1CF8-1CF9, U+200C-200D, U+20A8, U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FB;
  }

  @font-face {
    font-family: 'Hind';
    font-style: normal;
    font-weight: 300;
    src: url(https://fonts.gstatic.com/s/hind/v16/5aU19_a8oxmIfMJaERKSjRhc9V11uQ.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
  }

  @font-face {
    font-family: 'Hind';
    font-style: normal;
    font-weight: 300;
    src: url(https://fonts.gstatic.com/s/hind/v16/5aU19_a8oxmIfMJaERySjRhc9V0.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  }

  @font-face {
    font-family: 'Hind';
    font-style: normal;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/hind/v16/5aU69_a8oxmIdGh4BDGwgDJm_A.woff2) format('woff2');
    unicode-range: U+0900-097F, U+1CD0-1CF6, U+1CF8-1CF9, U+200C-200D, U+20A8, U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FB;
  }

  @font-face {
    font-family: 'Hind';
    font-style: normal;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/hind/v16/5aU69_a8oxmIdGd4BDGwgDJm_A.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
  }

  @font-face {
    font-family: 'Hind';
    font-style: normal;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/hind/v16/5aU69_a8oxmIdGl4BDGwgDI.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  }

  @font-face {
    font-family: 'Hind';
    font-style: normal;
    font-weight: 500;
    src: url(https://fonts.gstatic.com/s/hind/v16/5aU19_a8oxmIfJpbER2SjRhc9V11uQ.woff2) format('woff2');
    unicode-range: U+0900-097F, U+1CD0-1CF6, U+1CF8-1CF9, U+200C-200D, U+20A8, U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FB;
  }

  @font-face {
    font-family: 'Hind';
    font-style: normal;
    font-weight: 500;
    src: url(https://fonts.gstatic.com/s/hind/v16/5aU19_a8oxmIfJpbERKSjRhc9V11uQ.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
  }

  @font-face {
    font-family: 'Hind';
    font-style: normal;
    font-weight: 500;
    src: url(https://fonts.gstatic.com/s/hind/v16/5aU19_a8oxmIfJpbERySjRhc9V0.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  }

  @font-face {
    font-family: 'Hind';
    font-style: normal;
    font-weight: 600;
    src: url(https://fonts.gstatic.com/s/hind/v16/5aU19_a8oxmIfLZcER2SjRhc9V11uQ.woff2) format('woff2');
    unicode-range: U+0900-097F, U+1CD0-1CF6, U+1CF8-1CF9, U+200C-200D, U+20A8, U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FB;
  }

  @font-face {
    font-family: 'Hind';
    font-style: normal;
    font-weight: 600;
    src: url(https://fonts.gstatic.com/s/hind/v16/5aU19_a8oxmIfLZcERKSjRhc9V11uQ.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
  }

  @font-face {
    font-family: 'Hind';
    font-style: normal;
    font-weight: 600;
    src: url(https://fonts.gstatic.com/s/hind/v16/5aU19_a8oxmIfLZcERySjRhc9V0.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  }


  a {
    background-color: transparent;
  }

  a:active,
  a:hover {
    outline: 0;
  }

  @media print {

    *,
    *:before,
    *:after {
      background: transparent !important;
      color: #000 !important;
      -webkit-box-shadow: none !important;
      box-shadow: none !important;
      text-shadow: none !important;
    }

    a,
    a:visited {
      text-decoration: underline;
    }

    a[href]:after {
      content: " (" attr(href) ")";
    }
  }

  * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  *:before,
  *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  a {
    color: #337ab7;
    text-decoration: none;
  }

  a:hover {
    color: #23527c;
    text-decoration: underline;
  }

  /*! CSS Used from: https://www.palermo.edu/style-min.css */
  ::selection {
    background: #2b5ad2;
    color: #FFF;
    text-shadow: none;
  }

  ::-moz-selection {
    background: #2b5ad2;
    color: #FFF;
    text-shadow: none;
  }

  ::-webkit-selection {
    background: #2b5ad2;
    color: #FFF;
    text-shadow: none;
  }

  :active,
  :focus {
    outline: none !important;
  }

  a {
    text-decoration: none !important;
    color: #2b5ad2;
  }

  a:hover {
    color: #222;
  }

  .nomargin {
    margin: 0 !important;
  }

  .button {
    display: inline-block;
    position: relative;
    cursor: pointer;
    outline: none;
    white-space: nowrap;
    margin: 5px;
    padding: 0 22px;
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    background-color: #2b5ad2;
    color: #FFF;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0;
    border: none;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
  }

  body:not(.device-touch) .button {
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
  }

  .button:hover {
    background-color: #444;
    color: #FFF;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
  }

  .button.button-large {
    padding: 0 26px;
    font-size: 16px;
    height: 46px;
    line-height: 46px;
  }

  .button.button-rounded {
    border-radius: 3px;
  }

  .button.button-border {
    border: 2px solid #444;
    background-color: transparent;
    color: #333;
    line-height: 36px;
    font-weight: 500;
    text-shadow: none;
  }

  .button.button-border.button-large {
    line-height: 42px;
  }

  .button.button-border:not(.button-fill):hover {
    background-color: #444;
    color: #FFF;
    border-color: transparent !important;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
  }

  /*! CSS Used from: https://www.palermo.edu/negocios/css/header-res-min.css */
  @media (max-width:479px) {
    .mob-slide-call .button.button-slide {
      border: 1px solid #2b5ad2;
      background-color: transparent;
      color: #2b5ad2;
      width: 48%;
      text-align: center;
      font-size: 16px;
      margin: 10px 1% !important;
      padding-top: 2px;
    }

    .mob-slide-call .button.button-slide {
      border: 1px solid #2b5ad2;
      background-color: transparent;
      color: #2b5ad2;
      width: 48%;
      text-align: center;
      font-size: 16px;
      margin: 10px 1% !important;
      padding-top: 2px;
    }

    .mob-slide-call #btninsc {
      background-color: #ff4747;
      color: #FFF;
      border: none;
    }
  }

  /*! CSS Used from: https://www.palermo.edu/negocios/css/customeli-min.css */
  a.minus {
    text-transform: none !important;
  }

  @media (max-width:479px) {
    .button.button-large {
      font-size: 15px;
    }
  }






  a {
    background-color: transparent;
  }

  a:active,
  a:hover {
    outline: 0;
  }

  @media print {

    *,
    *:before,
    *:after {
      background: transparent !important;
      color: #000 !important;
      -webkit-box-shadow: none !important;
      box-shadow: none !important;
      text-shadow: none !important;
    }

    a,
    a:visited {
      text-decoration: underline;
    }

    a[href]:after {
      content: " (" attr(href) ")";
    }
  }

  * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  *:before,
  *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  a {
    color: #337ab7;
    text-decoration: none;
  }

  a:hover {
    color: #23527c;
    text-decoration: underline;
  }

  /*! CSS Used from: https://www.palermo.edu/style-min.css */
  ::selection {
    background: #2b5ad2;
    color: #FFF;
    text-shadow: none;
  }

  ::-moz-selection {
    background: #2b5ad2;
    color: #FFF;
    text-shadow: none;
  }

  ::-webkit-selection {
    background: #2b5ad2;
    color: #FFF;
    text-shadow: none;
  }

  :active,
  :focus {
    outline: none !important;
  }

  a {
    text-decoration: none !important;
    color: #2b5ad2;
  }

  a:hover {
    color: #222;
  }

  .nomargin {
    margin: 0 !important;
  }

  .button {
    display: inline-block;
    position: relative;
    cursor: pointer;
    outline: none;
    white-space: nowrap;
    margin: 5px;
    padding: 0 22px;
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    background-color: #2b5ad2;
    color: #FFF;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0;
    border: none;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
  }

  body:not(.device-touch) .button {
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
  }

  .button:hover {
    background-color: #444;
    color: #FFF;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
  }

  .button.button-large {
    padding: 0 26px;
    font-size: 16px;
    height: 46px;
    line-height: 46px;
  }

  .button.button-rounded {
    border-radius: 3px;
  }

  .button.button-border {
    border: 2px solid #444;
    background-color: transparent;
    color: #333;
    line-height: 36px;
    font-weight: 500;
    text-shadow: none;
  }

  .button.button-border.button-large {
    line-height: 42px;
  }

  .button.button-border:not(.button-fill):hover {
    background-color: #444;
    color: #FFF;
    border-color: transparent !important;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
  }

  /*! CSS Used from: https://www.palermo.edu/negocios/css/header-res-min.css */
  @media (max-width:479px) {
    .mob-slide-call .button.button-slide {
      border: 1px solid #2b5ad2;
      background-color: transparent;
      color: #2b5ad2;
      width: 48%;
      text-align: center;
      font-size: 16px;
      margin: 10px 1% !important;
      padding-top: 2px;
    }

    .mob-slide-call .button.button-slide {
      border: 1px solid #2b5ad2;
      background-color: transparent;
      color: #2b5ad2;
      width: 48%;
      text-align: center;
      font-size: 16px;
      margin: 10px 1% !important;
      padding-top: 2px;
    }

    .mob-slide-call #btninfotop {
      background-color: #000;
      color: #FFF;
      border: none;
    }
  }

  /*! CSS Used from: https://www.palermo.edu/negocios/css/customeli-min.css */
  a.minus {
    text-transform: none !important;
  }

  @media (max-width:479px) {
    .button.button-large {
      font-size: 15px;
    }
  }

  /**/



















  .slide-hide {
    display: none;
  }



  .movil2 {
    padding: 30px 0 !important;
  }

  .foto-amplia {
    box-sizing: border-box;
    width: 100%;
    background-color: #CCC;
    height: 150px;
    display: inline-block;
    border: 0;
    background-size: cover;
    background-position: center center;
  }

  .foto-amplia h1 {
    font-size: 29px;
    font-weight: 500;
    line-height: 1.15;
    text-align: center;
  }

  .foto-amplia .slider-caption {
    max-width: 100% !important;
  }
}

/*! CSS Used keyframes */
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

/*! CSS Used fontfaces */
@font-face {
  font-family: 'Hind';
  font-style: normal;
  font-weight: 300;
  src: url(https://fonts.gstatic.com/s/hind/v16/5aU19_a8oxmIfMJaER2SjQpf.woff2) format('woff2');
  unicode-range: U+0900-097F, U+1CD0-1CF6, U+1CF8-1CF9, U+200C-200D, U+20A8, U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FB;
}

@font-face {
  font-family: 'Hind';
  font-style: normal;
  font-weight: 300;
  src: url(https://fonts.gstatic.com/s/hind/v16/5aU19_a8oxmIfMJaERKSjQpf.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: 'Hind';
  font-style: normal;
  font-weight: 300;
  src: url(https://fonts.gstatic.com/s/hind/v16/5aU19_a8oxmIfMJaERySjQ.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: 'Hind';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/hind/v16/5aU69_a8oxmIdGh4BCOz.woff2) format('woff2');
  unicode-range: U+0900-097F, U+1CD0-1CF6, U+1CF8-1CF9, U+200C-200D, U+20A8, U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FB;
}

@font-face {
  font-family: 'Hind';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/hind/v16/5aU69_a8oxmIdGd4BCOz.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: 'Hind';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/hind/v16/5aU69_a8oxmIdGl4BA.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: 'Hind';
  font-style: normal;
  font-weight: 500;
  src: url(https://fonts.gstatic.com/s/hind/v16/5aU19_a8oxmIfJpbER2SjQpf.woff2) format('woff2');
  unicode-range: U+0900-097F, U+1CD0-1CF6, U+1CF8-1CF9, U+200C-200D, U+20A8, U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FB;
}

@font-face {
  font-family: 'Hind';
  font-style: normal;
  font-weight: 500;
  src: url(https://fonts.gstatic.com/s/hind/v16/5aU19_a8oxmIfJpbERKSjQpf.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: 'Hind';
  font-style: normal;
  font-weight: 500;
  src: url(https://fonts.gstatic.com/s/hind/v16/5aU19_a8oxmIfJpbERySjQ.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: 'Hind';
  font-style: normal;
  font-weight: 600;
  src: url(https://fonts.gstatic.com/s/hind/v16/5aU19_a8oxmIfLZcER2SjQpf.woff2) format('woff2');
  unicode-range: U+0900-097F, U+1CD0-1CF6, U+1CF8-1CF9, U+200C-200D, U+20A8, U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FB;
}

@font-face {
  font-family: 'Hind';
  font-style: normal;
  font-weight: 600;
  src: url(https://fonts.gstatic.com/s/hind/v16/5aU19_a8oxmIfLZcERKSjQpf.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: 'Hind';
  font-style: normal;
  font-weight: 600;
  src: url(https://fonts.gstatic.com/s/hind/v16/5aU19_a8oxmIfLZcERySjQ.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}</pre></body></html>