html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

img {
  /* width: 100%; */
  outline: none;
  border: 0;
}

@font-face {
  font-family: 'Ciutadella - 400';
  src: url("../fonts/Ciutadella-Regular.woff2") format("woff2"), url("../fonts/Ciutadella-Regular.woff") format("woff");
  font-display: swap;
}

@font-face {
  font-family: 'Ciutadella - 500';
  src: url("../fonts/Ciutadella-Medium.woff2") format("woff2"), url("../fonts/Ciutadella-Medium.woff") format("woff");
  font-display: swap;
}

@font-face {
  font-family: 'Ciutadella - 600';
  src: url("../fonts/Ciutadella-SemiBold.woff2") format("woff2"), url("../fonts/Ciutadella-SemiBold.woff") format("woff");
  font-display: swap;
}

/* responsive mixins */
/* flex */
/* opacity */
/* transition */
/* box shadow */
/* border radius */
/* border box */
/* user select */
/* overflow hidden style */
.gd-heeader-main {
  height: 100px;
  background-color: #F1F1F1;
  width: 100%;
}

.gd-main-nav {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.gd-main-nav .main-nav-link {
  font-size: 18px;
  line-height: 28px;
  margin: 0 18px;
  font-family: 'Ciutadella - 400', sans-serif;
}

.gd-main-nav .main-nav-link a {
  padding: 5px;
  color: #082039;
}

.gd-header-top {
  height: 40px;
  background-color: #FFFFFF;
}

.gd-header-top .container-lg {
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-justify-content: end;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}

.gd-header-top-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  list-style: none;
}

.gd-header-top-links li.gd-top-li-email {
  margin-left: 40px;
}

.gd-header-top-links a {
  font-size: 16px;
  font-family: 'Ciutadella - 400', sans-serif;
  color: #082039;
  display: block;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.gd-header-top-links a::before {
  content: '';
  display: block;
  height: 20px;
  width: 20px;
  background-repeat: no-repeat;
  background-size: cover;
  margin-right: 8px;
}

.gd-header-top-links a.gd-top-link-phone::before {
  background-image: url(../images/gd-icon-phone.svg);
}

.gd-header-top-links a.gd-top-link-email::before {
  background-image: url(../images/gd-icon-email.svg);
}

.gd-header-social-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  list-style: none;
  margin-left: 40px;
}

.gd-header-social-links li {
  height: 24px;
  width: auto;
  margin-left: 20px;
}

.gd-header-social-links li a {
  height: 24px;
  width: auto;
}

.gd-header-social-links li a img {
  height: 24px;
}

.gd-logo {
  width: 100px;
  height: 120px;
  margin-top: -40px;
}

.btn {
  border: none;
  font-family: 'Ciutadella - 400', sans-serif;
  letter-spacing: 0.01em;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 20px;
  line-height: 1;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.btn.btn-primary {
  background-color: #D7412E;
  color: #FFFFFF;
  padding: 17px 32px;
  border-radius: 30px;
}

.btn.btn-secondary {
  background-color: #FFFFFF;
  color: #D7412E;
  border: 2px solid #D7412E;
  padding: 17px 32px;
  border-radius: 30px;
}

.sc-icon {
  display: block;
  content: '';
  -webkit-mask-size: 18px;
  width: 18px;
  height: 18px;
  background-color: #082039;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.sc-icon.sc-icon-white {
  background-color: #FFFFFF;
}

.sc-icon.sc-icon-orange {
  background-color: #D7412E;
}

.sc-icon.sc-icon-stats {
  width: 16px;
  height: 16px;
  margin-right: 6px;
}

.sc-icon.sc-icon-stats.sc-icon-heart {
  -webkit-mask: url(../images/iconn-heart.svg);
  mask: url(../images/iconn-heart.svg);
  -webkit-mask-size: 16px;
          mask-size: 16px;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}

.sc-icon.sc-icon-stats.sc-icon-view {
  -webkit-mask: url(../images/iconn-view.svg);
  mask: url(../images/iconn-view.svg);
  -webkit-mask-size: 16px;
          mask-size: 16px;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}

.sc-icon.sc-icon-bell {
  -webkit-mask: url(../images/icon-bell.svg);
  mask: url(../images/icon-bell.svg);
  -webkit-mask-size: 18px;
          mask-size: 18px;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}

.sc-icon.sc-icon-list {
  -webkit-mask: url(../images/icon-list.svg);
  mask: url(../images/icon-list.svg);
  -webkit-mask-size: 18px;
          mask-size: 18px;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}

.sc-icon.sc-icon-filter {
  -webkit-mask: url(../images/icon-filter.svg);
  mask: url(../images/icon-filter.svg);
  -webkit-mask-size: 18px;
          mask-size: 18px;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}

.sc-icon.sc-icon-message {
  -webkit-mask: url(../images/icon-email.svg);
  mask: url(../images/icon-email.svg);
  -webkit-mask-size: 18px;
          mask-size: 18px;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}

.sc-icon.sc-icon-profile {
  -webkit-mask: url(../images/icon-profile.svg);
  mask: url(../images/icon-profile.svg);
  -webkit-mask-size: 18px;
          mask-size: 18px;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}

.sc-icon.sc-icon-add {
  -webkit-mask: url(../images/icon-add.svg);
  mask: url(../images/icon-add.svg);
  -webkit-mask-size: 18px;
          mask-size: 18px;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}

.btn-link-white {
  color: #FFFFFF;
}

.btn-link-orange {
  color: #D7412E;
}

#gd-search-global {
  height: 52px;
  background: #FFFFFF;
  margin-right: 24px;
  position: relative;
  width: 100%;
  padding-left: 18px;
  padding-right: 18px;
  border: 1px solid #DFDFDF;
  border-radius: 26px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#gd-search-global .gd-search-field {
  height: 40px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  background-color: rgba(255, 255, 255, 0.1);
  border: none;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 20px;
  letter-spacing: 0.01em;
  font-family: 'Ciutadella - 400', sans-serif;
  color: #082039;
  -webkit-box-shadow: 0 0 0 0;
  box-shadow: 0 0 0 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#gd-search-global .gd-search-field::-webkit-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: rgba(8, 32, 57, 0.4);
}

#gd-search-global .gd-search-field:-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: rgba(8, 32, 57, 0.4);
}

#gd-search-global .gd-search-field::-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: rgba(8, 32, 57, 0.4);
}

#gd-search-global .gd-search-field::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: rgba(8, 32, 57, 0.4);
}

#gd-search-global .gd-search-field:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: rgba(8, 32, 57, 0.4);
}

#gd-search-global .gd-search-field::-ms-input-placeholder {
  /* Microsoft Edge */
  color: rgba(8, 32, 57, 0.4);
}

#gd-search-global .gd-icon-search {
  display: block;
  content: '';
  width: 24px;
  height: 24px;
  background-image: url(../images/gd-icon-search.svg);
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

input:focus-visible {
  outline-offset: 0px;
  outline: none !important;
}

html,
body {
  height: 100%;
  width: 100%;
}

body {
  font-family: 'Ciutadella - 400', sans-serif;
  -khtml-user-drag: #082039;
  -webkit-touch-callout: #082039;
  -webkit-user-select: #082039;
  -moz-user-select: #082039;
  -ms-user-select: #082039;
  -o-user-select: #082039;
  user-select: #082039;
  background: #FFFFFF;
  color: #082039;
}

a {
  text-decoration: none !important;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

a:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
  color: inherit !important;
}

.gd-hero-wrapper {
  height: 450px;
  background-color: #D8EFF6;
  margin-top: 140px;
}

.gd-hero-wrapper-txt {
  padding-top: 90px;
}

.gd-hero-wrapper-txt h1 {
  color: #D7412E;
  font-size: 5rem;
  font-family: 'Ciutadella - 600', sans-serif;
}

.gd-hero-wrapper-txt .btn {
  margin-top: 30px;
}

.gd-hero-wc-txt {
  font-size: 3rem;
  color: #082039;
  letter-spacing: -0.01em;
  margin-bottom: 8px;
}

.gd-hero-wrapper-image {
  position: relative;
}

.gd-hero-wrapper-image::before {
  content: '';
  position: absolute;
  background-image: url(../images/gd-pattern.png);
  background-size: cover;
  height: 88px;
  width: 120px;
  bottom: 98px;
  right: 44px;
}

.gd-txt-main {
  padding-top: 90px;
}

.gd-txt-main p span {
  font-family: 'Ciutadella - 500', sans-serif;
  position: relative;
}

.gd-txt-main p span::after {
  content: '';
  width: 100%;
  background-color: #D7412E;
  height: 3px;
  position: absolute;
  bottom: 2px;
  left: 0;
}

.gd-sec-title {
  font-family: 'Ciutadella - 500', sans-serif;
  font-size: 3rem;
  line-height: 1.2;
  margin-bottom: 1.3rem;
}

.gd-body-txt {
  font-size: 1.5rem;
  line-height: 1.5;
}

.gd-wf-stats {
  position: relative;
  margin-top: 180px;
}

.gd-wf-stats .gd-body-txt {
  width: 80%;
}

.gd-wf-stats::before {
  content: '';
  position: absolute;
  width: 560px;
  height: 560px;
  left: -96px;
  top: -90px;
  background: linear-gradient(222.73deg, #D7412E 2.96%, rgba(215, 65, 46, 0) 99.6%);
  opacity: 0.15;
  border-radius: 50%;
}

.gd-main-stats-sec {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  -ms-justify-content: space-between;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 3.5rem;
}

.gd-stats-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.gd-stats-card .gd-stats-img {
  width: auto;
  height: 72px;
  margin-right: 30px;
}

.gd-stats-card .gd-stats-img img {
  height: 100%;
}

.gd-stats-card .gd-stats-no {
  font-size: 3.4rem;
  line-height: 42px;
  margin-bottom: 1rem;
  color: #D7412E;
  font-family: 'Ciutadella - 500', sans-serif;
}

.gd-stats-card .gd-stats-lbl {
  font-size: 1.3rem;
  margin-bottom: 1.5rem;
}

.gd-slider-wrapper {
  width: 405px;
  height: auto;
  position: relative;
}
/*
.gd-slider-wrapper::before {
  content: '';
  position: absolute;
  width: 596px;
  height: 596px;
  left: -96px;
  top: -88px;
  background: linear-gradient(137.24deg, rgba(189, 255, 243, 0) 0%, #4AC29A 100%);
  opacity: 0.2;
  border-radius: 50%;
  z-index: -1;
} */

.gd-img-cont-sec {
  margin-top: 140px;
}

.gd-main-cont-top-sec {
  margin-top: 140px;
  background-color: #E2E2E2;
}

.gd-main-cont-top-sec .dg-main-info {
  background-color: #FFFFFF;
}

.gd-cont-img-2 {
  width: 882px;
  height: auto;
}

.gd-cont-img-1 {
  width: 620px;
  height: 572px;
  border-radius: 20px;
  overflow: hidden;
}

.gd-img {
  height: 320px;
  max-width: 400px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
  margin-bottom: 30px;
}

.dg-name {
  font-size: 30px;
  font-family: 'Ciutadella - 500', sans-serif;
  margin-top: 50px;
  margin-bottom: 24px;
}

.dg-info-row {
  margin-left: 0;
  margin-bottom: 16px;
}

.dg-info-row .txt-light,
.dg-info-row .txt-dark {
  font-size: 18px;
}

.dg-info-row .txt-dark {
  font-family: 'Ciutadella - 500', sans-serif;
}

.dg-info-action-row {
  margin: 0;
}

.dg-info-action-row .btn {
  margin-top: 40px;
}

.dg-info-action-row .dg-info-label {
  font-size: 16px;
  margin-top: 30px;
}

footer {
  background-color: #01203B;
  font-size: 16px;
  color: #FFFFFF;
  font-family: 'Ciutadella - 400', sans-serif;
  margin-top: 100px;
}

footer .container-lg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 80px;
  -ms-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-justify-content: space-between;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.gd-table-fw-wrapper {
  margin-top: 60px;
}

.gd-table-fw-wrapper .table-caption {
  color: #082039;
  font-size: 18px;
  margin-bottom: 10px;
}

.gd-table-fw-wrapper .table-caption span {
  font-family: 'Ciutadella - 500', sans-serif;
}

.table > thead {
  background: #A6CA62;
}

.table > thead th {
  font-family: 'Ciutadella - 500', sans-serif;
}

.table > thead th.white {
  color: #FFFFFF;
}

.table th.number,
.table td.number {
  text-align: right;
}

.table tbody td a {
  color: #8B0F0F;
  text-decoration: underline !important;
}

.table tbody td.col-gray {
  background: rgba(0, 0, 0, 0.05);
}

.table > :not(:first-child) {
  border: none !important;
}

.table-bordered td {
  border: 1px solid #BEBEBE;
}

@media only screen and (max-width: 800px) {
  /* Force table to not be like tables anymore */
  .gd-table-fw-wrapper table,
  .gd-table-fw-wrapper thead,
  .gd-table-fw-wrapper tbody,
  .gd-table-fw-wrapper th,
  .gd-table-fw-wrapper td,
  .gd-table-fw-wrapper tr {
    display: block;
  }
  /* Hide table headers (but not display: none;, for accessibility) */
  .gd-table-fw-wrapper thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  .gd-table-fw-wrapper tr {
    border: 1px solid #ccc;
  }
  .gd-table-fw-wrapper td {
    /* Behave  like a "row" */
    border: none;
    border-bottom: 1px solid #eee;
    position: relative;
    padding-left: 50%;
    white-space: normal;
    text-align: left;
  }
  .gd-table-fw-wrapper td:before {
    /* Now like a table header */
    position: absolute;
    /* Top/left values mimic padding */
    top: 6px;
    left: 6px;
    width: 45%;
    padding-right: 10px;
    white-space: nowrap;
    text-align: left;
    font-weight: bold;
  }
  /*
	Label the data
	*/
  .gd-table-fw-wrapper td:before {
    content: attr(data-title);
  }
}

.dg-pedigree-chart-wrapper {
  padding: 40px;
}

.lvl-1,
.lvl-2,
.lvl-3,
.lvl-4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

.lvl-2-wrapper .lvl-2:nth-child(1)::before,
.lvl-3-wrapper .lvl-3:nth-child(1)::before,
.lvl-4-wrapper .lvl-4:nth-child(1)::before {
  content: '';
  position: absolute;
  background-color: #D7412E;
  width: 1px;
  height: 50%;
  left: -20px;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
}

.lvl-2-wrapper .lvl-2:nth-child(2)::before,
.lvl-3-wrapper .lvl-3:nth-child(2)::before,
.lvl-4-wrapper .lvl-4:nth-child(2)::before {
  content: '';
  position: absolute;
  background-color: #D7412E;
  width: 1px;
  height: 50%;
  left: -20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.lvl-1-main,
.lvl-2-main,
.lvl-3-main {
  margin-right: 40px;
}

.lvl-1-main,
.lvl-2-main,
.lvl-3-main,
.lvl-4-main {
  position: relative;
}

.lvl-1-main::after {
  content: '';
  position: absolute;
  background-color: #D7412E;
  width: 20px;
  height: 1px;
  top: 50%;
  right: -20px;
}

.lvl-2-main::before {
  content: '';
  position: absolute;
  background-color: #D7412E;
  width: 20px;
  height: 1px;
  top: 50%;
  left: -20px;
}

.lvl-2-main::after {
  content: '';
  position: absolute;
  background-color: #D7412E;
  width: 20px;
  height: 1px;
  top: 50%;
  right: -20px;
}

.lvl-3-main::before {
  content: '';
  position: absolute;
  background-color: #D7412E;
  width: 20px;
  height: 1px;
  top: 50%;
  left: -20px;
}

.lvl-3-main::after {
  content: '';
  position: absolute;
  background-color: #D7412E;
  width: 20px;
  height: 1px;
  top: 50%;
  right: -20px;
}

.lvl-4-main {
  width: 126px;
  max-width: 126px;
  margin-right: 20px;
  padding-top: 8px;
  padding-bottom: 8px;
}

.lvl-4-main::before {
  content: '';
  position: absolute;
  background-color: #D7412E;
  width: 16px;
  height: 1px;
  top: 50%;
  left: -20px;
}

.lvl-5 > div {
  padding-top: 8px;
  padding-bottom: 8px;
}

.txt-red {
  color: #BB0000;
}

.txt-purple {
  color: #660066;
}

.txt-brown {
  color: #770000;
}

.dg-pedigree-card {
  background-color: #FFFFFF;
  color: #082039;
  min-width: 148px;
  width: 148px;
  border: 1px solid #CFCFCF;
  border-radius: 4px;
  padding: 5px 8px;
}

.dg-pedigree-card .dg-pedigree-card-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 4px;
}

.dg-pedigree-card .dg-pedigree-card-icon {
  background-image: url(../images/dg-icon-dog-sm.svg);
  width: 16px;
  height: 13px;
  background-repeat: no-repeat;
  background-size: cover;
  margin-right: 3px;
}

.dg-pedigree-card .dg-pedigree-card-name {
  font-size: 16px;
  font-weight: 600;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.dg-pedigree-card .dg-pedigree-code {
  font-size: 14px;
}

.dg-pedigree-card.dg-pc-m {
  background-color: #BFEFFF;
}

.dg-pedigree-card.dg-pc-f {
  background-color: #FFDBE9;
}
/*# sourceMappingURL=main.css.map */