@font-face {
  font-family: 'Gilroy';
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  src: url('../fonts/Gilroy-Bold.woff2?v=3.15') format('woff2'),
       url('../fonts/Gilroy-Bold.woff?v=3.15') format('woff'),
       url('../fonts/Gilroy-Bold.ttf?v=3.15') format('truetype');
}

@font-face {
  font-family: 'Gilroy';
  font-weight: 500 600;
  font-style: normal;
  font-display: swap;
  src: url('../fonts/Gilroy-Medium.woff2?v=3.15') format('woff2'),
       url('../fonts/Gilroy-Medium.woff?v=3.15') format('woff'),
       url('../fonts/Gilroy-Medium.ttf?v=3.15') format('truetype');
}

@font-face {
  font-family: 'Gilroy';
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src: url('../fonts/Gilroy-Regular.woff2?v=3.15') format('woff2'),
       url('../fonts/Gilroy-Regular.woff?v=3.15') format('woff'),
       url('../fonts/Gilroy-Regular.ttf?v=3.15') format('truetype');
}

@keyframes heartbeat {
  0% {
    transform: scale( .75 );
  }

  20% {
    transform: scale( 1 );
  }

  40% {
    transform: scale( .75 );
  }

  60% {
    transform: scale( 1 );
  }

  80% {
    transform: scale( .75 );
  }

  100% {
    transform: scale( .75 );
  }
}

html,
body {
  margin: 0;
}

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

a {
  color: inherit;
  cursor: pointer;
}

ul,
ol {
  list-style: none;
}

body {
  font-family: 'Gilroy';
  line-height: 1.2;
}

.sds {
  background-color: #071E52;
  color: #FFFFFF;
  font-size: 0;
  margin: 0 auto;
}

.sds .lft,
.sds .rght {
  display: inline-block;
  height: inherit;
  overflow: hidden;
  vertical-align: middle;
  width: 50%;
}

.sds .lft img {
  width: 100%;
}

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

.sds .rght img {
  -webkit-animation: heartbeat 1.3s infinite;
  -moz-animation: heartbeat 1.3s infinite;
  -o-animation: heartbeat 1.3s infinite;
  animation: heartbeat 1.3s infinite;
  width: 27%;
}

.sds .lft {
  font-size: 24px;
  position: relative;
}

.sds .lft .cntnt {
  height: 100%;
  left: 0;
  padding: 9.26% 10.41%;
  position: absolute;
  top: 0;
  width: 100%;
}

.sds .lft .cntnt .lg {
  width: 28.808%;
}

.sds .lft .cntnt .dscrptn {
  font-size: 0.75em;
  margin-top: 2.777%;
  width: 32.888%
}

.sds .lft .cntnt .ttl {
  font-size: 3em;
  font-weight: bold;
  line-height: 1;
  margin-top: 9.259%;
}

.sds .lft .cntnt .sbttl {
  margin-top: 4.629%;
}

.sds .lft .bx {
  font-size: 0;
}

.sds .lft .bx .lft,
.sds .lft .bx .rght {
  display: inline-block;
  vertical-align: top;
}

.sds .lft .bx.f-bx {
  margin-top: 12.129%;
}

.sds .lft .bx .lft {
  padding-right: 3.947%;
}

.sds .lft .bx .rght {
  padding-left: 3.947%;
  text-align: left;
}

.sds .lft .bx .hdng {
  font-size: 0.583em;
  letter-spacing: 0.05em;
}

.sds .lft .bx .hdng img,
.sds .lft .bx .hdng .lbl {
  display: inline-block;
  white-space: nowrap;
  vertical-align: middle;
}

.sds .lft .bx .hdng img {
  -webkit-animation: none;
  -moz-animation: none;
  -o-animation: none;
  animation: none;
  width: 6.857%;
}

.sds .lft .bx .hdng .lbl {
  color: rgba(255, 255, 255, 0.7);
  font-weight: bold;
  line-height: 1;
  margin-left: 2.857%;
}

.sds .lft .bx.v-bx {
  font-weight: 500;
  margin-top: 1.447%;
}

.sds .lft .bx.s-bx {
  margin-top: 3.409%;
}

.sds .lft .sgntr {
  font-size: 1.25em;
  font-weight: 500;
  margin-top: 14.886%;
}
