/* Button - Fill Style
--------------------------------------------- */

.wp-block-button .wp-element-button {
	transition: 0.2s all ease-in-out;
	border: 0;
	outline: 2px solid var(--wp--preset--color--primary);
	outline-offset: -2px;
}
.wp-block-button .wp-block-button__link:hover {
	box-shadow: none;
}
.wp-block-button.is-style-fill .wp-block-button__link:hover {
	background-color: var(--wp--preset--color--primary);
	color: var(--wp--preset--color--white);
}


/* Button - Outline Style
--------------------------------------------- */

.wp-block-button.is-style-outline .wp-block-button__link {
	background-color: transparent;
	color: var(--wp--preset--color--primary);
}
.wp-block-button .wp-block-button__link.is-style-outline:not(.has-text-color), 
.wp-block-button.is-style-outline>.wp-block-button__link:not(.has-text-color) {
	color: var(--wp--preset--color--primary);
}

.wp-block-button.is-style-outline .wp-block-button__link:hover {
	background-color: var(--wp--preset--color--primary);
	color: var(--wp--preset--color--white);
}

/* Button - Primary Style
--------------------------------------------- */

.is-style-primary-button .wp-element-button,
.wp-block.is-style-primary-button .wp-element-button {
	background-color: var(--wp--preset--color--primary);
	color: var(--wp--preset--color--white);
	outline-color: var(--wp--preset--color--primary);
}

.is-style-primary-button .wp-element-button:hover,
.wp-block.is-style-primary-button .wp-element-button:hover {
	background-color: var(--wp--preset--color--light-blue);
	outline-color: var(--wp--preset--color--light-blue);
	color: var(--wp--preset--color--dark-navy);
}

/* Button - Secondary Style
--------------------------------------------- */

.is-style-secondary-button .wp-element-button,
.wp-block.is-style-secondary-button .wp-element-button {
	background-color: transparent;
	color: var(--wp--preset--color--dark-navy);
	outline-color: var(--wp--preset--color--dark-navy);
}
.is-style-secondary-button .wp-element-button:hover,
.wp-block.is-style-secondary-button .wp-element-button:hover {
	background-color: var(--wp--preset--color--dark-navy);
	outline-color: var(--wp--preset--color--dark-navy);
	color: var(--wp--preset--color--white);
}

/* Button - Phone Buttons
--------------------------------------------- */
/* Phone Dark */
.is-style-phone-dark-button .wp-element-button,
.wp-block.is-style-phone-dark-button .wp-element-button {
	background-color: var(--wp--preset--color--dark-navy);
	color: var(--wp--preset--color--white);
	outline-color: var(--wp--preset--color--dark-navy);
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	gap: 8px;
}
.is-style-phone-dark-button .wp-element-button:hover,
.wp-block.is-style-phone-dark-button .wp-element-button:hover {
	background-color: var(--wp--preset--color--light-blue);
	color: var(--wp--preset--color--dark-navy);
	outline-color: var(--wp--preset--color--light-blue);
}
.is-style-phone-dark-button .wp-element-button::before,
.wp-block.is-style-phone-dark-button .wp-element-button::before {
	content: '';
	display: inline-block;
	background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" viewBox="0 0 18 18" fill="none"><path d="M2.49489 0.0272558C2.85036 -0.0279533 3.21434 0.000879861 3.55641 0.112217C3.89852 0.223638 4.20976 0.41488 4.46461 0.668857L6.23512 2.43839C6.5624 2.76244 6.78439 3.17839 6.87086 3.63077C6.95698 4.08138 6.9044 4.54707 6.72145 4.96769L6.72243 4.96866C6.54069 5.39422 6.28229 5.78339 5.96071 6.11612L5.95485 6.12198C5.67598 6.40085 5.60886 6.92207 5.95778 7.75089C6.29326 8.54768 6.95038 9.45046 7.74977 10.2499C8.54935 11.0495 9.453 11.7065 10.2498 12.0419C11.0782 12.3905 11.5981 12.3237 11.8767 12.0448L11.8826 12.04C12.1737 11.7575 12.5083 11.5239 12.8728 11.3476L13.031 11.2753C13.4519 11.0917 13.9187 11.0397 14.3699 11.1259C14.8215 11.2123 15.2367 11.4331 15.5603 11.7597L17.3308 13.5351C17.5848 13.7899 17.7761 14.1011 17.8875 14.4433C17.9988 14.7854 18.0277 15.1493 17.9724 15.5048C17.9171 15.8603 17.779 16.198 17.5691 16.4901C17.3603 16.7807 17.0854 17.0169 16.7683 17.1825L16.7693 17.1835C15.2311 18.0057 13.4384 18.2164 11.7517 17.7724C9.54737 17.2156 6.94129 15.3887 4.77614 13.2235C2.61092 11.0583 0.784107 8.45239 0.227309 6.24796L0.152113 5.93058C-0.187717 4.33814 0.0453557 2.67258 0.816176 1.23038C0.981825 0.913412 1.21906 0.639328 1.50954 0.430576C1.80168 0.220666 2.13942 0.0825369 2.49489 0.0272558Z" fill="%23FFFFFF"/></svg>');
	background-repeat: no-repeat;
	background-size: 15px;
	width: 15px;
	height: 15px;
	transition: all 0.2s ease-in-out;
}
.is-style-phone-dark-button .wp-element-button:hover::before,
.wp-block.is-style-phone-dark-button .wp-element-button:hover::before {
	content: '';
	display: inline-block;
	background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="15" height="15" viewBox="0 0 15 15" fill="none"><path d="M2.07911 0.0227133C2.37534 -0.0232946 2.67866 0.000733222 2.96373 0.0935144C3.24882 0.186366 3.5082 0.345735 3.72057 0.557384L5.19602 2.032C5.46876 2.30205 5.65375 2.64868 5.72582 3.02566C5.79758 3.40117 5.75376 3.78925 5.6013 4.13976L5.60212 4.14057C5.45067 4.49521 5.23533 4.81952 4.96734 5.0968L4.96246 5.10168C4.73006 5.33407 4.67413 5.76842 4.9649 6.45911C5.24447 7.1231 5.79208 7.87542 6.45825 8.54164C7.12457 9.20793 7.87763 9.7555 8.54162 10.035C9.232 10.3255 9.66524 10.2698 9.89744 10.0374L9.90232 10.0333C10.145 9.798 10.4238 9.60326 10.7275 9.45636L10.8594 9.39614C11.2101 9.2431 11.5991 9.19976 11.9751 9.27162C12.3515 9.34362 12.6974 9.52763 12.9671 9.79978L14.4426 11.2793C14.6542 11.4917 14.8136 11.751 14.9065 12.0361C14.9992 12.3212 15.0233 12.6245 14.9773 12.9207C14.9312 13.217 14.8161 13.4984 14.6412 13.7419C14.4672 13.984 14.2381 14.1808 13.9738 14.3188L13.9747 14.3197C12.6928 15.0048 11.1989 15.1804 9.79327 14.8104C7.95627 14.3464 5.7845 12.824 3.98018 11.0197C2.17581 9.21532 0.653433 7.04369 0.189427 5.20666L0.126763 4.94217C-0.156433 3.61514 0.037797 2.22716 0.680158 1.02532C0.818201 0.76118 1.0159 0.532776 1.25797 0.358815C1.50143 0.183889 1.78288 0.0687811 2.07911 0.0227133Z" fill="%23060b3d"/></svg>');
}

/* Large Phone */
.is-style-phone-large-button .wp-element-button,
.wp-block.is-style-phone-large-button .wp-element-button {
	background-color: transparent;
	color: var(--wp--preset--color--white);
	outline: none;
	padding: 0;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	gap: 8px;
}
.is-style-phone-large-button .wp-element-button:hover,
.wp-block.is-style-phone-large-button .wp-element-button:hover {
	color: var(--wp--preset--color--light-blue);
}
.is-style-phone-large-button .wp-element-button::before,
.wp-block.is-style-phone-large-button .wp-element-button::before {
	content: '';
	display: inline-block;
	background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" viewBox="0 0 18 18" fill="none"><path d="M2.49489 0.0272558C2.85036 -0.0279533 3.21434 0.000879861 3.55641 0.112217C3.89852 0.223638 4.20976 0.41488 4.46461 0.668857L6.23512 2.43839C6.5624 2.76244 6.78439 3.17839 6.87086 3.63077C6.95698 4.08138 6.9044 4.54707 6.72145 4.96769L6.72243 4.96866C6.54069 5.39422 6.28229 5.78339 5.96071 6.11612L5.95485 6.12198C5.67598 6.40085 5.60886 6.92207 5.95778 7.75089C6.29326 8.54768 6.95038 9.45046 7.74977 10.2499C8.54935 11.0495 9.453 11.7065 10.2498 12.0419C11.0782 12.3905 11.5981 12.3237 11.8767 12.0448L11.8826 12.04C12.1737 11.7575 12.5083 11.5239 12.8728 11.3476L13.031 11.2753C13.4519 11.0917 13.9187 11.0397 14.3699 11.1259C14.8215 11.2123 15.2367 11.4331 15.5603 11.7597L17.3308 13.5351C17.5848 13.7899 17.7761 14.1011 17.8875 14.4433C17.9988 14.7854 18.0277 15.1493 17.9724 15.5048C17.9171 15.8603 17.779 16.198 17.5691 16.4901C17.3603 16.7807 17.0854 17.0169 16.7683 17.1825L16.7693 17.1835C15.2311 18.0057 13.4384 18.2164 11.7517 17.7724C9.54737 17.2156 6.94129 15.3887 4.77614 13.2235C2.61092 11.0583 0.784107 8.45239 0.227309 6.24796L0.152113 5.93058C-0.187717 4.33814 0.0453557 2.67258 0.816176 1.23038C0.981825 0.913412 1.21906 0.639328 1.50954 0.430576C1.80168 0.220666 2.13942 0.0825369 2.49489 0.0272558Z" fill="%23B1D0FF"/></svg>');
	background-repeat: no-repeat;
	background-size: 18px;
	width: 18px;
	height: 18px;
}

/* Small Phone */
.is-style-phone-small-button .wp-element-button,
.wp-block.is-style-phone-small-button .wp-element-button {
	background-color: var(--wp--preset--color--primary);
	color: var(--wp--preset--color--white);
	outline-color: var(--wp--preset--color--primary);
	font-size: 15px;
	padding: 14px 12px;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	gap: 8px;
}
.is-style-phone-small-button .wp-element-button:hover,
.wp-block.is-style-phone-small-button .wp-element-button:hover {
	background-color: var(--wp--preset--color--light-blue);
	outline-color: var(--wp--preset--color--light-blue);
	color: var(--wp--preset--color--dark-navy);
}
.is-style-phone-small-button .wp-element-button::before,
.wp-block.is-style-phone-small-button .wp-element-button::before {
	content: '';
	display: inline-block;
	background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="15" height="15" viewBox="0 0 15 15" fill="none"><path d="M2.07911 0.0227133C2.37534 -0.0232946 2.67866 0.000733222 2.96373 0.0935144C3.24882 0.186366 3.5082 0.345735 3.72057 0.557384L5.19602 2.032C5.46876 2.30205 5.65375 2.64868 5.72582 3.02566C5.79758 3.40117 5.75376 3.78925 5.6013 4.13976L5.60212 4.14057C5.45067 4.49521 5.23533 4.81952 4.96734 5.0968L4.96246 5.10168C4.73006 5.33407 4.67413 5.76842 4.9649 6.45911C5.24447 7.1231 5.79208 7.87542 6.45825 8.54164C7.12457 9.20793 7.87763 9.7555 8.54162 10.035C9.232 10.3255 9.66524 10.2698 9.89744 10.0374L9.90232 10.0333C10.145 9.798 10.4238 9.60326 10.7275 9.45636L10.8594 9.39614C11.2101 9.2431 11.5991 9.19976 11.9751 9.27162C12.3515 9.34362 12.6974 9.52763 12.9671 9.79978L14.4426 11.2793C14.6542 11.4917 14.8136 11.751 14.9065 12.0361C14.9992 12.3212 15.0233 12.6245 14.9773 12.9207C14.9312 13.217 14.8161 13.4984 14.6412 13.7419C14.4672 13.984 14.2381 14.1808 13.9738 14.3188L13.9747 14.3197C12.6928 15.0048 11.1989 15.1804 9.79327 14.8104C7.95627 14.3464 5.7845 12.824 3.98018 11.0197C2.17581 9.21532 0.653433 7.04369 0.189427 5.20666L0.126763 4.94217C-0.156433 3.61514 0.037797 2.22716 0.680158 1.02532C0.818201 0.76118 1.0159 0.532776 1.25797 0.358815C1.50143 0.183889 1.78288 0.0687811 2.07911 0.0227133Z" fill="%23FFFFFF"/></svg>');
	background-repeat: no-repeat;
	background-size: 15px;
	width: 15px;
	height: 15px;
	transition: all 0.2s ease-in-out;
}
.is-style-phone-small-button .wp-element-button:hover::before,
.wp-block.is-style-phone-small-button .wp-element-button:hover::before {
	content: '';
	display: inline-block;
	background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="15" height="15" viewBox="0 0 15 15" fill="none"><path d="M2.07911 0.0227133C2.37534 -0.0232946 2.67866 0.000733222 2.96373 0.0935144C3.24882 0.186366 3.5082 0.345735 3.72057 0.557384L5.19602 2.032C5.46876 2.30205 5.65375 2.64868 5.72582 3.02566C5.79758 3.40117 5.75376 3.78925 5.6013 4.13976L5.60212 4.14057C5.45067 4.49521 5.23533 4.81952 4.96734 5.0968L4.96246 5.10168C4.73006 5.33407 4.67413 5.76842 4.9649 6.45911C5.24447 7.1231 5.79208 7.87542 6.45825 8.54164C7.12457 9.20793 7.87763 9.7555 8.54162 10.035C9.232 10.3255 9.66524 10.2698 9.89744 10.0374L9.90232 10.0333C10.145 9.798 10.4238 9.60326 10.7275 9.45636L10.8594 9.39614C11.2101 9.2431 11.5991 9.19976 11.9751 9.27162C12.3515 9.34362 12.6974 9.52763 12.9671 9.79978L14.4426 11.2793C14.6542 11.4917 14.8136 11.751 14.9065 12.0361C14.9992 12.3212 15.0233 12.6245 14.9773 12.9207C14.9312 13.217 14.8161 13.4984 14.6412 13.7419C14.4672 13.984 14.2381 14.1808 13.9738 14.3188L13.9747 14.3197C12.6928 15.0048 11.1989 15.1804 9.79327 14.8104C7.95627 14.3464 5.7845 12.824 3.98018 11.0197C2.17581 9.21532 0.653433 7.04369 0.189427 5.20666L0.126763 4.94217C-0.156433 3.61514 0.037797 2.22716 0.680158 1.02532C0.818201 0.76118 1.0159 0.532776 1.25797 0.358815C1.50143 0.183889 1.78288 0.0687811 2.07911 0.0227133Z" fill="%23060b3d"/></svg>');
}

/* Button - Learn More Buttons
--------------------------------------------- */
/* Primary */
[class*="is-style-learn-more"] .wp-element-button,
.wp-block[class*="is-style-learn-more"] .wp-element-button {
	background-color: transparent;
	color: var(--wp--preset--color--dark-navy);
	outline: none;
	font-size: 15px;
	font-weight: 400;
	line-height: 13px;
	padding: 0;
	display: flex;
	flex-direction: row;
	align-items: flex-end;
	justify-content: center;
	gap: 10px;
}
.is-style-learn-more-white-button  .wp-element-button,
.wp-block.is-style-learn-more-white-button  .wp-element-button {
	color: var(--wp--preset--color--white);
}
[class*="is-style-learn-more"] .wp-element-button:hover,
.wp-block[class*="is-style-learn-more"] .wp-element-button:hover {
	transform: translateY(-3px);
}
.is-style-learn-more-primary-button  .wp-element-button:hover,
.wp-block.is-style-learn-more-primary-button  .wp-element-button:hover {
	color: var(--wp--preset--color--primary);
}
.is-style-learn-more-secondary-button  .wp-element-button:hover,
.wp-block.is-style-learn-more-secondary-button  .wp-element-button:hover {
	color: var(--wp--preset--color--secondary);
}
.is-style-learn-more-white-button  .wp-element-button:hover,
.wp-block.is-style-learn-more-white-button  .wp-element-button:hover {
	color: var(--wp--preset--color--secondary);
}
[class*="is-style-learn-more"] .wp-element-button::after,
.wp-block[class*="is-style-learn-more"] .wp-element-button::after {
	content: '';
	display: inline-block;
	background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="19" height="19" viewBox="0 0 19 19" fill="none"><rect width="19" height="19" rx="8.5" fill="%23004FC8"/><path d="M12.7007 5.58826C13.0935 5.58826 13.4119 5.90669 13.4119 6.29949V11.2781C13.4119 11.6709 13.0935 11.9893 12.7007 11.9893C12.3079 11.9893 11.9894 11.6709 11.9894 11.2781V8.01644L6.80247 13.2034C6.52472 13.4812 6.0745 13.4812 5.79675 13.2034C5.51899 12.9257 5.51899 12.4754 5.79675 12.1977L10.9837 7.01072H7.72207C7.32927 7.01072 7.01084 6.69229 7.01084 6.29949C7.01084 5.90669 7.32927 5.58826 7.72207 5.58826H12.7007Z" fill="white"/></svg>');
	background-repeat: no-repeat;
	background-size: 19px;
	width: 19px;
	height: 19px;
}
.is-style-learn-more-secondary-button .wp-element-button::after,
.wp-block.is-style-learn-more-secondary-button .wp-element-button::after {
	content: '';
	display: inline-block;
	background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="19" height="19" viewBox="0 0 19 19" fill="none"><rect width="19" height="19" rx="8.5" fill="%23121B77"/><path d="M12.7007 5.58826C13.0935 5.58826 13.4119 5.90669 13.4119 6.29949V11.2781C13.4119 11.6709 13.0935 11.9893 12.7007 11.9893C12.3079 11.9893 11.9894 11.6709 11.9894 11.2781V8.01644L6.80247 13.2034C6.52472 13.4812 6.0745 13.4812 5.79675 13.2034C5.51899 12.9257 5.51899 12.4754 5.79675 12.1977L10.9837 7.01072H7.72207C7.32927 7.01072 7.01084 6.69229 7.01084 6.29949C7.01084 5.90669 7.32927 5.58826 7.72207 5.58826H12.7007Z" fill="white"/></svg>');
}
.is-style-learn-more-white-button .wp-element-button::after,
.wp-block.is-style-learn-more-white-button .wp-element-button::after {
	content: '';
	display: inline-block;
	background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="19" height="19" viewBox="0 0 19 19" fill="none"><rect width="19" height="19" rx="8.5" fill="white"/><path d="M12.7007 5.58826C13.0935 5.58826 13.4119 5.90669 13.4119 6.29949V11.2781C13.4119 11.6709 13.0935 11.9893 12.7007 11.9893C12.3079 11.9893 11.9894 11.6709 11.9894 11.2781V8.01644L6.80247 13.2034C6.52472 13.4812 6.0745 13.4812 5.79675 13.2034C5.51899 12.9257 5.51899 12.4754 5.79675 12.1977L10.9837 7.01072H7.72207C7.32927 7.01072 7.01084 6.69229 7.01084 6.29949C7.01084 5.90669 7.32927 5.58826 7.72207 5.58826H12.7007Z" fill="%23121B77"/></svg>');
}