/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

/*! Flickity v2.3.0
https://flickity.metafizzy.co
---------------------------------------------- */

.flickity-enabled {
  position: relative;
}

.flickity-enabled:focus { outline: none; }

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
}

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}

/* draggable */

.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

/* ---- flickity-button ---- */

.flickity-button {
  position: absolute;
  background: hsla(0, 0%, 100%, 0.75);
  border: none;
  color: #333;
}

.flickity-button:hover {
  background: white;
  cursor: pointer;
}

.flickity-button:focus {
  outline: none;
  box-shadow: 0 0 0 5px #19F;
}

.flickity-button:active {
  opacity: 0.6;
}

.flickity-button:disabled {
  opacity: 0.3;
  cursor: auto;
  /* prevent disabled button from capturing pointer up event. #716 */
  pointer-events: none;
}

.flickity-button-icon {
  fill: currentColor;
}

/* ---- previous/next buttons ---- */

.flickity-prev-next-button {
  top: 50%;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  /* vertically center */
  transform: translateY(-50%);
}

.flickity-prev-next-button.previous { left: 10px; }
.flickity-prev-next-button.next { right: 10px; }
/* right to left */
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px;
}
.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px;
}

.flickity-prev-next-button .flickity-button-icon {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
}

/* ---- page dots ---- */

.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
}

.flickity-rtl .flickity-page-dots { direction: rtl; }

.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #333;
  border-radius: 50%;
  opacity: 0.25;
  cursor: pointer;
}

.flickity-page-dots .dot.is-selected {
  opacity: 1;
}

html{box-sizing:border-box}*,*::before,*::after{box-sizing:inherit}body,h1,h2,h3,h4,h5,h6,p,blockquote,pre,dl,dd,ol,ul,form,fieldset,legend,figure,table,th,td,caption,hr{margin:0;padding:0}button,input,optgroup,select,textarea{font-family:"BoosterNextFY","HelveticaNeue","Helvetica Neue",Helvetica,Arial,sans-serif}h1,h2,h3,h4,h5,h6,ul,ol,dl,blockquote,p,address,.block-item,hr,table,fieldset,figure,pre{margin-bottom:1rem}h1:last-child,h2:last-child,h3:last-child,h4:last-child,h5:last-child,h6:last-child,ul:last-child,ol:last-child,dl:last-child,blockquote:last-child,p:last-child,address:last-child,.block-item:last-child,hr:last-child,table:last-child,fieldset:last-child,figure:last-child,pre:last-child{margin-bottom:0}ul,ol,dd{margin-left:1.5rem}@font-face{font-family:"Lato";src:url(13ec2418e55149a65e82.woff2) format("woff2"),url(dc177908690fa6b0de80.woff) format("woff");font-weight:normal;font-style:normal}@font-face{font-family:"BoosterNextFY";src:url(00522541dbac37a40f28.eot);src:url(00522541dbac37a40f28.eot?#iefix) format("embedded-opentype"),url(78f5efb449db31eab0cf.woff2) format("woff2"),url(522881364dca7aeef80a.woff) format("woff"),url(d791d1109187358d5414.ttf) format("truetype");font-style:normal;font-weight:300}@font-face{font-family:"BoosterNextFY";src:url(b5c562181254c5b79ed3.eot);src:url(b5c562181254c5b79ed3.eot?#iefix) format("embedded-opentype"),url(035c9568fbede3d5373c.woff2) format("woff2"),url(f3ffe50ee7e7e6e5fa43.woff) format("woff"),url(f46fd62c34a16a44aee4.ttf) format("truetype");font-style:normal;font-weight:400}@font-face{font-family:"BoosterNextFY";src:url(5cbf7cb39459994efd0f.eot);src:url(5cbf7cb39459994efd0f.eot?#iefix) format("embedded-opentype"),url(20f906e4c9ab19bfa8da.woff2) format("woff2"),url(d7abef78f23a5564ba2e.woff) format("woff"),url(d9bfac9a2d51b99b3097.ttf) format("truetype");font-style:normal;font-weight:500}@font-face{font-family:"BoosterNextFY";src:url(844e33b8fb36b2cc6700.eot);src:url(844e33b8fb36b2cc6700.eot?#iefix) format("embedded-opentype"),url(857e93f50a0afc2c8653.woff2) format("woff2"),url(71cf9a7b0b8b565d89f5.woff) format("woff"),url(9f02789e6976254d61ee.ttf) format("truetype");font-style:normal;font-weight:600}html{font-family:"BoosterNextFY","HelveticaNeue","Helvetica Neue",Helvetica,Arial,sans-serif;font-size:1rem;line-height:1.5;background-color:#ecf3fb;color:#001e62;-webkit-tap-highlight-color:rgba(0,0,0,0);height:100%;min-height:100%}body{position:relative;min-height:100%;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:1.125rem}*:active,*:focus{outline:none}.no-js *:focus{outline:solid 3px #001e62}::selection{background:#61ba70}::-moz-selection{background:#61ba70}button:focus-visible,a:focus-visible,select:focus-visible{outline:solid 3px #72cbff;outline-offset:3px;border-radius:3px}.heading2,.heading3,.heading4,.heading5{line-height:1.25;margin-bottom:.5rem}.heading1{font-weight:200;line-height:1;font-size:2rem}@media only screen and (min-width: 768px){.heading1{font-size:2.5rem}}@media only screen and (min-width: 1200px){.heading1{font-size:3rem}}.paragraph-summary{font-size:1.25rem;line-height:1.2}.heading2{font-weight:300;font-size:1.75rem}@media only screen and (min-width: 768px){.heading2{font-size:2rem;line-height:1.2}}.heading3{font-weight:700;font-size:1.25rem;line-height:1.5}.paragraph-large{font-size:1.125rem;line-height:1.4}@media only screen and (min-width: 480px){.paragraph-large{font-size:1.25rem}}.paragraph-large-bold{font-size:1.125rem;line-height:1.4;font-weight:500}@media only screen and (min-width: 480px){.paragraph-large-bold{font-size:1.25rem}}.paragraph-xlarge{font-size:1.25rem;line-height:1.2;font-weight:500}@media only screen and (min-width: 480px){.paragraph-xlarge{font-size:1.5rem;line-height:1.25}}p{font-size:1.25rem;line-height:1.25;font-weight:400}.link,.link-large{line-height:1.25;font-weight:500}.link-large{font-size:1.125rem}.link{font-size:1rem}.heading4{font-weight:500;font-size:1.5rem}.heading5{font-weight:500;font-size:1.25rem}.heading6{font-weight:600;font-size:1.125rem}p:empty{display:none}b,strong{font-weight:500}abbr[title]{text-decoration:none}a{color:#007cbe;text-decoration:none}.no-touch a:hover{text-decoration:underline;color:rgb(0,90.7157894737,139)}li>ul,li>ol{margin-bottom:0}dt{font-weight:500}table{width:100%;border-collapse:collapse;border-spacing:0}th,td{text-align:right;padding:.5rem}th:first-child,td:first-child{text-align:left}@media only screen and (min-width: 768px){th,td{padding:.75rem}}tr{border-bottom:1px solid #009cde;padding:.5rem 0}@media only screen and (min-width: 768px){tr{border-bottom:none;padding:0}tr:nth-child(odd){background-color:#ecf3fb}}th{background-color:#001e62;color:#fff}th p{font-weight:700}img{max-width:100%;height:auto;font-style:italic;vertical-align:middle}q{font-style:italic;quotes:"‘" "’"}q::before{content:open-quote}q::after{content:close-quote}blockquote{quotes:"“" "”";border-left:4px solid #001e62;margin-top:2rem;margin-bottom:2rem}blockquote img,blockquote p{padding-left:1.5rem}blockquote img{margin-bottom:1.5rem}blockquote p{font-weight:500}blockquote p::before{content:open-quote}blockquote p::after{content:no-close-quote}blockquote p:last-of-type{margin-bottom:0}blockquote p:last-of-type::after{content:close-quote}blockquote cite{font-size:.875rem;padding-left:1.5rem;font-weight:500}input,select,textarea{display:inline-block;vertical-align:top;width:100%;box-sizing:border-box;font:inherit;outline:none;-webkit-appearance:none;appearance:none}input[type=hidden]{line-height:1.25}.main{position:relative;transform:translate(0, 0);transition:transform .2s ease-out}.gutters{max-width:1366px;margin-right:auto;margin-left:auto;padding-right:1.25rem;padding-left:1.25rem}@media only screen and (min-width: 1000px){.gutters{padding-right:3.5rem;padding-left:3.5rem}}@media only screen and (min-width: 1600px){.gutters{padding-right:0;padding-left:0}}@media only screen and (min-width: 768px){.gutters--no-right{padding-right:0}}@media only screen and (min-width: 1366px){.gutters--no-right{padding-right:3.5rem}}@media only screen and (min-width: 1600px){.gutters--no-right{padding-right:0}}@media only screen and (min-width: 768px){.gutters--no-left{padding-left:0}}@media only screen and (min-width: 1366px){.gutters--no-left{padding-left:3.5rem}}@media only screen and (min-width: 1600px){.gutters--no-left{padding-left:0}}@media only screen and (max-width: 768px){.gutter--no-gutter\@small{padding-right:0;padding-left:0}}@media only screen and (max-width: 768px){.gutters\@small{max-width:1366px;margin-right:auto;margin-left:auto;padding-right:1.25rem;padding-left:1.25rem}}.section{position:relative;padding-top:2.5rem;padding-bottom:2.5rem}@media only screen and (min-width: 768px){.section{padding-top:3rem;padding-bottom:3rem}}.section--large{position:relative;padding-top:3rem;padding-bottom:3rem}@media only screen and (min-width: 768px){.section--large{padding-top:3rem;padding-bottom:3rem}}.section--medium{position:relative;padding-top:1.5rem;padding-bottom:1.5rem}@media only screen and (min-width: 768px){.section--medium{padding-top:2rem;padding-bottom:2rem}}@media only screen and (min-width: 1000px){.section--medium{padding-top:3.5rem;padding-bottom:3.5rem}}.section--small{position:relative;padding-top:1.5rem;padding-bottom:1.5rem}@media only screen and (min-width: 768px){.section--small{padding-top:1.5rem;padding-bottom:1.5rem}}.section--stacked{padding-top:0;padding-bottom:0}@media only screen and (min-width: 768px){.section--stacked{padding-top:0;padding-bottom:0}}.section--stacked-top-padding{padding-top:2.5rem;padding-bottom:0}@media only screen and (max-width: 768px){.section--stacked\@small{padding:0 1.25rem}}.section--stacked-bottom{padding-top:0}@media only screen and (min-width: 768px){.section--stacked-bottom{padding-top:0}}.section--stacked-top{padding-bottom:0}@media only screen and (min-width: 768px){.section--stacked-top{padding-bottom:0}}@media only screen and (max-width: 768px){.section--no-top\@small{padding-top:0}}.page-width{max-width:68.75rem}.page-width--large{max-width:1366px}.page-width--xlarge{max-width:93.75rem}.line-length{max-width:640px}.line-length--large{max-width:800px}.layout-grid{-moz-column-gap:2rem;column-gap:2rem;display:grid;grid-template-columns:repeat(4, 1fr)}@media only screen and (min-width: 480px){.layout-grid{grid-template-columns:repeat(6, 1fr)}}@media only screen and (min-width: 768px){.layout-grid{grid-template-columns:repeat(12, 1fr)}}.layout-grid__item{grid-column:1/span 4}@media only screen and (min-width: 480px){.layout-grid__item{grid-column:1/span 6}}@media only screen and (min-width: 768px){.layout-grid__item{grid-column:1/span 12}}@media only screen and (min-width: 1000px){.layout-grid__item{grid-column:1/span 10}}@media only screen and (min-width: 1200px){.layout-grid__item{grid-column:1/span 7}}@media only screen and (min-width: 1600px){.layout-grid__item{grid-column:1/span 7}}.layout-grid__item--wide{grid-column:1/span 4}@media only screen and (min-width: 480px){.layout-grid__item--wide{grid-column:1/span 6}}@media only screen and (min-width: 768px){.layout-grid__item--wide{grid-column:1/span 12}}@media only screen and (min-width: 1000px){.layout-grid__item--wide{grid-column:1/span 12}}@media only screen and (min-width: 1200px){.layout-grid__item--wide{grid-column:1/span 12}}@media only screen and (min-width: 1366px){.layout-grid__item--wide{grid-column:1/span 11}}@media only screen and (min-width: 1600px){.layout-grid__item--wide{grid-column:1/span 10}}.flex-1{flex:1}.padded-block{padding:1rem}@media only screen and (min-width: 768px){.padded-block{padding:1.5rem}}@media only screen and (min-width: 1000px){.padded-block{padding-bottom:3rem;padding-right:3rem;padding-left:3rem}}.padded-block__reverse{margin-left:-2rem;margin-right:-2rem}@media only screen and (min-width: 1000px){.padded-block__reverse{margin-right:-3rem;margin-left:-3rem}}@media only screen and (min-width: 1000px){.padded-block--small\@large{padding-left:2.5rem;padding-bottom:2.5rem}}@media only screen and (min-width: 1000px){.padded-block--small\@large{padding-left:2rem;padding-bottom:2rem}}.padded-block--no-bottom{padding-bottom:0}.bordered-block{border-top:1px solid #c8dbf1;padding-top:2rem;padding-bottom:2rem}.block-content{margin-bottom:3rem}.accordion__body .block-content{margin-bottom:2rem}.block-content:last-child{margin-bottom:0}.media__set-size[width],.media__set-size[height]{max-width:none}.media__set-size[height]{height:attr(height px)}.grid{list-style:none;font-size:0}.grid::after{display:table;content:"";clear:both}.grid>*{display:inline-block;*display:inline;zoom:1;vertical-align:top;width:100%;font-size:initial;text-justify:auto}html:not(.flexbox) .grid-flex{list-style:none;font-size:0}html:not(.flexbox) .grid-flex::after{display:table;content:"";clear:both}html:not(.flexbox) .grid-flex>*{display:inline-block;*display:inline;zoom:1;vertical-align:top;width:100%;font-size:initial;text-justify:auto}.flexbox .grid-flex{display:flex;justify-content:flex-start;flex-wrap:wrap;align-content:center;align-items:stretch}.flexbox .grid-flex>*{width:100%}.flexbox .grid-flex.modal__align-right{justify-content:flex-end}.flexbox .grid-flex.grid-flex--align-child-center>*{align-self:center}.grid-two-column{display:grid;grid-template-columns:repeat(1, 1fr);row-gap:2rem}@media only screen and (min-width: 480px){.grid-two-column{grid-template-columns:repeat(2, 1fr);-moz-column-gap:2rem;column-gap:2rem}}@media only screen and (min-width: 768px){.grid-two-column{grid-template-columns:repeat(2, 1fr);row-gap:4rem}}.grid--row-spacing>*{margin-bottom:4rem}@media only screen and (max-width: 768px){.grid--row-spacing>*{margin-bottom:2rem}}.grid--col-spacing{margin-left:-2rem}.grid--col-spacing>*{padding-left:2rem}.grid--row-spacing--s>*{margin-bottom:1.5rem}.grid--row-spacing--xs>*{margin-bottom:.75rem}.grid--row-no-bottom{margin-bottom:-2.5rem}@media only screen and (max-width: 768px){.grid--row-spacing\@small>*{margin-bottom:1.5rem}}.grid--middle{align-items:center !important}.grid--middle>*{vertical-align:middle !important}.grid--bottom{align-items:flex-end !important}.grid--bottom>*{vertical-align:bottom !important}@media only screen and (max-width: 768px){.grid--flip\@medium-max{direction:rtl}.grid--flip\@medium-max>*{direction:ltr}}.list-inline{margin-left:0;padding:0;list-style:none}.list-inline__item{display:inline-block;margin-right:1rem}.list-inline__item:last-child{margin-right:0}.list-unstyled{list-style:none;padding-left:0;margin-left:0;margin-right:0;margin-top:0}.list-unstyled__item{margin-bottom:.5rem}.list-unstyled__item:last-child{margin-bottom:0}.list-style-none{list-style:none}.link-complex{display:block;height:100%}.no-touch .link-complex:hover{text-decoration:none}.no-touch .link-complex:hover .link-complex__target{text-decoration:underline;color:#092972;text-decoration-thickness:from-font}.no-touch .link-complex:hover .link-complex__target--light{text-decoration:underline;color:#009cde;text-decoration-thickness:from-font}.link-complex:focus-within{text-decoration:none}.link-complex:focus-within .link-complex__target{text-decoration:underline;color:#092972;text-decoration-thickness:from-font}.link-complex:focus-within .link-complex__target--light{text-decoration:underline;color:#009cde;text-decoration-thickness:from-font}.link{border:none;background-color:rgba(0,0,0,0);padding:0;cursor:pointer;color:#009cde;text-decoration:none}.no-touch .link:hover{text-decoration:underline}.link-feature__block{padding-top:2rem;padding-bottom:1.125rem}.link-feature{color:#007cbe;font-size:1rem;font-weight:500;line-height:1.5}.no-touch .link-feature:hover{color:#092972;text-decoration:none}@media only screen and (max-width: 768px){.ratio--7\/5\@small{position:relative;overflow:hidden}.ratio--7\/5\@small::before{display:block;content:"";width:100%;padding-top:71.4285714286%}.ratio--7\/5\@small>.ratio__content{position:absolute;top:0;left:0;right:0;bottom:0}.ratio--7\/5\@small .ratio__image{display:block;position:absolute;width:auto;height:auto;min-height:100%;min-width:100%;left:0;top:50%;transform:translateY(-50%);-o-object-fit:cover;object-fit:cover;-o-object-position:top;object-position:top}}@media only screen and (max-width: 768px){.ratio--7\/4\@small{position:relative;overflow:hidden}.ratio--7\/4\@small::before{display:block;content:"";width:100%;padding-top:57.1428571429%}.ratio--7\/4\@small>.ratio__content{position:absolute;top:0;left:0;right:0;bottom:0}.ratio--7\/4\@small .ratio__image{display:block;position:absolute;width:auto;height:auto;min-height:100%;min-width:100%;left:0;top:50%;transform:translateY(-50%);-o-object-fit:cover;object-fit:cover;-o-object-position:top;object-position:top}}.ratio--1\/1{position:relative;overflow:hidden}.ratio--1\/1::before{display:block;content:"";width:100%;padding-top:100%}.ratio--1\/1>.ratio__content{position:absolute;top:0;left:0;right:0;bottom:0}.ratio--1\/1 .ratio__image{display:block;position:absolute;width:auto;height:auto;min-height:100%;min-width:100%;left:0;top:50%;transform:translateY(-50%);-o-object-fit:cover;object-fit:cover;-o-object-position:top;object-position:top}.ratio--9\/3{position:relative;overflow:hidden}.ratio--9\/3::before{display:block;content:"";width:100%;padding-top:33.3333333333%}.ratio--9\/3>.ratio__content{position:absolute;top:0;left:0;right:0;bottom:0}.ratio--9\/3 .ratio__image{display:block;position:absolute;width:auto;height:auto;min-height:100%;min-width:100%;left:0;top:50%;transform:translateY(-50%);-o-object-fit:cover;object-fit:cover;-o-object-position:top;object-position:top}.ratio--16\/9{position:relative;overflow:hidden}.ratio--16\/9::before{display:block;content:"";width:100%;padding-top:56.25%}.ratio--16\/9>.ratio__content{position:absolute;top:0;left:0;right:0;bottom:0}.ratio--16\/9 .ratio__image{display:block;position:absolute;width:auto;height:auto;min-height:100%;min-width:100%;left:0;top:50%;transform:translateY(-50%);-o-object-fit:cover;object-fit:cover;-o-object-position:top;object-position:top}.ratio--18\/9{position:relative;overflow:hidden}.ratio--18\/9::before{display:block;content:"";width:100%;padding-top:50%}.ratio--18\/9>.ratio__content{position:absolute;top:0;left:0;right:0;bottom:0}.ratio--18\/9 .ratio__image{display:block;position:absolute;width:auto;height:auto;min-height:100%;min-width:100%;left:0;top:50%;transform:translateY(-50%);-o-object-fit:cover;object-fit:cover;-o-object-position:top;object-position:top}.ratio--25\/9{position:relative;overflow:hidden}.ratio--25\/9::before{display:block;content:"";width:100%;padding-top:36%}.ratio--25\/9>.ratio__content{position:absolute;top:0;left:0;right:0;bottom:0}.ratio--25\/9 .ratio__image{display:block;position:absolute;width:auto;height:auto;min-height:100%;min-width:100%;left:0;top:50%;transform:translateY(-50%);-o-object-fit:cover;object-fit:cover;-o-object-position:top;object-position:top}.btn,.dropdown__item:nth-last-child(2)>a,.menu-large__item:last-child>a{display:inline-block;vertical-align:middle;font:inherit;text-align:center;margin:0;cursor:pointer;background-color:#017acd;color:#fff;font-size:1rem;font-weight:500;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;padding-top:.625rem;padding-right:1rem;padding-bottom:.625rem;padding-left:1rem;border-color:#017acd;border-style:solid;border-width:1px;border-radius:3px;transition:color .1s,background-color .1s,border-color .1s}@media only screen and (min-width: 320px){.btn,.dropdown__item:nth-last-child(2)>a,.menu-large__item:last-child>a{max-width:100%}}.btn,.dropdown__item:nth-last-child(2)>a,.menu-large__item:last-child>a,.btn:hover{text-decoration:none}.no-touch .btn:hover,.no-touch .dropdown__item:nth-last-child(2)>a:hover,.no-touch .menu-large__item:last-child>a:hover{text-decoration:none;outline:none;border-color:#009cde;background-color:#009cde;color:#fff}.btn[disabled],.dropdown__item:nth-last-child(2)>a[disabled],.menu-large__item:last-child>a[disabled],.btn.is-disabled,.dropdown__item:nth-last-child(2)>a.is-disabled,.menu-large__item:last-child>a.is-disabled{pointer-events:none;cursor:default;opacity:.5 !important}.btn--small,.dropdown__item:nth-last-child(2)>a,.menu-large__item:last-child>a{padding-top:.5rem;padding-bottom:.5rem;padding-right:.5rem;padding-left:.5rem;font-size:.875rem}.btn--wide{padding-right:3rem;padding-left:3rem}.btn--block{width:100%}@media only screen and (min-width: 320px){.btn--block\@xsmall{width:100%}}.btn--primary{background-color:#017acd;border-color:#017acd;color:#fff}.no-touch .btn--primary:hover{background-color:rgb(.8762135922,106.8980582524,179.6237864078);border-color:rgb(.8762135922,106.8980582524,179.6237864078);color:#fff}.btn--primary-alt{background-color:#017acd;border-color:#017acd}.no-touch .btn--primary-alt:hover{background-color:#001e62;border-color:#fff}.btn--alt{background-color:#001e62;color:#fff}.no-touch .btn--alt:hover{background-color:#c8dbf1;color:#001e62}.btn--white{color:#001e62;background-color:#fff;border-color:#fff}.no-touch .btn--white:hover{color:#fff;background-color:#001e62;border-color:#001e62}.btn--white-alt{color:#fff;background-color:rgba(0,0,0,0);border-color:#fff}.no-touch .btn--white-alt:hover{color:#001e62;background-color:#fff;border-color:#fff}.btn--inverted{color:#001e62;background-color:rgba(0,0,0,0);border-color:#001e62}.no-touch .btn--inverted:hover{color:#fff;background-color:#007cbe;border-color:#007cbe}.btn-icon--large{background-color:rgba(0,0,0,0);border:none}.btn-icon--large>svg{width:4rem;height:4rem}.btn-group>*{display:inline-block;margin-right:.5rem;margin-bottom:0;text-align:center;vertical-align:middle}.btn-group>*:last-child{margin-right:0}.btn-group--block>*{width:100%;margin-right:0}.btn-group--block>*:not(:last-child){margin-bottom:1rem}@media only screen and (min-width: 320px){.btn-group--block\@xsmall>*{width:100%;margin-right:0;margin-bottom:1.5rem}.btn-group--block\@xsmall>*:last-child{margin-bottom:0}}.btn-group--justified{display:table;min-width:100%;margin-right:-0.5rem;margin-left:-0.5rem;border-collapse:separate;border-spacing:.5rem 0;table-layout:fixed;white-space:nowrap}.btn-group--justified>*{display:table-cell;float:none;width:1%}@media only screen and (min-width: 320px){.btn-group--justified\@xsmall{display:table;min-width:100%;margin-right:-0.5rem;margin-left:-0.5rem;border-collapse:separate;border-spacing:.5rem 0;table-layout:fixed}.btn-group--justified\@xsmall>*{display:table-cell;float:none;width:1%}}@media only screen and (min-width: 320px){.btn-group--reverse\@xsmall{display:flex;flex-direction:column-reverse}.btn-group--reverse\@xsmall>*{margin-top:1rem;margin-bottom:0}.btn-group--reverse\@xsmall>*:last-child{margin-top:0}}.image-caption{grid-column:1/span 4}@media only screen and (min-width: 480px){.image-caption{grid-column:1/span 6}}@media only screen and (min-width: 768px){.image-caption{grid-column:1/span 12}}@media only screen and (min-width: 1000px){.image-caption{grid-column:1/span 10}}@media only screen and (min-width: 1200px){.image-caption{grid-column:1/span 7}}@media only screen and (min-width: 1600px){.image-caption{grid-column:1/span 7}}@media only screen and (min-width: 768px){.image-caption--small{grid-column:1/span 8}}@media only screen and (min-width: 1000px){.image-caption--small{grid-column:1/span 6}}@media only screen and (min-width: 1200px){.image-caption--small{grid-column:1/span 4}}@media only screen and (min-width: 1600px){.image-caption--small{grid-column:1/span 4}}@media only screen and (min-width: 1000px){.image-caption--wide{grid-column:1/span 12}}@media only screen and (min-width: 1200px){.image-caption--wide{grid-column:1/span 12}}@media only screen and (min-width: 1600px){.image-caption--wide{grid-column:1/span 12}}.image-caption--wide .image-caption__image{width:100%}.icon-text>svg{width:1.125rem;height:1.125rem;vertical-align:middle;margin-top:-0.25em;margin-right:.5rem}.icon-text>svg:last-child{margin-right:0;margin-left:.375rem}.icon-text--left>svg{vertical-align:middle;margin-top:-0.25em;margin-right:.375rem}.icon-text--indented{position:relative}.icon-text--indented>svg{position:absolute;top:.325em;left:0}.icon-text--indented>span{display:block;padding-left:1.75rem}.icon--light>svg{color:#fff}.no-touch .icon--light:hover>svg{color:#72cbff}.i{display:inline-block;width:1.125rem;height:1.125rem}svg>use{fill:currentColor}.i--small{width:1rem;height:1rem}.i--medium-small{width:1.25rem;height:1.25rem}.i--medium{width:1.5rem;height:1.5rem}.i--medium-rectangle{width:3rem;height:1.5rem}.i--black>use{color:#000}.i--white>use{color:#fff}.i--secondary>use{color:#007cbe}.i--tertiary>use{color:#001e62}.i--blue>use{color:#009cde}.i--align-middle{vertical-align:middle}.i-logo{width:7.5rem;height:2.1875rem}.i--play{cursor:pointer;width:3rem;height:3rem}@media only screen and (min-width: 768px){.i--play{width:4rem;height:4rem}}.i--minda,.i--minda-live,.i--premier-sires,.i--alpha,.i--genemark,.i--farmwise,.i--bulls-i,.i--lic-automation,.i--protrack,.i--space{height:1.875rem}.i--minda--large,.i--minda-live--large,.i--premier-sires--large,.i--alpha--large,.i--genemark--large,.i--farmwise--large,.i--bulls-i--large,.i--lic-automation--large,.i--protrack--large,.i--space--large{height:2.5rem}.i--minda{width:5.5rem}.i--minda--large{width:7.5rem}.i--minda-live{width:8.75rem}.i--minda-live--large{width:11.875rem}.i--premier-sires{width:10.25rem}.i--premier-sires--large{width:13.875rem}.i--alpha{width:5rem}.i--alpha--large{width:7.5rem}.i--genemark{width:8.125rem}.i--genemark--large{width:10.9375rem}.i--farmwise{width:7.625rem}.i--farmwise--large{width:10.625rem}.i--bulls-i{width:8.75rem}.i--bulls-i--large{width:11.875rem}.i--lic-automation{width:5.125rem}.i--lic-automation--large{width:7.1875rem}.i--protrack{width:13.8125rem}.i--protrack--large{width:18.8125rem}.i--space{width:6.25rem}.i--space--large{width:8.5625rem}.header{background-color:#001e62;width:100%;padding:1.5rem 0;position:relative;z-index:3;font-size:1rem}.header__content{position:relative;display:flex;align-items:center;justify-content:space-between}.header__logo{display:inline-block;vertical-align:middle;*display:inline;zoom:1}@media only screen and (min-width: 1000px){.header__logo{position:absolute;top:0;left:0}}.header__menu{color:#fff;display:inline-block;vertical-align:middle;*display:inline;zoom:1}@media only screen and (min-width: 1000px){.header__menu{width:100%;padding-left:134px}}@media only screen and (min-width: 1200px){.header__menu{width:100%;padding-left:166px}}.heading-sidebar{background-color:#001340;padding:1rem 1rem}@media only screen and (min-width: 768px){.heading-sidebar{padding:1rem 1.5rem}}.menu-large{width:100%}.menu-large__container{display:flex;flex-direction:row;align-items:center;justify-content:flex-end}.menu-large__group{margin-bottom:0;display:inline-flex;align-items:center}.menu-large__item{display:inline-block;vertical-align:middle;*display:inline;zoom:1;font-size:.875rem;margin:0 .5rem}.menu-large__item:first-child{font-size:1rem;border-right:1px;border-right-color:#017acd;border-right-style:solid;padding-right:1rem}@media only screen and (min-width: 1200px){.menu-large__item{margin:0 .75rem}.menu-large__item:first-child{margin:0 .25rem}}@media only screen and (min-width: 1366px){.menu-large__item{font-size:1rem;margin:0 1rem}.menu-large__item:first-child{font-size:1.125rem;margin:0 1rem;padding-right:2rem}}.menu-large__item:last-child>a{line-height:1rem;margin:0 .5rem;border:none}@media only screen and (min-width: 1200px){.menu-large__item:last-child>a{margin:0 .25rem 0 0}}@media only screen and (min-width: 1366px){.menu-large__item:last-child>a{margin:0 .5rem 0 0}}.menu-large__item:last-child>a:before{content:"";display:inline-block;height:16px;width:16px;vertical-align:middle;margin-right:.375rem;background-color:#001e62;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center center;mask-position:center center;-webkit-mask-image:url("data:image/svg+xml,%3Csvg width=%2716%27 height=%2716%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27m15.408 12.464-.09-.178c-.252-.587-3.344-1.477-3.596-1.494l-.198.018c-.377.07-.79.41-1.6 1.103a.491.491 0 0 1-.574.07c-1.06-.587-2.356-1.76-3.002-2.472-.701-.765-1.546-2.028-1.942-3.043a.53.53 0 0 1 .144-.552c.917-.819 1.313-1.21 1.348-1.637.019-.248-.52-3.398-1.078-3.7L4.658.472C4.298.24 3.76-.098 3.166.027a1.66 1.66 0 0 0-.414.16c-.396.25-1.384.925-1.834 1.797-.27.552-.395 5.55 3.38 9.768 3.74 4.181 8.36 4.36 9.042 4.217h.019l.054-.018c.934-.338 1.726-1.21 2.031-1.584.556-.658.18-1.458-.036-1.903Z%27 fill=%27%23001E62%27/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg width=%2716%27 height=%2716%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27m15.408 12.464-.09-.178c-.252-.587-3.344-1.477-3.596-1.494l-.198.018c-.377.07-.79.41-1.6 1.103a.491.491 0 0 1-.574.07c-1.06-.587-2.356-1.76-3.002-2.472-.701-.765-1.546-2.028-1.942-3.043a.53.53 0 0 1 .144-.552c.917-.819 1.313-1.21 1.348-1.637.019-.248-.52-3.398-1.078-3.7L4.658.472C4.298.24 3.76-.098 3.166.027a1.66 1.66 0 0 0-.414.16c-.396.25-1.384.925-1.834 1.797-.27.552-.395 5.55 3.38 9.768 3.74 4.181 8.36 4.36 9.042 4.217h.019l.054-.018c.934-.338 1.726-1.21 2.031-1.584.556-.658.18-1.458-.036-1.903Z%27 fill=%27%23001E62%27/%3E%3C/svg%3E")}.menu-large__link{display:inline-block;vertical-align:top;*display:inline;zoom:1;font-weight:500;color:#fff}.no-touch .menu-large__link:hover{text-decoration:none;color:#009cde}.menu-large__link--active{color:#009cde}.menu-small__trigger{text-decoration:none;background-color:#001e62}.no-touch .menu-small__trigger:hover{text-decoration:none}.menu-small__trigger-text{font-size:1.0625rem;font-weight:500;padding-right:2px;color:#fff}.menu-small__trigger-detail-group{display:inline-block;vertical-align:text-top;*display:inline;zoom:1;position:relative;width:18px;height:18px}.menu-small__trigger-detail{display:block;position:absolute;top:0;left:0;width:16px;height:2px;background:#009cde;border-radius:1px;transition:transform .25s ease}.menu-small__trigger-detail:nth-child(1){transform:translate(0, 0)}.menu-small__trigger-detail:nth-child(2){width:12px;transform:translate(0, 6px) scale(1, 1)}.menu-small__trigger-detail:nth-child(3){width:15px;transform:translate(0, 12px) scale(1, 1)}.trigger--open .menu-small__trigger-detail:nth-child(1){width:22px;transform:translate(-2px, 7px) rotate(45deg)}.trigger--open .menu-small__trigger-detail:nth-child(2){transform:translate(0, 9px) scale(0, 1)}.trigger--open .menu-small__trigger-detail:nth-child(3){width:22px;transform:rotate(-45deg) translate(-6px, 3px)}.menu-small__dropdown-group{visibility:hidden;max-height:0px;transition:all .3s ease-in-out;overflow:hidden}.menu-small__dropdown-group.menu-small--expanded{visibility:visible;max-height:1000px}.menu-small__header{padding-top:60px;padding-bottom:2rem;padding-left:1rem;text-align:right;width:100%}.menu-small__header .menu-small__trigger{color:#fff}.dropdown__list{width:100%}.dropdown__item{width:100%;padding:1.5rem 0;border-bottom:1px solid rgb(14.5975609756,66.5,184.9024390244)}.dropdown__item:last-child{border-bottom:0px none;padding:0}@media only screen and (min-width: 480px){.dropdown__item:last-child{display:inline-block;width:49%;padding:1.5rem 0;padding-left:.5rem}}.dropdown__item:first-child{padding-top:2.5rem}.dropdown__item:nth-last-child(2){vertical-align:top;border-bottom:0px none;padding-bottom:1rem}@media only screen and (min-width: 480px){.dropdown__item:nth-last-child(2){display:inline-block;width:49%;padding-right:.5rem}}.dropdown__item:nth-last-child(2)>a{line-height:1rem;width:100%;border:none;padding:.75rem}.dropdown__item:nth-last-child(2)>a:before{content:"";display:inline-block;height:16px;width:16px;vertical-align:middle;margin-right:.375rem;background-color:#001e62;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center center;mask-position:center center;-webkit-mask-image:url("data:image/svg+xml,%3Csvg width=%2716%27 height=%2716%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27m15.408 12.464-.09-.178c-.252-.587-3.344-1.477-3.596-1.494l-.198.018c-.377.07-.79.41-1.6 1.103a.491.491 0 0 1-.574.07c-1.06-.587-2.356-1.76-3.002-2.472-.701-.765-1.546-2.028-1.942-3.043a.53.53 0 0 1 .144-.552c.917-.819 1.313-1.21 1.348-1.637.019-.248-.52-3.398-1.078-3.7L4.658.472C4.298.24 3.76-.098 3.166.027a1.66 1.66 0 0 0-.414.16c-.396.25-1.384.925-1.834 1.797-.27.552-.395 5.55 3.38 9.768 3.74 4.181 8.36 4.36 9.042 4.217h.019l.054-.018c.934-.338 1.726-1.21 2.031-1.584.556-.658.18-1.458-.036-1.903Z%27 fill=%27%23001E62%27/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg width=%2716%27 height=%2716%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27m15.408 12.464-.09-.178c-.252-.587-3.344-1.477-3.596-1.494l-.198.018c-.377.07-.79.41-1.6 1.103a.491.491 0 0 1-.574.07c-1.06-.587-2.356-1.76-3.002-2.472-.701-.765-1.546-2.028-1.942-3.043a.53.53 0 0 1 .144-.552c.917-.819 1.313-1.21 1.348-1.637.019-.248-.52-3.398-1.078-3.7L4.658.472C4.298.24 3.76-.098 3.166.027a1.66 1.66 0 0 0-.414.16c-.396.25-1.384.925-1.834 1.797-.27.552-.395 5.55 3.38 9.768 3.74 4.181 8.36 4.36 9.042 4.217h.019l.054-.018c.934-.338 1.726-1.21 2.031-1.584.556-.658.18-1.458-.036-1.903Z%27 fill=%27%23001E62%27/%3E%3C/svg%3E")}.dropdown__link{font-size:1.25rem;font-weight:500;display:block;color:#fff}.no-touch .dropdown__link:hover{text-decoration:none;color:#009cde}.menu-search{width:100%;position:relative;float:right;flex:0;transition:all .3s ease-in-out}.menu-search:focus-within{flex:1}@media only screen and (min-width: 1000px){.menu-search{width:unset}}.menu-search__icon{color:#092972}.search__item.input{min-width:7.25rem;padding:.75rem 2rem .75rem .5rem;text-overflow:ellipsis;line-height:1rem;border:none;font-size:.875rem;color:#092972}@media only screen and (min-width: 1000px){.search__item.input{padding:.5rem 2rem .5rem .5rem}}.search__item.input::placeholder{color:#092972;font-weight:500}.search__item.btn,.menu-large__item:last-child>a.search__item,.dropdown__item:nth-last-child(2)>a.search__item{color:#009cde;background:rgba(0,0,0,0);border:none;position:absolute;width:2.5rem;right:0;line-height:1rem;padding:.75rem .5rem}@media only screen and (min-width: 1000px){.search__item.btn,.menu-large__item:last-child>a.search__item,.dropdown__item:nth-last-child(2)>a.search__item{padding:.5rem .5rem}}.no-touch .search__item.btn:hover,.no-touch .menu-large__item:last-child>a.search__item:hover,.no-touch .dropdown__item:nth-last-child(2)>a.search__item:hover{border:none;background-color:rgba(0,0,0,0);color:#001e62}.search__item.btn svg,.menu-large__item:last-child>a.search__item svg,.dropdown__item:nth-last-child(2)>a.search__item svg{height:1rem;width:1rem}.universal-nav{position:relative;width:100%;font-family:"BoosterNextFY","HelveticaNeue","Helvetica Neue",Helvetica,Arial,sans-serif;font-size:.875rem;padding-top:.375rem;padding-bottom:.25rem;background-color:#001340;z-index:4}.universal-nav__group{max-width:1366px;width:100%;text-align:center;display:flex;justify-content:flex-end}.universal-nav__list{list-style-type:none;margin:0}@media only screen and (min-width: 768px){.universal-nav__list{display:inline-block;vertical-align:top;*display:inline;zoom:1;position:relative;top:0}}.universal-nav__list--primary{flex:1;justify-content:space-between;display:flex}@media only screen and (min-width: 768px){.universal-nav__list--primary{flex:unset}.universal-nav__list--primary>.universal-nav__item:first-child:before{content:"";height:11px;width:19px;vertical-align:bottom;margin-bottom:7px;display:inline-block;background-color:#72cbff;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center center;mask-position:center center;-webkit-mask-image:url("data:image/svg+xml,%3Csvg width=%2713%27 height=%2711%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M10.6 6.2v4.5H7.3l-.1-.2V8c0-.2 0-.3-.2-.4a.6.6 0 0 0-.4-.2H5.4c-.2 0-.3 0-.4.2-.2 0-.2.2-.2.4v2.6c0 .1 0 .2-.2.2h-3c-.1 0-.2 0-.2-.2V6.3l4.4-3.6c.1-.1.3-.1.4 0l4.4 3.5ZM11.8 5l-5-4C6.4.4 5.7.4 5.2.8l-5 4-.2.3c0 .2 0 .3.2.4.2.2.6.2.8 0L5.6 2c.3-.2.6-.2.8 0l4.7 3.7c.2.2.6.2.8 0 .2-.2.2-.5 0-.7Z%27/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg width=%2713%27 height=%2711%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M10.6 6.2v4.5H7.3l-.1-.2V8c0-.2 0-.3-.2-.4a.6.6 0 0 0-.4-.2H5.4c-.2 0-.3 0-.4.2-.2 0-.2.2-.2.4v2.6c0 .1 0 .2-.2.2h-3c-.1 0-.2 0-.2-.2V6.3l4.4-3.6c.1-.1.3-.1.4 0l4.4 3.5ZM11.8 5l-5-4C6.4.4 5.7.4 5.2.8l-5 4-.2.3c0 .2 0 .3.2.4.2.2.6.2.8 0L5.6 2c.3-.2.6-.2.8 0l4.7 3.7c.2.2.6.2.8 0 .2-.2.2-.5 0-.7Z%27/%3E%3C/svg%3E")}.universal-nav__list--primary>.universal-nav__item:first-child:hover:before{background-color:#fff}.universal-nav__list--primary>.universal-nav__item:before{content:"";height:10px;width:15px;vertical-align:bottom;margin-bottom:7px;display:inline-block;background-color:#fff;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:left center;mask-position:left center;-webkit-mask-image:url("data:image/svg+xml,%3Csvg width=%279%27 height=%2710%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M6.9 2.6c0 1.4-1 2.6-2.4 2.6-1.3 0-2.4-1.2-2.4-2.6 0-1.4 1-2.6 2.4-2.6 1.3 0 2.4 1.2 2.4 2.6ZM4.5 5.5c-2.2 0-4 1.9-4 4.5h8c0-2.6-1.8-4.5-4-4.5Z%27/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg width=%279%27 height=%2710%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M6.9 2.6c0 1.4-1 2.6-2.4 2.6-1.3 0-2.4-1.2-2.4-2.6 0-1.4 1-2.6 2.4-2.6 1.3 0 2.4 1.2 2.4 2.6ZM4.5 5.5c-2.2 0-4 1.9-4 4.5h8c0-2.6-1.8-4.5-4-4.5Z%27/%3E%3C/svg%3E")}.universal-nav__list--primary>.universal-nav__item:hover:before{background-color:#72cbff}.universal-nav__list--primary>.universal-nav__item:last-child:before{content:none}}@media only screen and (max-width: 768px){.universal-nav__list--secondary{display:none;position:absolute;left:0;top:28px;width:100%;background-color:#001340;padding:1rem 1.5rem}.universal-nav__list--secondary .universal-nav__item{display:block;margin-right:0;text-align:right;padding-top:.5rem;padding-bottom:.5rem}}.universal-nav__item{display:inline-block;vertical-align:top;*display:inline;zoom:1}@media only screen and (min-width: 768px){.universal-nav__item{margin-right:3rem}}.universal-nav__item:last-child{margin-right:0}.universal-nav__link{display:inline-block;vertical-align:top;*display:inline;zoom:1;color:#72cbff;font-weight:500;font-size:.8125rem;line-height:1.25rem}.no-touch .universal-nav__link:hover{color:#fff;text-decoration:none}.universal-nav__trigger-label{cursor:pointer;padding-right:1.25rem;position:relative}.universal-nav__trigger-label::after{position:absolute;content:"";border-color:#fff;width:0;height:0;z-index:7;border-bottom:0;border-left:.35em solid rgba(0,0,0,0);border-right:.35em solid rgba(0,0,0,0);border-top-width:.35em;border-top-style:solid}.universal-nav__trigger-label:after{top:.5rem;right:.5rem}@media only screen and (min-width: 768px){.universal-nav__trigger-label{display:none}}.universal-nav__trigger-checkbox{visibility:hidden;position:absolute;width:auto}.universal-nav__trigger-checkbox:checked+.universal-nav__trigger-label{position:relative}.universal-nav__trigger-checkbox:checked+.universal-nav__trigger-label::after{position:absolute;content:"";border-color:#fff;width:0;height:0;z-index:7;border-top:0;border-left:.35em solid rgba(0,0,0,0);border-right:.35em solid rgba(0,0,0,0);border-bottom-width:.35em;border-bottom-style:solid}.universal-nav__trigger-checkbox:checked+.universal-nav__trigger-label:after{top:.5rem;right:.5rem}@media only screen and (max-width: 768px){.universal-nav__trigger-checkbox:checked+.universal-nav__trigger-label+.universal-nav__list--secondary{display:block}}.banner{background-color:#092972;position:relative;width:100%;min-height:380px;display:flex}.banner__container{display:flex;flex-direction:column-reverse}@media only screen and (min-width: 768px){.banner__container{flex-direction:row;max-width:1380px;margin-left:auto;margin-right:auto}}@media only screen and (min-width: 1600px){.banner__container{width:1380px}}.banner__heading{font-size:2.5rem}@media only screen and (min-width: 1000px){.banner__heading{font-size:3rem}}@media only screen and (min-width: 1366px){.banner__heading{font-size:3.5rem}}.banner__content{display:flex;flex-direction:column;padding-left:1.5rem;padding-right:1.5rem;padding-top:3rem;padding-bottom:2rem;color:#fff;width:100%}@media only screen and (min-width: 768px){.banner__content{padding-top:5rem;padding-bottom:3rem;padding-left:0;width:50%;height:100%}}@media only screen and (min-width: 1366px){.banner__content{padding-top:8.75rem}}.banner__content>:last-child{margin-bottom:0}@media only screen and (min-width: 768px){.banner__content-only{width:70%}}.banner--short{min-height:156px}@media only screen and (min-width: 768px){.banner--short{min-height:228px}}@media only screen and (min-width: 1200px){.banner--short{min-height:236px}}@media only screen and (min-width: 1366px){.banner--short{min-height:255px}}.banner__image-container{position:relative;height:410px}@media only screen and (min-width: 768px){.banner__image-container{position:absolute;height:100%;top:0;right:0;width:50%}}@media only screen and (min-width: 768px){.banner__image-content{position:relative;height:100%;width:100%}}.banner__image{background-color:#001e62;overflow:hidden;height:100%;-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%27952%27 height=%271476%27 fill=%27none%27%3E%3Cpath fill=%27%23000%27 d=%27M952-.00004161V1125c0 193.85-213.112 351-476 351C213.112 1476-.00000687 1318.85-.00001534 1125L-.00006452 0 952-.00004161Z%27/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%27952%27 height=%271476%27 fill=%27none%27%3E%3Cpath fill=%27%23000%27 d=%27M952-.00004161V1125c0 193.85-213.112 351-476 351C213.112 1476-.00000687 1318.85-.00001534 1125L-.00006452 0 952-.00004161Z%27/%3E%3C/svg%3E");-webkit-mask-position:bottom;mask-position:bottom}@media only screen and (min-width: 768px){.banner__image{height:100%;-webkit-mask-image:url("data:image/svg+xml,%3Csvg width=%271476%27 height=%27952%27 viewBox=%270 0 1476 952%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath id=%27banner-mask%27 d=%27M1476 952H351C157.148 952 0 738.888 0 476C0 213.112 157.148 0 351 0C441.309 0 1476 0 1476 0V952Z%27 fill=%27%23000000%27/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg width=%271476%27 height=%27952%27 viewBox=%270 0 1476 952%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath id=%27banner-mask%27 d=%27M1476 952H351C157.148 952 0 738.888 0 476C0 213.112 157.148 0 351 0C441.309 0 1476 0 1476 0V952Z%27 fill=%27%23000000%27/%3E%3C/svg%3E");-webkit-mask-position:0% 50%;mask-position:0% 50%;-webkit-mask-size:170%;mask-size:170%}}@media only screen and (min-width: 1200px){.banner__image{-webkit-mask-size:130%;mask-size:130%}}.banner__image--xtall{height:255px}@media only screen and (min-width: 768px){.banner__image--xtall{height:330px}}@media only screen and (min-width: 1000px){.banner__image--xtall{height:345px}}@media only screen and (min-width: 1200px){.banner__image--xtall{height:320px}}@media only screen and (min-width: 1366px){.banner__image--xtall{height:455px}}.banner__stripe{width:100%;background-color:#001340;height:92px}.banner-complex{background-color:#092972;display:block}.banner-complex__image{height:100%}@media only screen and (min-width: 768px){.banner-complex__image{position:absolute;top:0;left:0;right:0;bottom:0}}.banner-complex__summary{line-height:1.5rem;font-size:1.25rem}.banner-complex__img{-o-object-fit:cover;object-fit:cover;height:100%;width:100%;-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%27952%27 height=%271476%27 fill=%27none%27%3E%3Cpath fill=%27%23000%27 d=%27M952-.00004161V1125c0 193.85-213.112 351-476 351C213.112 1476-.00000687 1318.85-.00001534 1125L-.00006452 0 952-.00004161Z%27/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%27952%27 height=%271476%27 fill=%27none%27%3E%3Cpath fill=%27%23000%27 d=%27M952-.00004161V1125c0 193.85-213.112 351-476 351C213.112 1476-.00000687 1318.85-.00001534 1125L-.00006452 0 952-.00004161Z%27/%3E%3C/svg%3E");-webkit-mask-position:bottom;mask-position:bottom}@media only screen and (min-width: 768px){.banner-complex__img{display:block;position:absolute;min-width:100%;width:50%;min-height:100%;top:50%;left:50%;transform:translate(-50%, -50%);-webkit-mask-image:url("data:image/svg+xml,%3Csvg width=%271476%27 height=%27952%27 viewBox=%270 0 1476 952%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath id=%27banner-mask%27 d=%27M1476 952H351C157.148 952 0 738.888 0 476C0 213.112 157.148 0 351 0C441.309 0 1476 0 1476 0V952Z%27 fill=%27%23000000%27/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg width=%271476%27 height=%27952%27 viewBox=%270 0 1476 952%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath id=%27banner-mask%27 d=%27M1476 952H351C157.148 952 0 738.888 0 476C0 213.112 157.148 0 351 0C441.309 0 1476 0 1476 0V952Z%27 fill=%27%23000000%27/%3E%3C/svg%3E");-webkit-mask-position:0% 50%;mask-position:0% 50%;-webkit-mask-size:170%;mask-size:170%}}@media only screen and (min-width: 1200px){.banner-complex__img{-webkit-mask-size:130%;mask-size:130%}}.banner-complex__content{display:flex;justify-content:flex-end;flex-direction:column;padding-left:1.25rem;padding-right:1.25rem;padding-top:3rem;padding-bottom:2rem;color:#fff;width:100%}@media only screen and (min-width: 768px){.banner-complex__content{padding-left:0;padding-top:5rem;padding-bottom:3rem;justify-content:center;height:100%;width:45%}}@media only screen and (min-width: 1366px){.banner-complex__content{padding-top:8.75rem;padding-bottom:5.25rem}}.banner-complex__content>:last-child{margin-bottom:0}.banner-complex__video-button-container{position:absolute;z-index:10;height:0;text-align:left;bottom:40px;left:16px}@media only screen and (min-width: 768px){.banner-complex__video-button-container{top:40%;left:-40px}}.banner-complex__video-button{cursor:pointer;margin-bottom:1.5rem}.banner-complex__video-content{color:#fff;font-weight:bold;text-shadow:0px 2px 2px rgba(0,0,0,.52)}.title-underline{border-bottom:1px solid #009cde;margin-bottom:2rem}.title-underline__span{position:relative;display:inline-block;vertical-align:top;*display:inline;zoom:1}.media-block .title-underline__span{max-width:400px}.title__subtitle{font-size:1.25rem;font-weight:400;line-height:1.2}.breadcrumb{margin-bottom:1.5rem;font-size:1rem}.breadcrumb__item{display:inline-block;vertical-align:top;*display:inline;zoom:1;margin-right:.5rem}.breadcrumb__item:last-child{margin-right:0}.breadcrumb__divider{color:#009cde;padding-left:7px}.breadcrumb__link{color:#fff}.no-touch .breadcrumb__link:hover{text-decoration:none;color:#009cde}.tile{border:1px solid #c8dbf1;background-color:#fff;height:100%;font-size:.875rem}.no-touch .tile:hover{border-color:#009cde}.tile:focus-within{border-color:#009cde}.tile--transparent{border:none;background-color:rgba(0,0,0,0)}.tile__content{padding:1.5rem}.tile__title{margin-bottom:.5rem;color:#017acd}.tile__text{color:#001e62;font-size:1rem}.tile__date{margin-bottom:.75rem}.tile__strip{width:100%;height:.375rem}.tile__strip--holstein-fresian{background-color:#f22929}.tile__strip--jersey{background-color:#61ba70}.tile__strip--ayrshire{background-color:#f26522}.tile__strip--crossbreed{background-color:#50b2eb}.tile-minda{display:flex;border:1px solid #ecf3fb;background-color:#ecf3fb;height:100%;font-size:.875rem}.no-touch .tile-minda:hover{border-color:#009cde}.tile-minda:focus-within{border-color:#009cde}.tile-minda__link{flex:1}.tile-minda__content{padding:1.5rem;display:flex;flex-direction:column;height:100%}.tile-minda__title{margin-bottom:.5rem;color:#001e62}.tile-minda__text{color:#001e62;font-size:1rem;flex:1}.list-with-title__title{text-transform:uppercase;margin-bottom:.75rem}.list-with-title__list{display:inline-block;vertical-align:top;*display:inline;zoom:1;border-top:1px solid #009cde;padding-top:1rem}.rich-text p+h2,.rich-text p+h3,.rich-text ul+h2,.rich-text ul+h3{margin-top:2.5rem}.rich-text h2{font-weight:500;font-size:1.75rem}@media only screen and (min-width: 768px){.rich-text h2{font-size:1.875rem}}.rich-text h4{font-weight:600;font-size:1.25rem;line-height:1.5}.accordion__body .rich-text h2,.accordion__body .rich-text h3{font-weight:600;font-size:1.25rem;line-height:1.5}.tile__text .rich-text p{font-size:.875rem}.richtext-image{margin-top:1.5rem;margin-bottom:.375rem}.richtext-image.full-width{width:100%;height:auto}.richtext-image.full-width img{width:100%}.richtext-image.left,.richtext-image.right{width:auto;max-width:100%;height:auto;display:inline-block;vertical-align:top;*display:inline;zoom:1}@media only screen and (min-width: 480px){.richtext-image.left,.richtext-image.right{max-width:60%}}.richtext-image.left{margin-right:2rem;float:left}.richtext-image.right{margin-left:2rem;float:right}.richtext-image figcaption{text-align:left;margin-top:0;font-weight:bold;text-align:center}.search-form{background-color:#001340}.search-form__container{display:flex;flex-direction:column;gap:1rem;padding:2rem 0}@media only screen and (min-width: 480px){.search-form__container{flex-direction:row;padding:2.5rem 0}}.search-form__input{width:100%;line-height:1.125rem}@media only screen and (min-width: 480px){.search-form__input{max-width:364px}}.search-form__input .input{border:none}.search-form__btn{line-height:1.25;padding:.5rem 1rem}.form__field{display:inline-block;vertical-align:top;*display:inline;zoom:1}.label{display:block;margin-bottom:.5rem}.form__result{padding:.75rem;border-radius:5px}.form__success{background-color:#ecf3fb;color:#001e62}.form__error{background-color:#ecf3fb;color:#f22929}.filter{display:inline-block;vertical-align:top;*display:inline;zoom:1}.filter--hide{display:none}.input{font-size:1rem;font-weight:500;width:100%;color:#001e62;border:1px solid #c8dbf1;border-radius:4px;padding:.625rem .75rem}.select{position:relative;width:100%;background-color:#fff;border:1px solid #c8dbf1;overflow:hidden;padding-right:1rem;border-radius:4px}.select:after{display:block;position:absolute;top:44%;right:1rem;content:"";border-left:.25rem solid rgba(0,0,0,0);border-right:.25rem solid rgba(0,0,0,0);border-top:.25rem solid #001e62;z-index:0}.select select{position:relative;background:rgba(0,0,0,0);color:#001e62;font-weight:500;border:0;margin-top:0;margin-bottom:0;z-index:1;width:110%;padding-right:2rem}.select select::-ms-expand{display:none}.categories{text-align:left}.categories__label{display:inline-block;vertical-align:middle;*display:inline;zoom:1;margin-right:1rem;font-weight:500;color:#fff}@media only screen and (min-width: 768px){.categories__label{color:#001e62}}@media only screen and (min-width: 1000px){.categories__label{color:#fff}}.categories__select{display:inline-block;vertical-align:middle;*display:inline;zoom:1;padding:1rem 1rem .75rem;width:auto}.block-table+.block-table,.table__container+.table__container{padding-top:2rem}.table{margin-top:1rem;margin-bottom:1rem;grid-column:1/span 4}@media only screen and (min-width: 480px){.table{grid-column:1/span 6}}@media only screen and (min-width: 768px){.table{grid-column:1/span 12}}@media only screen and (min-width: 1000px){.table{grid-column:1/span 10}}@media only screen and (min-width: 1200px){.table{grid-column:1/span 7}}@media only screen and (min-width: 1600px){.table{grid-column:1/span 7}}.table__cell p{font-size:1rem}.table--no-style .table__row{background-color:rgba(0,0,0,0)}.table--no-style .table__cell{border:none}.table--align-top .table__cell{vertical-align:top}.table-background{padding:.5rem}.table__title{font-size:1.25rem;margin-bottom:0;font-weight:700}@media only screen and (min-width: 1000px){.table--wide{grid-column:1/span 12}}@media only screen and (min-width: 1200px){.table--wide{grid-column:1/span 12}}@media only screen and (min-width: 1600px){.table--wide{grid-column:1/span 12}}@media only screen and (min-width: 768px){.table--small{grid-column:1/span 6}}@media only screen and (min-width: 1000px){.table--small{grid-column:1/span 5}}@media only screen and (min-width: 1200px){.table--small{grid-column:1/span 4}}@media only screen and (min-width: 1600px){.table--small{grid-column:1/span 4}}@media only screen and (max-width: 768px){.table--responsive{display:block}.table--responsive .table__body,.table--responsive .table__row,.table--responsive .table__cell--head,.table--responsive .table__cell{display:block}.table--responsive .table__row:last-child{border-bottom:none}}@media only screen and (max-width: 768px){.table--stacked .table__head{display:none}.table--stacked .table__row:nth-child(odd){background-color:#ecf3fb}.table--stacked .table__cell{text-align:left}.table--stacked .table__data:first-child{font-weight:700;display:block;margin-bottom:.25rem}}.table--collapsed{border:1px solid #c8dbf1}.table--collapsed .table__cell--head{background-color:#ecf3fb;color:#001e62;border-right:1px solid #c8dbf1;border-bottom:1px solid #c8dbf1}@media only screen and (max-width: 768px){.table--collapsed .table__cell{text-align:left}.table--collapsed .table__cell--head{border-right:none;border-bottom:none}}.table__qualifications{font-size:.875rem}.responsive-object{position:relative;width:100%;margin-bottom:1.5rem;overflow:hidden}.responsive-object:before{content:"";display:block;padding-top:56.2%}.responsive-object iframe,.responsive-object object,.responsive-object embed{position:absolute;top:0;left:0;width:100%;height:auto;min-height:100%}.accordion{position:relative;border-top:1px solid #009cde;padding-top:1.25rem;padding-bottom:.5rem}.accordion:last-child{padding-bottom:0}.accordion:last-child .accordion__description{margin-bottom:0}.accordion--plain{border:none !important;padding-top:0;padding-bottom:0}.accordion__trigger{cursor:pointer;background:rgba(0,0,0,0);border:none;width:100%;text-align:left;position:relative;padding:0}.accordion__trigger .accordion__icon-path{background-color:#007cbe}.no-touch .accordion__trigger:hover{color:rgb(0,90.7157894737,139)}.no-touch .accordion__trigger:hover .accordion__icon-path{background-color:rgb(0,90.7157894737,139)}.accordion__title{font-weight:600;display:block;color:#001e62;margin-bottom:.375rem;font-size:1.25rem}@media only screen and (min-width: 768px){.accordion__title{font-size:1.5rem}}.accordion__description{display:block;line-height:1.5;margin-bottom:1rem;color:#001e62;font-size:1.125rem}@media only screen and (min-width: 768px){.accordion__description{font-size:1.25rem}}.accordion__trigger-text{text-decoration:underline;margin-bottom:1rem;color:#007cbe;font-size:1rem}.accordion__trigger-text--closed{display:none}[data-accordion=closed] .accordion__trigger-text--closed{display:inline-block}.accordion__trigger-text--open{display:inline-block}[data-accordion=closed] .accordion__trigger-text--open{display:none}.accordion__icon{position:absolute;top:0;right:0;width:22px;height:22px}.accordion__icon-path{width:100%;height:2px;display:block;position:absolute;top:50%;left:0}.accordion__icon-path.accordion__icon-path--vertical{transform:rotate(90deg);transition:transform .2s ease}[data-accordion=open] .accordion__icon-path.accordion__icon-path--vertical{transform:rotate(0deg)}.accordion__icon-path.accordion__icon-path--horizontal{transform:rotate(0deg);opacity:1;transition:transform .3s ease,opacity .2s ease}[data-accordion=open] .accordion__icon-path.accordion__icon-path--horizontal{opacity:0;transform:rotate(-90deg)}.accordion-group__trigger{margin-bottom:.75rem}.accordion__body{height:auto;overflow:hidden;font-size:1.125rem;font-weight:400}.accordion__body .layout-grid{display:block}@media only screen and (min-width: 768px){.accordion__body{font-size:1.25rem}}[data-accordion=closed] .accordion__body{height:0;visibility:hidden}.person{position:relative}.person__image{width:96px;height:96px;overflow:hidden;border-radius:48px;margin-bottom:.75rem}@media only screen and (min-width: 768px){.person__image{position:absolute;top:0;left:0}}@media only screen and (min-width: 768px){.person--with-img .person__content{padding-left:120px}}.cta{background-color:#001340}.cta__section{padding-top:2.5rem;padding-bottom:2.5rem}.cta__content{display:flex;flex-direction:column;gap:1rem}@media only screen and (min-width: 768px){.cta__content{flex-direction:row;gap:1.5rem;align-items:center}}.cta__content .rich-text p{font-size:1rem}@media only screen and (min-width: 768px){.cta--sticky{position:sticky;top:0;margin-bottom:1rem}}.cta__image{height:28px}.cta-form{overflow:hidden;height:auto;visibility:visible;opacity:1;transition:opacity .5s,visibility .5s}.cta-form--hidden{height:0px;visibility:hidden;opacity:0;padding:0}.notification{background-color:#001e62;width:100%;z-index:0;opacity:0;visibility:hidden;max-height:0px;transition:opacity .2s,visibility .2s,all .2s ease-out}@media print{.notification{display:none}}.notification--is-active{opacity:1;visibility:visible;max-height:300px}.notification__background{background-color:#092972;position:absolute;height:100%;top:34px;right:0;width:100%}@media only screen and (min-width: 1000px){.notification__background{top:0;width:56px}}@media only screen and (min-width: 1200px){.notification__background{width:50%}}.notification__inner{background-color:#001e62;position:relative}@media only screen and (min-width: 1200px){.notification__inner{max-width:944px}}.notification__content{background-color:#092972;padding:.75rem 0;max-width:1366px}@media only screen and (min-width: 1000px){.notification__content{padding:1.5rem 0;padding-right:3.125rem;padding-left:1.5rem}}.notification__content h5{font-size:1.125rem;font-weight:700;margin-bottom:0}@media only screen and (min-width: 1000px){.notification__content h5{font-size:1.25rem}}.notification__content p{font-size:1rem}@media only screen and (min-width: 1000px){.notification__content p{font-size:1.125rem}}.notification__close{position:absolute;right:0;top:.5rem}@media only screen and (min-width: 1000px){.notification__close{top:1.5rem}}.notification__icon-text{vertical-align:top;color:#fff;font-size:.875rem}.notification__icon{display:inline-block;height:20px;width:20px;margin:7px 0;position:relative;vertical-align:bottom;background-color:#fff;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center center;mask-position:center center;-webkit-mask-image:url("data:image/svg+xml, %3Csvg width=%2720%27 height=%2718%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath fill-rule=%27evenodd%27 clip-rule=%27evenodd%27 d=%27M11.554.892a1.798 1.798 0 0 0-3.108 0l-8.2 14.057A1.801 1.801 0 0 0 1.8 17.656H18.2a1.801 1.801 0 0 0 1.556-2.707L11.555.892Zm-1.243.726 8.2 14.057a.36.36 0 0 1-.312.54H1.8a.36.36 0 0 1-.312-.54l8.2-14.057a.36.36 0 0 1 .622 0Z%27 fill=%27%23fff%27/%3E%3Cpath fill-rule=%27evenodd%27 clip-rule=%27evenodd%27 d=%27M9.28 6.136v5.04a.72.72 0 1 0 1.44 0v-5.04a.72.72 0 0 0-1.44 0ZM10.9 13.876c0 1.2-1.8 1.2-1.8 0s1.8-1.2 1.8 0Z%27 fill=%27%23fff%27/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml, %3Csvg width=%2720%27 height=%2718%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath fill-rule=%27evenodd%27 clip-rule=%27evenodd%27 d=%27M11.554.892a1.798 1.798 0 0 0-3.108 0l-8.2 14.057A1.801 1.801 0 0 0 1.8 17.656H18.2a1.801 1.801 0 0 0 1.556-2.707L11.555.892Zm-1.243.726 8.2 14.057a.36.36 0 0 1-.312.54H1.8a.36.36 0 0 1-.312-.54l8.2-14.057a.36.36 0 0 1 .622 0Z%27 fill=%27%23fff%27/%3E%3Cpath fill-rule=%27evenodd%27 clip-rule=%27evenodd%27 d=%27M9.28 6.136v5.04a.72.72 0 1 0 1.44 0v-5.04a.72.72 0 0 0-1.44 0ZM10.9 13.876c0 1.2-1.8 1.2-1.8 0s1.8-1.2 1.8 0Z%27 fill=%27%23fff%27/%3E%3C/svg%3E")}@media only screen and (min-width: 1000px){.notification__icon{margin:0 .75rem 0 0;position:absolute;left:-2rem;top:1.5rem}}.pagination{width:100%;text-align:center;position:relative;font-size:1rem;margin-left:0;background-color:#fff}@media only screen and (min-width: 768px){.pagination{width:auto;display:inline-block;vertical-align:top;*display:inline;zoom:1}}.pagination__wrapper{padding:1.5rem 1.5rem;background-color:#fff}@media only screen and (min-width: 768px){.pagination__wrapper{width:auto;display:inline-block;vertical-align:top;*display:inline;zoom:1;padding:1.5rem 4rem}}.pagination__item{display:inline-block;vertical-align:middle;*display:inline;zoom:1;min-width:2rem;height:2rem;margin-right:.5rem}.pagination__item:first-child{margin-right:1rem}.pagination__item:nth-last-child(2){margin-right:0}.pagination__item:last-child{margin-right:0;margin-left:1rem}.pagination__link{flex:1;height:100%;display:flex;align-items:center;justify-content:center}.no-touch .pagination__link:hover{text-decoration:none;color:#009cde}.pagination__link--number{color:#001e62;font-weight:500}.pagination__link--current{background-color:#001e62;color:#fff;border-radius:1rem}.pagination__nav span{text-decoration:underline;text-decoration-color:#009cde;text-underline-offset:3px;font-weight:500}.pagination__nav svg{color:#009cde;margin-top:1px}.no-touch .pagination__nav:hover svg{color:#001e62}.no-touch .pagination__nav:hover span{color:#001e62;text-decoration-color:#001e62}.quicktube{position:relative;width:100%;padding-bottom:56.25%;background:#f3f3f3;overflow:hidden;margin-bottom:1.5rem}.quicktube__btn{position:absolute;height:100%;width:100%;top:0;right:0;margin:0 auto;background-color:rgba(0,0,0,0);border:none;cursor:pointer}.quicktube__iframe{border:none;top:0;left:0;width:100%;height:100%}.quicktube__poster,.quicktube__video,.quicktube__iframe{position:absolute}.quicktube__poster,.quicktube__video{top:0;left:0;right:0;bottom:0}.quicktube__poster{cursor:pointer;transition:opacity .2s linear,bottom 0s linear 0s;overflow:hidden;background:#f3f3f3}.quicktube__poster--hidden{opacity:0;bottom:100%;transition-delay:0s,.1s}.quicktube__poster--hidden .quicktube__play{display:none}.quicktube__poster-image{display:block;max-width:100%;height:auto}@supports((-o-object-fit: cover) or (object-fit: cover)){.quicktube__poster-image{min-height:100%;min-width:100%;-o-object-fit:cover;object-fit:cover}}.quicktube__content--center{text-align:center}.no-js .quicktube__btn{display:none}.overlay:after{display:block;position:absolute;top:0;left:0;right:0;bottom:0;z-index:0;content:"";background-color:#001e62;transition:opacity .12s ease-in-out,visibility .12s ease-in-out}.overlay--hide:after{opacity:0;visibility:hidden}.overlay--show:after{opacity:.5;visibility:visible}.footer{background-color:#001340;font-size:1rem}@media only screen and (min-width: 768px){.footer{padding-top:2.5rem}}.footer-menu__link{display:block;padding:.25rem 0;font-weight:500;color:#72cbff}.no-touch .footer-menu__link:hover{text-decoration:none;color:#fff}.footer-menu__link--primary,.footer__social-link{color:#fff;font-weight:700}.no-touch .footer-menu__link--primary:hover,.no-touch .footer__social-link:hover{color:#72cbff}.footer__shielded-site{float:right}.pills{display:flex;flex-flow:wrap;gap:1rem;padding:0 0 1.5rem 0;margin-bottom:1.5rem;border-bottom:1px solid #c8dbf1;list-style:none}.pill__link{display:inline-block;vertical-align:top;*display:inline;zoom:1;background-color:#ecf3fb;color:#001e62;font-size:1.125rem;font-weight:500;padding:.375rem 1.25rem;border-radius:1rem}.no-touch .pill__link:hover{text-decoration:none;color:#fff;background-color:#007cbe}.pill--small{display:inline-block;vertical-align:top;*display:inline;zoom:1;background-color:#ecf3fb;color:#001e62;font-size:1rem;line-height:1.125rem;font-weight:500;padding:.25rem 1rem;border-radius:1rem}.promo{position:relative;margin-left:auto;margin-right:auto}.promo--small{margin-bottom:2rem}.promo--small:last-child{margin-bottom:0}.promo--aligned-link{position:relative;height:auto}@media only screen and (min-width: 768px){.promo--aligned-link{padding-bottom:2.5rem}}@media only screen and (min-width: 768px){.flexbox .promo--flex{display:flex;flex:initial}}@media only screen and (min-width: 768px){.flexbox .promo--flex-row{flex-direction:row}}@media only screen and (min-width: 768px){.flexbox .promo--flex-row-reverse{flex-direction:row-reverse}}@media only screen and (min-width: 768px){.flexbox .promo--flex-col{flex-direction:column}}@media only screen and (min-width: 768px){.flexbox .promo--flex-col-reverse{flex-direction:column-reverse}}@media only screen and (min-width: 768px){.promo--small .promo__image-container{position:absolute;top:0;left:0;width:140px;height:107px}}.promo__image{position:relative;height:100%}.promo__image--set-height{height:300px}@media only screen and (min-width: 768px){.promo__image--set-height{height:400px}}@media only screen and (min-width: 1200px){.promo__image--set-height{height:440px}}@media only screen and (min-width: 1366px){.promo__image--set-height{height:550px}}.promo__title{display:inline-block;font-size:1.5rem;font-weight:500;color:#001e62;text-decoration:underline;text-decoration-color:#009cde;text-underline-offset:8px;text-decoration-thickness:from-font;margin-bottom:.5rem}.promo__title--light{color:#72cbff;text-decoration-color:#017acd}.no-touch .promo__title--light:hover{text-decoration-color:#fff}.promo__description{position:relative;padding:1.5rem 0}.promo--feature .promo__description{padding:1.5rem 0 0}.promo--small .promo__description{padding:0;padding-top:1.5rem}@media only screen and (min-width: 768px){.promo__description{padding:1.5rem 0 0}.promo--small .promo__description{padding:0;padding-left:164px}}.promo__content{position:relative;padding:2.5rem 2.5rem}@media only screen and (min-width: 768px){.promo__content{padding:3rem 4rem}}@media only screen and (min-width: 1000px){.promo__content--push-up{position:absolute;bottom:0;left:0}}@media only screen and (min-width: 1200px){.promo__content--push-up{bottom:2.5rem}}.promo__content--push-down-left{margin-left:0;margin-top:0}@media only screen and (min-width: 768px){.promo__content--push-down-left{margin-top:20%}.flexbox .promo__content--push-down-left{margin-left:-15%}}.promo__content--push-right-down{margin-left:0;margin-right:0;margin-bottom:0}@media only screen and (min-width: 768px){.promo__content--push-right-down{margin-bottom:-50px}.flexbox .promo__content--push-right-down{margin-left:20%;margin-right:-26%}}.promo__content--push-right{margin-right:0}@media only screen and (min-width: 768px){.promo__content--push-right{margin-top:10%;margin-right:-15%}}.promo__content--push-up-small{margin-top:0}@media only screen and (min-width: 768px){.promo__content--push-up-small{margin-top:-50px}}.promo__date{font-weight:400;font-size:1rem}.promo--small .promo__date{margin-bottom:1rem}.promo__link-container{position:relative;padding:0 0 2rem}@media only screen and (min-width: 768px){.promo__link-container{position:absolute;bottom:0;left:0;padding:0}}.card-heading-m{font-size:1.5rem;font-weight:500;line-height:1.2}.card-heading-s{font-size:1.25rem;font-weight:500;line-height:1.2;margin-bottom:.5rem}.login-panel{background-color:#001340;padding:1.5rem 0}.login-item__link{font-size:1rem;font-weight:500;color:#fff}.no-touch .login-item__link:hover{color:#72cbff;text-decoration:none}.login-item-list{display:flex;flex-direction:column;justify-content:left;align-items:baseline;flex-wrap:wrap}@media only screen and (min-width: 768px){.login-item-list{display:flex;flex-direction:row}}.login-item{padding-right:1.5rem;display:block;width:100%;margin-bottom:1.5rem}@media only screen and (min-width: 768px){.login-item{padding-right:2rem;margin-bottom:0;width:auto}}@media only screen and (min-width: 1200px){.login-item{padding-right:3.5rem}}.login-item:first-child:before{content:"";height:1rem;width:1rem;vertical-align:bottom;margin-bottom:.375rem;margin-right:.5rem;display:inline-block;background-color:#fff;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center center;mask-position:center center;-webkit-mask-image:url("data:image/svg+xml,%3Csvg width=%2713%27 height=%2715%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M9.95 3.893c0 2.15-1.54 3.893-3.44 3.893-1.901 0-3.442-1.743-3.442-3.893C3.068 1.743 4.608 0 6.509 0 8.41 0 9.95 1.743 9.95 3.893ZM6.51 8.253C3.342 8.253.772 11.107.772 15h11.471c0-3.892-2.569-6.747-5.735-6.747Z%27 fill=%27%23fff%27/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg width=%2713%27 height=%2715%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M9.95 3.893c0 2.15-1.54 3.893-3.44 3.893-1.901 0-3.442-1.743-3.442-3.893C3.068 1.743 4.608 0 6.509 0 8.41 0 9.95 1.743 9.95 3.893ZM6.51 8.253C3.342 8.253.772 11.107.772 15h11.471c0-3.892-2.569-6.747-5.735-6.747Z%27 fill=%27%23fff%27/%3E%3C/svg%3E")}.login-item:last-child{margin-bottom:0}.login-item--title{font-size:1rem;font-weight:500;display:inline-block}.shareprice__container{display:flex;flex-direction:column;gap:1rem;justify-content:center}@media only screen and (min-width: 768px){.shareprice__container{flex-direction:row;gap:1.75rem}}.shareprice__content{font-size:1rem;font-weight:500;line-height:1.25;color:#fff}.shareprice__content:before{content:"";height:20px;width:20px;margin-right:1rem;vertical-align:middle;display:inline-block;background-image:url("data:image/svg+xml,%3Csvg width=%2720%27 height=%2720%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath fill-rule=%27evenodd%27 clip-rule=%27evenodd%27 d=%27M18.5 8.2 20 3l-5 2 1.3 1.2-5.4 6-2.7-3a.7.7 0 0 0-1 0L0 15.7l1 1 6.6-6 2.8 3a.7.7 0 0 0 1 0L17.3 7l1.2 1.1Z%27 fill=%27%2372CBFF%27/%3E%3C/svg%3E")}.shareprice__price{font-size:1.5rem;font-weight:700;line-height:1;color:#fff;position:relative;vertical-align:middle;letter-spacing:-1px}.shareprice__updated{font-size:1rem;color:#f3f3f3;font-weight:500;line-height:1.25}@media only screen and (max-width: 768px){.shareprice__content,.shareprice__price,.shareprice__updated{display:block}}.video--large p{font-size:1.375rem}.video__player{display:block}.video__player\@small{display:block}@media only screen and (min-width: 768px){.video__player\@small{display:none}}.video__player\@medium{display:none}@media only screen and (min-width: 768px){.video__player\@medium{display:block}}.video__content{text-align:center}.video__content--left{text-align:left}.video__content--right{text-align:right}.carousel{margin-bottom:2.5rem;padding-right:2rem;visibility:hidden;white-space:nowrap}@media only screen and (min-width: 768px){.carousel{margin-bottom:1rem}}@media only screen and (min-width: 1000px){.carousel{margin-left:-2rem;margin-right:-2rem}}.carousel:before{content:"";position:absolute;z-index:1;width:2rem;top:0;bottom:0;left:0;background-color:#ecf3fb}.carousel__item{width:100%;display:inline-block;padding-left:2rem;vertical-align:top;white-space:normal}.flickity-enabled{visibility:visible}.flickity-prev-next-button{z-index:1;background-color:rgba(0,0,0,0)}.flickity-prev-next-button:hover{background-color:rgba(0,0,0,0)}.flickity-prev-next-button.previous{left:-1rem}@media only screen and (min-width: 1000px){.flickity-prev-next-button.previous{left:-1.5rem}}@media only screen and (min-width: 1600px){.flickity-prev-next-button.previous{left:-3rem}}.flickity-prev-next-button.next{right:-1rem}@media only screen and (min-width: 1000px){.flickity-prev-next-button.next{right:-1.5rem}}@media only screen and (min-width: 1600px){.flickity-prev-next-button.next{right:-3rem}}.flickity-prev-next-button .flickity-button-icon{width:50%;height:50%}@media only screen and (min-width: 768px){.flickity-prev-next-button .flickity-button-icon{width:60%;height:60%}}.flickity-page-dots{left:0;bottom:-2.625rem}@media only screen and (min-width: 768px){.flickity-page-dots{bottom:-3.2rem}}.flickity-page-dots .dot{width:14px;height:14px;margin:0 .8rem;opacity:.2;background-color:#757575;border:2px solid #ecf3fb}.flickity-page-dots .dot.is-selected{background-color:#001e62;border-color:#001e62}.flickity-button-icon{fill:#001e62}.no-touch .flickity-button-icon:hover{fill:#009cde}.step-by-step{--step-by-step-offset: 3rem;--step-by-step-col-gap: 0.75rem;--step-by-step-dot-size-empty: 2rem;--step-by-step-dot-size: 2.5rem}@media only screen and (min-width: 768px){.step-by-step{--step-by-step-col-gap: 1rem;--step-by-step-dot-size: 3rem}}.step-by-step__item{position:relative}@media only screen and (min-width: 768px){.step-by-step__item .step-by-step__item-marker{position:absolute;left:0}}.step-by-step__item.step-by-step__item--not-last{min-height:5rem}.step-by-step__item--not-last{padding-bottom:1.5rem}@media only screen and (min-width: 768px){.step-by-step__item--not-last{padding-bottom:2.5rem}.step-by-step__item--not-last::before{content:"";position:absolute;width:.125rem;background:#007cbe;left:calc(var(--step-by-step-offset)/2 - 1px);top:.75rem;height:calc(100% - 0.75rem)}}.step-by-step__item-marker{width:var(--step-by-step-dot-size);height:var(--step-by-step-dot-size);font-size:1.125rem;color:#fff;font-weight:700;background:#007cbe;border-radius:50%;justify-self:center;display:flex;align-items:center;justify-content:center;z-index:1}.step-by-step__item-marker--empty{width:var(--step-by-step-dot-size-empty);height:var(--step-by-step-dot-size-empty)}.step-by-step__item-marker--empty::before{content:" "}.step-by-step__item-content{padding-top:.75rem}@media only screen and (min-width: 768px){.step-by-step__item-content>*{padding-left:calc(var(--step-by-step-offset) + var(--step-by-step-col-gap))}}.step-by-step__item-content>*:not(:last-of-type){margin-bottom:1.5rem}@media only screen and (min-width: 768px){.step-by-step__item-content>*:not(:last-of-type){margin-bottom:2rem}}.step-by-step__item-content img{border:1px solid #009cde;border-radius:5px}[data-a11y-dialog-native] .video-modal__overlay{display:none}.video-modal[aria-hidden=true]{display:none}.video-modal__overlay{position:fixed;top:0;left:0;bottom:0;right:0;background-color:#001e62;opacity:.95;z-index:10}.video-modal__logo{position:absolute;left:0;top:-4.5rem}@media only screen and (min-width: 1600px){.video-modal__logo{top:-6rem}}.video-modal__content{position:fixed;top:50%;left:50%;transform:translate(-50%, -50%);background-color:rgba(0,0,0,0);border:0;padding:0;width:100%;max-width:80vw;margin-left:auto;margin-right:auto;z-index:15}.video-modal__close{position:absolute;right:0;top:-4.5rem;font-size:1.0625rem;background-color:rgba(0,0,0,0);border-color:rgba(0,0,0,0);cursor:pointer}.video-modal__close svg{color:#009cde;margin-left:.375rem;vertical-align:text-bottom}.video-modal__close:hover svg{color:#fff}@media only screen and (min-width: 1600px){.video-modal__close{top:-6rem}}.video-modal__iframe-container{padding-bottom:45%;margin:auto}@media only screen and (min-width: 768px){.video-modal__iframe-container{width:80%}}.video-modal__iframe{position:absolute;width:100%;height:100%;border:0}@media only screen and (min-width: 768px){.video-modal__iframe{width:80%}}.u-relative{position:relative}.u-border{border:1px solid #c8dbf1}.u-divider{width:100%;height:1px;background-color:#c8dbf1}.u-divider--large{height:82px}.u-divider--blue{background-color:#009cde}.u-disabled{pointer-events:none !important;cursor:default !important}.u-accessible{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0;clip-path:inset(1px)}.u-align-middle{vertical-align:middle !important}.u-align-bottom{vertical-align:bottom !important}.u-margin-center,.u-auto{margin-left:auto !important;margin-right:auto !important}.u-left{float:left !important}@media only screen and (min-width: 480px){.u-left\@small{float:left !important}}.u-right{float:right !important}.u-clear{clear:both !important;overflow:hidden}.u-clear::after{display:table;content:"";clear:both}.u-mb-0{margin-bottom:0 !important}@media only screen and (min-width: 1000px){.u-mb-0\@large{margin-bottom:0 !important}}.u-mb{margin-bottom:1.5rem !important}@media only screen and (max-width: 768px){.u-mb\@small{margin-bottom:1.5rem !important}}.u-mb-xxs{margin-bottom:.5rem !important}.u-mb-xs{margin-bottom:.75rem !important}.u-mb-s{margin-bottom:1rem !important}.u-mb-l{margin-bottom:2rem !important}.u-mb-xl{margin-bottom:2.5rem !important}.u-mb-xxl{margin-bottom:3rem !important}.u-mr-l{margin-right:2rem !important}.u-ml-l{margin-left:2rem !important}.u-mt-xxl{margin-top:2rem}@media only screen and (min-width: 768px){.u-mt-xxl{margin-top:3rem}}.u-mt-xxxl{margin-top:5rem}@media only screen and (min-width: 768px){.u-mt--250\@medium{margin-top:-250px !important}}@media only screen and (min-width: 768px){.u-mt--160\@medium{margin-top:-160px !important}}@media only screen and (min-width: 768px){.u-mt--112\@medium{margin-top:-112px !important}}.u-pt{padding-top:1.5rem !important}.u-pt-xxs{padding-top:.5rem !important}.u-pt-xs{padding-top:.75rem !important}.u-pb{padding-bottom:1.5rem !important}.u-pt-xxxl{padding-top:5rem}.u-text-light{font-weight:300}.u-text-medium{font-weight:500}.u-text-bold{font-weight:600}.u-text-uppercase{text-transform:uppercase !important}.u-text-underline{text-decoration:underline !important;text-underline-offset:3px}.u-text-no-underline{text-decoration:none !important}.u-muted{opacity:.75 !important}.u-text-center{text-align:center !important}.u-text-right{text-align:right !important}@media only screen and (min-width: 768px){.u-text-right\@medium{text-align:right !important}}.u-text-left{text-align:left !important}.u-text-xs{font-size:.75rem}.u-text-s{font-size:.875rem}.u-text-base{font-size:1rem}.u-text-l{font-size:1.125rem}.u-text-xl{font-size:1.25rem;line-height:1.4}.u-text-xxl{font-size:2.5rem}.u-text-colour-default{color:#001e62}.u-text-grey{color:#757575}.u-text-link{color:#007cbe;text-decoration:underline;text-decoration-color:#009cde;text-underline-offset:3px;text-decoration-thickness:from-font;font-weight:500}.no-touch .u-text-link:hover{color:#001e62;text-decoration-color:#001e62}.u-text-truncate{max-width:100%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}@media only screen and (min-width: 480px){.u-hyphen{overflow-wrap:break-word;word-wrap:break-word;word-break:break-all;word-break:break-word;hyphens:auto}}.u-hidden{display:none !important}.u-show{display:block}@media only screen and (max-width: 768px){.u-hidden\@medium-max{display:none !important}}@media only screen and (min-width: 768px){.u-hidden\@medium{display:none !important}}.u-show\@large{display:none !important}@media only screen and (min-width: 1000px){.u-show\@large{display:inline-block !important}}@media only screen and (min-width: 1000px){.u-hidden\@large{display:none !important}}.u-visibility-hidden{visibility:hidden}.touch .u-hidden-touch{display:none;visibility:hidden}.no-touch .u-hidden-no-touch{display:none;visibility:hidden}.no-js .u-hidden-no-js{display:none}.js .u-hidden-js{display:none}.width-full{width:100% !important}.width-1\/2{width:50% !important}.width-1\/3{width:33.3333333333% !important}.width-2\/3{width:66.6666666667% !important}.width-1\/4{width:25% !important}.width-2\/4{width:50% !important}.width-3\/4{width:75% !important}.width-1\/10{width:10% !important}.width-2\/10{width:20% !important}.width-3\/10{width:30% !important}.width-4\/10{width:40% !important}.width-5\/10{width:50% !important}.width-6\/10{width:60% !important}.width-7\/10{width:70% !important}.width-8\/10{width:80% !important}.width-9\/10{width:90% !important}@media only screen and (min-width: 480px){.width-full\@small{width:100% !important}.width-1\/2\@small{width:50% !important}.width-1\/3\@small{width:33.3333333333% !important}.width-2\/3\@small{width:66.6666666667% !important}.width-1\/4\@small{width:25% !important}.width-2\/4\@small{width:50% !important}.width-3\/4\@small{width:75% !important}.width-1\/10\@small{width:10% !important}.width-2\/10\@small{width:20% !important}.width-3\/10\@small{width:30% !important}.width-4\/10\@small{width:40% !important}.width-5\/10\@small{width:50% !important}.width-6\/10\@small{width:60% !important}.width-7\/10\@small{width:70% !important}.width-8\/10\@small{width:80% !important}.width-9\/10\@small{width:90% !important}}@media only screen and (min-width: 768px){.width-full\@medium{width:100% !important}.width-1\/2\@medium{width:50% !important}.width-1\/3\@medium{width:33.3333333333% !important}.width-2\/3\@medium{width:66.6666666667% !important}.width-1\/4\@medium{width:25% !important}.width-2\/4\@medium{width:50% !important}.width-3\/4\@medium{width:75% !important}.width-1\/5\@medium{width:20% !important}.width-2\/5\@medium{width:40% !important}.width-3\/5\@medium{width:60% !important}.width-4\/5\@medium{width:80% !important}.width-1\/10\@medium{width:10% !important}.width-2\/10\@medium{width:20% !important}.width-3\/10\@medium{width:30% !important}.width-4\/10\@medium{width:40% !important}.width-5\/10\@medium{width:50% !important}.width-6\/10\@medium{width:60% !important}.width-7\/10\@medium{width:70% !important}.width-8\/10\@medium{width:80% !important}.width-9\/10\@medium{width:90% !important}}@media only screen and (min-width: 1000px){.width-full\@large{width:100% !important}.width-1\/2\@large{width:50% !important}.width-1\/3\@large{width:33.3333333333% !important}.width-2\/3\@large{width:66.6666666667% !important}.width-1\/4\@large{width:25% !important}.width-2\/4\@large{width:50% !important}.width-3\/4\@large{width:75% !important}.width-1\/5\@large{width:20% !important}.width-2\/5\@large{width:40% !important}.width-3\/5\@large{width:60% !important}.width-4\/5\@large{width:80% !important}.width-1\/10\@large{width:10% !important}.width-2\/10\@large{width:20% !important}.width-3\/10\@large{width:30% !important}.width-4\/10\@large{width:40% !important}.width-5\/10\@large{width:50% !important}.width-6\/10\@large{width:60% !important}.width-7\/10\@large{width:70% !important}.width-8\/10\@large{width:80% !important}.width-9\/10\@large{width:90% !important}}@media only screen and (min-width: 1200px){.width-full\@xlarge{width:100% !important}.width-1\/2\@xlarge{width:50% !important}.width-1\/3\@xlarge{width:33.3333333333% !important}.width-2\/3\@xlarge{width:66.6666666667% !important}.width-1\/4\@xlarge{width:25% !important}.width-2\/4\@xlarge{width:50% !important}.width-3\/4\@xlarge{width:75% !important}.width-1\/5\@xlarge{width:20% !important}.width-2\/5\@xlarge{width:40% !important}.width-3\/5\@xlarge{width:60% !important}.width-4\/5\@xlarge{width:80% !important}.width-1\/10\@xlarge{width:10% !important}.width-2\/10\@xlarge{width:20% !important}.width-3\/10\@xlarge{width:30% !important}.width-4\/10\@xlarge{width:40% !important}.width-5\/10\@xlarge{width:50% !important}.width-6\/10\@xlarge{width:60% !important}.width-7\/10\@xlarge{width:70% !important}.width-8\/10\@xlarge{width:80% !important}.width-9\/10\@xlarge{width:90% !important}}@media only screen and (max-width: 768px){.u-order-1\@small{order:1}}@media only screen and (max-width: 768px){.u-order-2\@small{order:2}}.t-primary .u-current-color{color:#007cbe}.no-touch .t-primary .u-current-color\:hover:hover{color:#007cbe}.t-primary .u-current-text-color{color:#fff}.t-primary.t-primary--bg,.t-primary .u-current-bg-color{background-color:#007cbe}.t-primary .u-current-link-color{color:#001e62}.no-touch .t-primary .u-current-link-color:hover{color:#ecf3fb}.t-primary .rich-text{color:#fff}.t-primary .rich-text a{color:#001e62}.no-touch .t-primary .rich-text a:hover{color:#ecf3fb}.u-border-color-primary{border-color:#007cbe}.u-color-primary{color:#007cbe}.no-touch .u-color-primary\:hover:hover{color:#007cbe}.u-bg-color-primary{background-color:#007cbe}.u-text-color-primary{color:#fff}.t-primary-light .u-current-color{color:#f7f9fd}.no-touch .t-primary-light .u-current-color\:hover:hover{color:#f7f9fd}.t-primary-light .u-current-text-color{color:#001e62}.t-primary-light.t-primary-light--bg,.t-primary-light .u-current-bg-color{background-color:#f7f9fd}.t-primary-light .u-current-link-color{color:#007cbe}.no-touch .t-primary-light .u-current-link-color:hover{color:#009cde}.t-primary-light .rich-text{color:#001e62}.t-primary-light .rich-text a{color:#007cbe}.no-touch .t-primary-light .rich-text a:hover{color:#009cde}.u-border-color-primary-light{border-color:#f7f9fd}.u-color-primary-light{color:#f7f9fd}.no-touch .u-color-primary-light\:hover:hover{color:#f7f9fd}.u-bg-color-primary-light{background-color:#f7f9fd}.u-text-color-primary-light{color:#001e62}.t-secondary .u-current-color{color:#ecf3fb}.no-touch .t-secondary .u-current-color\:hover:hover{color:#ecf3fb}.t-secondary .u-current-text-color{color:#001e62}.t-secondary.t-secondary--bg,.t-secondary .u-current-bg-color{background-color:#ecf3fb}.t-secondary .u-current-link-color{color:#007cbe}.no-touch .t-secondary .u-current-link-color:hover{color:#009cde}.t-secondary .rich-text{color:#001e62}.t-secondary .rich-text a{color:#007cbe}.no-touch .t-secondary .rich-text a:hover{color:#009cde}.u-border-color-secondary{border-color:#ecf3fb}.u-color-secondary{color:#ecf3fb}.no-touch .u-color-secondary\:hover:hover{color:#ecf3fb}.u-bg-color-secondary{background-color:#ecf3fb}.u-text-color-secondary{color:#001e62}.t-tertiary .u-current-color{color:#001e62}.no-touch .t-tertiary .u-current-color\:hover:hover{color:#001e62}.t-tertiary .u-current-text-color{color:#fff}.t-tertiary.t-tertiary--bg,.t-tertiary .u-current-bg-color{background-color:#001e62}.t-tertiary .u-current-link-color{color:#72cbff}.no-touch .t-tertiary .u-current-link-color:hover{color:#009cde}.t-tertiary .rich-text{color:#fff}.t-tertiary .rich-text a{color:#72cbff}.no-touch .t-tertiary .rich-text a:hover{color:#009cde}.u-border-color-tertiary{border-color:#001e62}.u-color-tertiary{color:#001e62}.no-touch .u-color-tertiary\:hover:hover{color:#001e62}.u-bg-color-tertiary{background-color:#001e62}.u-text-color-tertiary{color:#fff}.t-white .u-current-color{color:#fff}.no-touch .t-white .u-current-color\:hover:hover{color:#fff}.t-white .u-current-text-color{color:#001e62}.t-white.t-white--bg,.t-white .u-current-bg-color{background-color:#fff}.t-white .u-current-link-color{color:#007cbe}.no-touch .t-white .u-current-link-color:hover{color:rgb(0,117.3431578947,179.8)}.t-white .rich-text{color:#001e62}.t-white .rich-text a{color:#007cbe}.no-touch .t-white .rich-text a:hover{color:rgb(0,117.3431578947,179.8)}.u-border-color-white{border-color:#fff}.u-color-white{color:#fff}.no-touch .u-color-white\:hover:hover{color:#fff}.u-bg-color-white{background-color:#fff}.u-text-color-white{color:#001e62}@media print{*,*::before,*::after{background:rgba(0,0,0,0) !important;color:#000 !important;box-shadow:none !important;text-shadow:none !important}a,a:visited{text-decoration:underline}a[href]::after{content:" (" attr(href) ")"}abbr[title]::after{content:" (" attr(title) ")"}a[href^="#"]:after,a[href^="javascript:"]::after{content:""}pre,blockquote{border:1px solid #999;page-break-inside:avoid}thead{display:table-header-group}tr,img{page-break-inside:avoid}img{max-width:100% !important}p,h2,h3{orphans:3;widows:3}h2,h3{page-break-after:avoid}.u-no-print{display:none !important}.line-length,.accordion__description{max-width:100%}[data-accordion=closed] .accordion__body{display:block;height:auto !important;visibility:visible}.u-hidden\@print{display:none}}.print-pdf{margin-left:3rem;margin-right:3rem}.print-pdf .header__logo{margin-right:1rem;vertical-align:initial}.print-pdf .header__logo .i-logo{width:14.5rem;height:4.1rem}.print-pdf .page__title{display:inline-block;font-weight:400;font-size:3rem}.print-pdf .title-underline{border-bottom:0;font-size:4rem}.print-pdf .table__data,.print-pdf .table__cell,.print-pdf .rich-text{font-size:1.25rem}.print-pdf .table__title{font-size:2rem}.print-pdf .accordion__title{font-size:3.5rem;font-family:"BoosterNextFY","HelveticaNeue","Helvetica Neue",Helvetica,Arial,sans-serif}.print-pdf .block-content{display:block;width:80% !important}.print-pdf .table__head{font-weight:500;background-color:#001e62 !important}.print-pdf .table__head .table__cell p{color:#fff !important}.print-pdf .table__body{border-left:1px solid #c8dbf1;border-right:1px solid #c8dbf1}.print-pdf table,.print-pdf tr,.print-pdf .table__container{page-break-inside:avoid;-moz-column-break-inside:avoid;break-inside:avoid}.print-pdf .grid-flex{display:block !important}.print-pdf .grid-flex>.rich-text:first-of-type{display:none}.print-pdf .accordion{page-break-after:always;-moz-column-break-after:page;break-after:page;border:0}@page{size:A4 portrait}@media print{html{font-size:12px}.bulls-summary,.bull-page,.pdf-page{page-break-after:always;-moz-column-break-after:always;break-after:always}.pdf-cover{text-align:right;padding-top:4rem}.pdf-cover__pre_text{font-size:2.5rem;margin-bottom:1rem}.pdf-cover__title{color:#009cde !important;font-size:4rem;font-weight:600;margin-bottom:1rem}.pdf-cover__sub_title{font-size:4rem;font-weight:600;margin-bottom:6rem}.pdf-cover__disclaimer{margin-top:8rem}}@media print{.js-calculator\@mating-planner .calc-group-section,.js-calculator\@mating-planner .calc-group-section:last-child{border-bottom:3px solid #001e62;margin-bottom:1.5rem;padding-bottom:1.5rem}.js-calculator\@mating-planner .calc-section.calc-section--dark{padding-top:0;padding-bottom:0}.js-calculator\@mating-planner .calc-section.calc-section--dark .calc-group{border:2px solid #001e62;padding:1rem}.js-calculator\@mating-planner .calc-section.calc-section--dark .calc-group__label{margin-bottom:0}.js-calculator\@mating-planner .plan-date__wrapper,.js-calculator\@mating-planner .calc-group__label{display:inline-block;width:70%}.js-calculator\@mating-planner .plan-date__date,.js-calculator\@mating-planner .calc-group__value{display:inline-block;vertical-align:top;text-align:right;width:30%}.js-calculator\@mating-planner .plan-date__number{float:left}.js-calculator\@mating-planner .calc-group__label{margin-bottom:1rem}.js-calculator\@mating-planner .plan-date__copy,.js-calculator\@mating-planner .calc-group__value,.js-calculator\@mating-planner .calc-group__value h4{font-weight:500}.js-calculator\@mating-planner .react-datepicker__input-container>*{border:none}.js-calculator\@mating-planner .calc input[type=number],.js-calculator\@mating-planner .calc input[type=tel],.js-calculator\@mating-planner .calc input[type=text]{border:none;padding:0}.js-calculator\@mating-planner .calc input[type=text]{text-align:right}.js-calculator\@mating-planner .calc-section--upper{width:auto;margin-left:1rem;border:1px solid #001e62}.js-calculator\@mating-planner .calc-section--upper input[type=text]{text-align:left}.js-calculator\@mating-planner .calc-section--upper .calc-group__label{margin-bottom:1rem}.js-calculator\@mating-planner .checkbox,.js-calculator\@mating-planner .date-field__icon,.js-calculator\@mating-planner button{display:none}}.premier-team__print-instructions{margin:2rem}.premier-team__print-instructions h1{font-size:1.125rem;margin-bottom:.5rem}.premier-team__print-instructions p{font-size:.875rem;margin-bottom:.5rem}.premier-team__print-instructions ul{font-size:.875rem;margin-bottom:.75rem}@media print{.premier-team__print-instructions{display:none}}@media print,screen{.premier-team{margin-left:.5cm;margin-right:.5cm;--color-bg-shading: #e3e3e3;--striped-bg: repeating-linear-gradient( 45deg, #f3f3f3, #f3f3f3 8px, white 8px, white 16px )}.premier-team__split-table:not(:first-of-type){page-break-before:always}.premier-team__page{padding-top:1cm;display:flex;flex-direction:column;gap:.5cm}.premier-team__page:not(:first-of-type){page-break-inside:avoid}.premier-team--breed-color-red{--color-breed: #e22626;--color-border: #f07773}.premier-team--breed-color-blue{--color-breed: #367ca6;--color-border: #bee1f8}.premier-team--breed-color-green{--color-breed: #42824d;--color-border: #82b389}.premier-team__page-header{display:flex;justify-content:space-between;align-items:center;font-size:18px}.premier-team__logo{height:.75em}.premier-team__heading{font-size:inherit;color:var(--color-breed) !important;margin:0}.premier-team__table{border:1px solid #333 !important;font-family:"BoosterNextFY","HelveticaNeue","Helvetica Neue",Helvetica,Arial,sans-serif;font-size:8px}.premier-team__table-header{background-color:#575757 !important;color:#fff !important}.premier-team__header-row,.premier-team__bull-row{border-bottom:1pt solid #757575 !important}.premier-team__header-row:nth-last-child(2),.premier-team__bull-row:nth-last-child(2){border-bottom:1pt solid #333 !important}.premier-team__bull-row--reserves{background:var(--striped-bg) !important}.premier-team__bull-row--daughter-proven{background-color:var(--color-bg-shading) !important}.premier-team__bull-value{color:#000}.premier-team__bull-value--bg-color{color:#fff !important;font-weight:600;background-color:var(--color-breed) !important;border-bottom:1px solid var(--color-border, white) !important}.premier-team__bull-row--averages .premier-team__bull-value--bg-color{border-bottom:unset !important}.premier-team__bull-row:nth-last-child(-n+2) .premier-team__bull-value--bg-color{border-bottom:unset !important}.premier-team__table-header--name-column,.premier-team__bull-value:not(.premier-team__bull-value--bg-color):where(:nth-child(2),:nth-child(20)){text-align:left;white-space:nowrap}.premier-team__key{width:8cm;padding-top:1cm;padding-bottom:1cm;margin-left:auto;font-size:8px;page-break-inside:avoid}.premier-team__key-label{margin-bottom:8px}.premier-team__key-content{border:1px solid #757575 !important;display:flex;flex-direction:column}.premier-team__key-item{padding:.75em;background-color:#fff !important;border-bottom:1px solid #757575 !important}.premier-team__key-item--daughter-proven{background-color:var(--color-bg-shading) !important}.premier-team__key-item--reserves{background:var(--striped-bg) !important;border-bottom:unset !important}}
.training-form{font-family:"Varela Round","Helvetica Neue",Arial,"Lucida Grande",Tahoma,Verdana,sans-serif;margin-bottom:1.5rem}.training-form__field{margin-top:1.5rem}.training-form__label{margin-bottom:4px;font-size:1.125rem;color:#002d75}.training-form__input{border:1px solid #c8dbf1;background-color:#fff;border-radius:3px;height:2.5rem;line-height:1.4;padding:6px}.training-form__input:focus{border-color:#c8dbf1;box-shadow:0 0 5px rgba(0,45,117,.75)}.training-form__help{font-size:.85rem;font-weight:400;line-height:1.3;margin-top:.375rem;margin-bottom:.25rem;color:#4e4b4b}.training-form__submit{padding:12px 30px;border:0 solid rgba(0,0,0,0);border-radius:3px;font-size:1rem;font-weight:400;font-style:normal;line-height:1;color:#fff;background-color:#007cbe;width:auto}.training-form__field .errorlist{color:#c8102e}
