/* Prevent font size inflation */
html {
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  -ms-text-size-adjust: none;
  text-size-adjust: none;
}

/* Remove default margin in favour of better control in authored CSS */
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
  -webkit-margin-after: 0;
  margin-block-end: 0;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul[role=list],
ol[role=list] {
  list-style: none;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  line-height: 1.5;
  margin: 0;
}

/* Set shorter line heights on headings and interactive elements */
h1,
h2,
h3,
h4,
button,
input,
label {
  line-height: 1.1;
}

/* Make images easier to work with */
img,
picture {
  max-width: 100%;
  display: block;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Make sure textareas without a rows attribute are not tiny */
textarea:not([rows]) {
  min-height: 10em;
}

/* Anything that has been anchored to should have extra scroll margin */
:target {
  scroll-margin-block: 5ex;
}

.lead p {line-height: 1.75;
    font-size: 1.125rem;}

@font-face {
  font-family: "Myriad Pro Light";
  src: url("../fonts/MyriadPro-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Myriad Pro";
  src: url("../fonts/MyriadPro-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Myriad Pro SemiBold";
  src: url("../fonts/MyriadPro-Semibold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
h1,
h2 {
  margin: 0;
}

h3,
h4,
h5 {
  margin: 0;
}

.button {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.625rem 1.875rem;
  background: #005bcf;
  border-radius: 4px;
  border: 1px solid #005bcf;
  font-family: "Roboto Bold", sans-serif;
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.25;
  color: #fff;
  transition: all 0.2s ease;
}
.button:hover {
  background: #fff;
  color: #005bcf;
}
.button--secondary {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.625rem 1.875rem;
  background: #005bcf;
  border-radius: 4px;
  border: 1px solid #005bcf;
  font-family: "Roboto Bold", sans-serif;
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.25;
  color: #fff;
  transition: all 0.2s ease;
  background: #fff;
  color: #005bcf;
}
.button--secondary:hover {
  background: #fff;
  color: #005bcf;
}
.button--secondary:hover {
  background: #005bcf;
  color: #fff;
}

.blockquote-owner p {
  font-size: 14px !important;
}
.blockquote-owner p::before,
.blockquote-owner p::after {
  display: none;
}
.swiper-custom-container .swiper-slide .swiper-slide-img {
	height: 250px;
	object-fit: contain;
	object-position: left;
}
 .swiper-custom-container .swiper-slide {
    max-width: fit-content!important;
}